From 6d451494073276a7fa2b38f07c40d16f5c09af68 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期六, 15 二月 2025 17:49:20 +0800 Subject: [PATCH] 撤回流程的补充 --- src/main/java/com/gs/xky/entity/MesInvItemArnDetail.java | 196 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 196 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/gs/xky/entity/MesInvItemArnDetail.java b/src/main/java/com/gs/xky/entity/MesInvItemArnDetail.java new file mode 100644 index 0000000..b47bea0 --- /dev/null +++ b/src/main/java/com/gs/xky/entity/MesInvItemArnDetail.java @@ -0,0 +1,196 @@ +package com.gs.xky.entity; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; + +import java.io.Serializable; +import java.util.Date; + +/** + * @TableName MES_INV_ITEM_ARN_DETAIL + */ +@TableName(value = "MES_INV_ITEM_ARN_DETAIL") +@Data +public class MesInvItemArnDetail implements Serializable { + @TableField(exist = false) + private static final long serialVersionUID = 1L; + /** + * SEQ_INV_ID + */ + @TableId + private Long id; + /** + * 涓昏〃ID + */ + private Long mid; + /** + * 閲囪喘鍗曞彿 + */ + private String ebeln; + /** + * 閲囪喘璁㈠崟琛屽彿 + */ + private Long ebelnLine; + /** + * 閲囪喘璁㈠崟鏁伴噺 + */ + private Long ebelnQty; + /** + * 鐗╂枡缂栫爜 + */ + private String itemNo; + /** + * 鏀惰揣鏁伴噺 + */ + private Long quantity; + /** + * 鍒涘缓浜� + */ + private String createBy; + /** + * 鍒涘缓鏃堕棿 + */ + private Date createDate; + /** + * 鏈�鍚庢洿鏂颁汉 + */ + private String lastupdateBy; + /** + * 鏈�鍚庢洿鏂版椂闂� + */ + private Date lastupdateDate; + /** + * 鍒嗗巶缂栫爜 + */ + private String factory; + /** + * 鍏徃浠g爜 + */ + private String company; + /** + * 閲囪喘鍗旾D + */ + private Long ebelnK3id; + /** + * 閲囪喘鍗曡ID + */ + private Long lineK3id; + /** + * 鏈搴旀敹鏁伴噺 + */ + private Long subQty; + /** + * 浣欓噺 + */ + private Long marginQty; + /** + * 浠诲姟鍗曞彿 + */ + private String workNo; + /** + * 鎬ユ枡鏍囪瘑 + */ + private Long urgentFlag; + /** + * 澶囨敞 + */ + private String memo; + /** + * 妫�楠岀粨鏋� + */ + private String checkRes; + /** + * 妫�楠岀姸鎬� 锛堝緟妫�銆佸垎閫夈�佺壒閲囥�佸凡妫�锛� + */ + private String checkStates; + /** + * 鏀惰揣浣欓噺 + */ + private Long quantityM; + /** + * 鏈搴旀敹浣欓噺 + */ + private Long subMqty; + /** + * 妫�楠屾棩鏈� + */ + private Date checkDate; + /** + * 鏄惁妫�楠� + */ + private Integer ischeck; + /** + * 宸叉敹鏁伴噺 + */ + private Long okQty; + /** + * 宸叉敹浣欓噺 + */ + private Long okMqty; + /** + * 浜у搧鍨嬪彿 + */ + private String boardStyle; + /** + * 浠诲姟鍗曡鍙� + */ + private Long workLine; + /** + * 0銆侀噰璐崟锛�1銆佸澶栧崟 + */ + private Long fType; + /** + * 鏄惁鍏ュ簱 + */ + private Integer isdepsIn; + /** + * 鍒拌揣鍗曞彿 + */ + private String dha001; + /** + * 宸插叆搴撴暟閲� + */ + private Long okRkqty; + /** + * 鍒拌揣鍗曞彿 + */ + private String cbillNo; + /** + * 閲囪喘鍏ュ簱鏁伴噺 + */ + private Long cgRkqty; + /** + * 鐗╂枡ID + */ + private Long itemId; + /** + * 閫�璐ф爣璇� + */ + private Long returnFlag; + /** + * 閿�鍞鍗曞彿 + */ + private String salesOrder; + /** + * 涓撶敤鐗╂枡鏍囪瘑 + */ + private Long isZy; + /** + * 鍏ュ簱瀹屾垚鏃堕棿 + */ + private Date rkDate; + /** + * 璁″垝璺熻釜鍙� + */ + private String fmtono; + /** + * 渚涘崗鍗曞彿 + */ + private String deliveryNo; + /** + * 渚涘崗鍒嗗綍鍐呯爜 + */ + private Long deliveryLine; +} \ No newline at end of file -- Gitblit v1.9.3