From 11430ae628f098654579811131abc522d679e870 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期一, 22 九月 2025 17:04:42 +0800 Subject: [PATCH] 上海对农接口调整-增加自动上传 --- src/main/java/com/fzzy/async/fzzy61/entity/Fz61DepotStore.java | 130 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 130 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy61/entity/Fz61DepotStore.java b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61DepotStore.java new file mode 100644 index 0000000..a80a7f7 --- /dev/null +++ b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61DepotStore.java @@ -0,0 +1,130 @@ +package com.fzzy.async.fzzy61.entity; + +import com.bstek.dorado.annotation.PropertyDef; +import com.fzzy.async.fzzy30.entity.Depot; +import lombok.Data; + +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.Id; +import javax.persistence.Table; +import java.io.Serializable; +import java.util.Date; + +/** + * @Desc: 绮搴撳瓨绠$悊锛屾牴鎹浗鏍囨爣缁撴灉瑕佹眰鍒涘缓 + * @author: Andy + * @update-time: 2022/11/17 + */ +@Data +@Entity +@Table(name = "D_DEPOT_STORE") +public class Fz61DepotStore implements Serializable { + + public static String SORT_PROP = "id"; + + @Id + @Column(name = "ID_", length = 40) + private String id; + + @Column(name = "COMPANY_ID_", length = 10) + @PropertyDef(label = "缁勭粐缂栫爜") + private String companyId; + + @Column(name = "DEPT_ID_", length = 40) + @PropertyDef(label = "鎵�灞炲簱鍖�") + private String deptId; + + @Column(name = "DEPOT_ID_", length = 50) + @PropertyDef(label = "鎵�灞炰粨搴�") + private String depotId; + + @Column(name = "COUNTRY_", length = 10) + @PropertyDef(label = "鍥藉埆") + private String country; + + @Column(name = "STORE_TYPE_", length = 6) + @PropertyDef(label = "鍌ㄧ伯鏂瑰紡", description = "1:鏁h鍌ㄧ伯 2:鍖呰鍌ㄧ伯 3:鍥村寘鏁e瓨 9:鍏朵粬") + private String storeType; + + @Column(name = "MANAGE_TYPE_", length = 6) + @PropertyDef(label = "绠$悊鏂瑰紡", description = "01 鐩村偍02 浠e偍03 绉熶粨04 濮旀墭") + private String manageType; + + @Column(name = "FOOD_TYPE_", length = 10) + @PropertyDef(label = "绮鎬ц川") + private String foodType; + + @Column(name = "FOOD_VARIETY_", length = 10) + @PropertyDef(label = "绮鍝佺") + private String foodVariety; + + @Column(name = "FOOD_LEVEL_", length = 10) + @PropertyDef(label = "绮绛夌骇") + private String foodLevel; + + @Column(name = "FOOD_LOCATION_ID_", length = 50) + @PropertyDef(label = "绮浜у湴") + private String foodLocationId; + + @Column(name = "FOOD_LOCATION_", length = 50) + @PropertyDef(label = "绮浜у湴") + private String foodLocation; + + @Column(name = "FOOD_YEAR_", length = 10) + @PropertyDef(label = "鏀惰揣骞村害") + private String foodYear; + + @Column(name = "DEPOT_STATUS_", length = 10) + @PropertyDef(label = "浠撳簱鐘舵��", description = "1=绌轰粨銆�2=鍏ュ簱涓��3=婊′粨銆�4=鍑哄簱涓��9=鍏朵粬") + private String depotStatus; + + @Column(name = "STORE_DATE_") + @PropertyDef(label = "鍏ュ簱鏃堕棿", description = "鍏ュ簱鏃堕棿锛岀涓�杞︾伯椋熷叆浠撴椂闂�,鏍煎紡锛歽yyy-MM-dd HH:mm:ss") + private Date storeDate; + + @Column(name = "FULL_DATE_") + @PropertyDef(label = "灏佷粨鏃ユ湡", description = "褰撹揣浣嶏紙娌圭綈锛夌姸鎬佷负灏佷粨鏃讹紝姝ら」涓哄繀濉」") + private Date fullDate; + + @Column(name = "OUT_DATE_") + @PropertyDef(label = "鍑轰粨鏃堕棿", description = "鍑哄簱鏃堕棿锛屾渶鍚庝竴杞︾伯椋熷嚭浠撳畬鎴愭椂闂�,鏍煎紡锛歽yyy-MM-dd HH:mm:ss") + private Date outDate; + + @Column(name = "STORAGE_REAL_") + @PropertyDef(label = "瀹為檯鍌ㄩ噺", description = "鍗曚綅锛欿G") + private Double storageReal; + + @Column(name = "STORE_SETTLE__") + @PropertyDef(label = "璁′环鏁伴噺", description = "鍗曚綅锛欿G") + private Double storageSettle; + + @Column(name = "GRAIN_HEIGHT_") + @PropertyDef(label = "瑁呯伯绾块珮", description = "鍗曚綅锛氱背") + private Double grainHeight; + + @Column(name = "GRAIN_VOLUME_") + @PropertyDef(label = "瑁呯伯浣撶Н", description = "鍗曚綅锛氱珛鏂圭背") + private Double grainVolume; + + @Column(name = "REMARK_", length = 250) + @PropertyDef(label = "澶囨敞", description = "澶囨敞淇℃伅") + private String remark; + + @Column(name = "UPDATE_USER_", length = 50) + @PropertyDef(label = "淇敼浜�") + private String updateUser; + + @PropertyDef(label = "绮潈褰掑睘鍗曚綅浠g爜") + @Column(name = "lqgsdwdm", length = 18) + private String lqgsdwdm; + + + @Column(name = "UPDATE_DATE_") + @PropertyDef(label = "淇敼鏃堕棿") + private Date updateDate; + + @Column(name = "CREATE_DATE_") + private Date createDate; + +} -- Gitblit v1.9.3