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/MesInvItemArn.java |  178 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 178 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/gs/xky/entity/MesInvItemArn.java b/src/main/java/com/gs/xky/entity/MesInvItemArn.java
new file mode 100644
index 0000000..76b9a9d
--- /dev/null
+++ b/src/main/java/com/gs/xky/entity/MesInvItemArn.java
@@ -0,0 +1,178 @@
+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
+ */
+@TableName(value = "MES_INV_ITEM_ARN")
+@Data
+public class MesInvItemArn implements Serializable {
+    @TableField(exist = false)
+    private static final long serialVersionUID = 1L;
+    /**
+     * ID(SEQ_INV_ID)
+     */
+    @TableId
+    private Long id;
+    /**
+     * 鍒拌揣鍗曞彿
+     */
+    private String billNo;
+    /**
+     * 鐘舵�亅0-鏈鏍�1-瀹℃牳鍏ュ簱\缁撴
+     */
+    private Integer status;
+    /**
+     * 鍘熷洜
+     */
+    private String reason;
+    /**
+     * 鍒涘缓浜�
+     */
+    private String createBy;
+    /**
+     * 鍒涘缓鏃堕棿
+     */
+    private Date createDate;
+    /**
+     * 鏈�鍚庢洿鏂颁汉
+     */
+    private String lastupdateBy;
+    /**
+     * 鏈�鍚庢洿鏂版椂闂�
+     */
+    private Date lastupdateDate;
+    /**
+     * 鍗曟嵁绫诲瀷ID
+     */
+    private Long billTypeId;
+    /**
+     * 浜嬪姟绫诲瀷ID
+     */
+    private Long transactionId;
+    /**
+     * 澶囨敞
+     */
+    private String remark;
+    /**
+     * 閫佽揣鍗曞彿
+     */
+    private String paperBillNo;
+    /**
+     * 閫�鏂欎汉宸ュ彿
+     */
+    private String userNoBack;
+    /**
+     * 鎻愪氦浜�
+     */
+    private String checkUser;
+    /**
+     * 鎻愪氦鏃ユ湡
+     */
+    private Date checkDate;
+    /**
+     * 鍏ュ簱鏃ユ湡
+     */
+    private Date insDate;
+    /**
+     * 妫�楠岀粨鏋�
+     */
+    private String checkRes;
+    /**
+     * 宸叉崱鏁伴噺
+     */
+    private Long checkQty;
+    /**
+     * 浠撳簱缂栫爜
+     */
+    private String depotsCode;
+    /**
+     * 浜嬪姟绫诲瀷缂栫爜
+     */
+    private String transctionNo;
+    /**
+     * 渚涘簲鍟嗙紪鐮�
+     */
+    private String suppNo;
+    /**
+     * 鎻愪氦鐘舵��
+     */
+    private Integer fstatus;
+    /**
+     * 宸ュ巶缂栫爜
+     */
+    private String factory;
+    /**
+     * 鏄惁宸插洖鍐橲AP
+     */
+    private Integer sapstatus;
+    /**
+     * 纭鍏ュ簱鏃ユ湡
+     */
+    private Date insdate;
+    /**
+     * 鏄惁妫�楠�
+     */
+    private Long ischeck;
+    /**
+     * 瀹℃牳鍏ュ簱浜�
+     */
+    private String insby;
+    /**
+     * 鍏徃浠g爜
+     */
+    private String company;
+    /**
+     * 鎬ユ枡鏍囪瘑
+     */
+    private Integer urgentFlag;
+    /**
+     * 鍐查攢浜嬪姟绫诲瀷缂栫爜
+     */
+    private Long mttransctionNo;
+    /**
+     * IQC妫�楠屽崟鍙�
+     */
+    private String iqcReleaseNo;
+    /**
+     * 鏄惁鏄剧ず
+     */
+    private Long isVisual;
+    /**
+     * 0=閲囪喘锛�1=濮斿
+     */
+    private Long fType;
+    /**
+     * ERP鍒拌揣鍗旾D
+     */
+    private String ebelnK3id;
+    /**
+     * 鏉$爜鏉″嵃杩涘害
+     */
+    private Long barcodeRatio;
+    /**
+     * ERP鍗曞彿
+     */
+    private String erpno;
+    /**
+     * 鏄惁宸查��璐�0-鏈��璐э紝1-閫�璐�
+     */
+    private Integer thstatus;
+    /**
+     * ERP閫�璐у崟鍙�
+     */
+    private String erpthno;
+    /**
+     * 缁勭粐缂栫爜
+     */
+    private String organizeCode;
+}
\ No newline at end of file

--
Gitblit v1.9.3