From ee96821fc7990857ad6477690a5758f8c0ebaa66 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期一, 22 九月 2025 10:32:19 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/fzzy/async/fzzy61/entity/Fz61InoutVarietyChange.java | 148 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 148 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy61/entity/Fz61InoutVarietyChange.java b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61InoutVarietyChange.java new file mode 100644 index 0000000..8d46977 --- /dev/null +++ b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61InoutVarietyChange.java @@ -0,0 +1,148 @@ +package com.fzzy.async.fzzy61.entity; + +import com.bstek.dorado.annotation.PropertyDef; +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; + +/** + * 缁煎悎绠$悊-绮鎬ц川鍙樻洿锛屼富瑕佹槸鍑哄叆搴撲箣鍓嶅仛 鍌ㄥ杞晢鍝侊紝瀹屾垚涔嬪悗 鍟嗗搧杞偍澶囥�� + * <p> + * 鍙樻洿璁板綍锛氳〃鍚嶅彉鏇翠负 D_INOUT_VARIETY_CHANGE + */ +@Data +@Entity +@Table(name = "D_INOUT_VARIETY_CHANGE") +public class Fz61InoutVarietyChange implements Serializable { + + public static String SORT_PROP = "changeTime"; + + @Id + @Column(name = "ID_", length = 41) + @PropertyDef(label = "绮鎬ц川杞彉鍗曞彿", description = "鐢辫揣浣嶄唬鐮�+鍒掕浆鏃ユ湡锛坹yyyMMdd锛�+3浣嶉『搴忓彿缁勬垚") + 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 = "NUMBER_") + @PropertyDef(label = "绮鏁伴噺", description = "鍗曚綅锛氬叕鏂�") + private Double number = 0.0; + + @Column(name = "CHANGE_NUMBER_") + @PropertyDef(label = "鍒掕浆鏁伴噺", description = "鍗曚綅锛氬叕鏂�") + private Double changeNumber = 0.0; + + @Column(name = "APPROVAL_ID_", length = 40) + @PropertyDef(label = "鎵瑰噯鏂囧彿") + private String approvalId; + + @Column(name = "FOOD_VARIETY_", length = 10) + @PropertyDef(label = "绮鍝佺", description = "浠g爜涓嶈冻7浣嶉渶鍦ㄦ湯浣嶈ˉ0") + private String foodVariety; + + /** + * 100銆佸偍澶囩伯 110銆佷腑澶偍澶囩伯 120銆佸湴鏂瑰偍澶囩伯 + * 121銆佺渷(鑷不鍖恒�佺洿杈栧競)绾у湴鏂瑰偍澶囩伯 + * 122銆佸競(鍦板尯銆佽嚜娌诲窞銆佺洘)绾у湴鏂瑰偍澶囩伯 + * 123銆佸幙(鑷不鍘裤�佸幙绾у競銆佹棗銆佽嚜娌绘棗銆佸競杈栧尯銆佹灄鍖恒�佺壒鍖�)绾у湴鏂瑰偍澶囩伯 + * 129銆佸叾浠栧偍澶囩伯 200銆佸晢鍝佺伯 270銆佷腑鍌ㄧ伯绯荤粺鍟嗗搧绮� + * 280銆佽繘鍙e晢鍝佺伯 290銆佸叾浠栧晢鍝佺伯 300銆佹斂绛栨�х伯椋� + * 310銆佹渶浣庢敹璐环绮� 320銆佸浗瀹朵复鏃跺瓨鍌ㄧ伯 330銆佸浗瀹朵复鍌ㄨ繘鍙g伯 + * 340銆佸湴鏂逛复鏃跺瓨鍌ㄧ伯 + */ + @Column(name = "FOOD_TYPE_", length = 10) + @PropertyDef(label = "鍒掕浆鍓嶇伯椋熸�ц川浠g爜") + private String foodType; + + @Column(name = "NEW_FOOD_TYPE_", length = 10) + @PropertyDef(label = "鍒掕浆鍚庣伯椋熸�ц川浠g爜") + private String newFoodType; + + @Column(name = "CHANGE_TIME_") + @PropertyDef(label = "鍒掕浆鏃ユ湡") + private Date changeTime; + + @PropertyDef(label = "浠撳偍瀹℃牳浜�") + @Column(name = "ccshr", length = 64) + private String ccshr; + + @Column(name = "AUDIT_CCSH_", length = 10) + @PropertyDef(label = "瀹℃壒鐘舵��") + private String auditCcsh; + + @Column(name = "INFO_CCSH_", length = 200) + @PropertyDef(label = "瀹℃牳璇存槑") + private String InfoCcsh; + + @PropertyDef(label = "璐ㄦ瀹℃牳浜�") + @Column(name = "zjshr", length = 64) + private String zjshr; + + @Column(name = "AUDIT_ZJSH_", length = 10) + @PropertyDef(label = "瀹℃壒鐘舵��") + private String auditZjsh; + + @Column(name = "INFO_ZJSH_", length = 200) + @PropertyDef(label = "瀹℃牳璇存槑") + private String infoZjsh; + + @PropertyDef(label = "缁熻瀹℃牳浜�") + @Column(name = "tjshr", length = 64) + private String tjshr; + + @Column(name = "AUDIT_TJSH_", length = 10) + @PropertyDef(label = "瀹℃壒鐘舵��") + private String auditTjsh; + + @Column(name = "INFO_TJSH_", length = 200) + @PropertyDef(label = "瀹℃牳璇存槑") + private String infoTjsh; + + @PropertyDef(label = "浼氳瀹℃牳浜�") + @Column(name = "kjshr", length = 64) + private String kjshr; + + @Column(name = "AUDIT_KJSH_", length = 10) + @PropertyDef(label = "瀹℃壒鐘舵��") + private String auditKjsh; + + @Column(name = "INFO_KJSH_", length = 200) + @PropertyDef(label = "瀹℃牳璇存槑") + private String infoKjsh; + + @PropertyDef(label = "棰嗗瀹℃牳浜�") + @Column(name = "ldshr", length = 64) + private String ldshr; + + @Column(name = "AUDIT_LDSH_", length = 10) + @PropertyDef(label = "瀹℃壒鐘舵��", description = "鏈�缁堝鏍哥姸鎬佷互棰嗗瀹℃牳涓哄噯") + private String auditLdsh; + + @Column(name = "INFO_LDSH_", length = 200) + @PropertyDef(label = "瀹℃牳璇存槑") + private String infoLdsh; + + @Column(name = "UPDATE_TIME_") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") + private Date updateTime; + + @Column(name = "REMARK_", length = 200) + @PropertyDef(label = "澶囨敞") + private String remark; + +} -- Gitblit v1.9.3