From 539c3737214ced4eecb23f874670e365253d4439 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期一, 14 十一月 2022 16:07:07 +0800 Subject: [PATCH] 消息管理bug --- ycl-platform/src/main/java/com/ycl/entity/equipment/EquipmentBayonet.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/entity/equipment/EquipmentBayonet.java b/ycl-platform/src/main/java/com/ycl/entity/equipment/EquipmentBayonet.java index 4cf2da5..2c16a23 100644 --- a/ycl-platform/src/main/java/com/ycl/entity/equipment/EquipmentBayonet.java +++ b/ycl-platform/src/main/java/com/ycl/entity/equipment/EquipmentBayonet.java @@ -82,4 +82,10 @@ */ @TableField("in_out_city_type") private Integer inOutCityType; + + /** + * 鎵�灞炲尯鍩� + */ + @TableField("belong_area") + private Integer belongArea; } \ No newline at end of file -- Gitblit v1.8.0