自动化立体仓库 - WMS系统
#
lty
3 天以前 6494d25e5677f2e81c898006b3aada6260511f33
#
8个文件已修改
344 ■■■■ 已修改文件
src/main/java/com/zy/third/lk/entity/InDetTB.java 36 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/third/lk/entity/InDetTBBak.java 50 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/third/lk/entity/InHedTB.java 36 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/third/lk/entity/InHedTBBak.java 36 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/third/lk/entity/OutDetTB.java 56 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/third/lk/entity/OutDetTBBak.java 58 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/third/lk/entity/OutHedTB.java 36 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/third/lk/entity/OutHedTBBak.java 36 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/third/lk/entity/InDetTB.java
@@ -40,25 +40,25 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "auto_id", type = IdType.AUTO)
    @TableField("auto_id")
    @TableId(value = "AutoId", type = IdType.AUTO)
    @TableField("AutoId")
    private Integer AutoId;
    @ApiModelProperty(value = "")
    @TableField("bill_no")
    @TableField("BillNo")
    private String BillNo;
    @ApiModelProperty(value = "")
    @TableField("i_no")
    @TableField("iNO")
    private Integer iNO;
    @ApiModelProperty(value = "")
    @TableField("det_id")
    @TableField("DetId")
    private Integer detId;
    @ApiModelProperty(value = "")
    @TableField("item_id")
    @TableField("ItemId")
    private String ItemId;
    @ApiModelProperty(value = "")
@@ -66,30 +66,30 @@
    private String ItemCode;
    @ApiModelProperty(value = "")
    @TableField("item_batch")
    @TableField("ItemBatch")
    private String ItemBatch;
    @ApiModelProperty(value = "")
    @TableField("pro_type")
    @TableField("proType")
    private String protype;
    @ApiModelProperty(value = "")
    @TableField("order_no")
    @TableField("OrderNo")
    private String OrderNo;
    @ApiModelProperty(value = "")
    @TableField("main_num")
    @TableField("MainNum")
    private Double MainNum;
    @ApiModelProperty(value = "")
    @TableField("remark")
    @TableField("Remark")
    private String remark;
    @TableField("ware_id")
    @TableField("WareId")
    private String wareId;
    @TableField("ware_name")
    @TableField("wareName")
    private String wareName;
    @ApiModelProperty(value = "")
@@ -103,24 +103,24 @@
    @ApiModelProperty(value = "")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("make_date")
    @TableField("MakeDate")
    private Date makedate;
    /**
     *
     */
    @TableField("fact_area")
    @TableField("FactArea")
    private String FactArea;
    /**
     * 供应商\客户ID
     */
    @TableField("packing")
    @TableField("Packing")
    private String Packing;
    /**
     * 颜色
     */
    @TableField("s_color")
    @TableField("sColor")
    private String sColor;
//    /**
@@ -132,7 +132,7 @@
    /**
     * 工单号
     */
    @TableField("s_pg_no")
    @TableField("sPgNO")
    private String sPgNO;
src/main/java/com/zy/third/lk/entity/InDetTBBak.java
@@ -35,54 +35,54 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "auto_id", type = IdType.AUTO)
    @TableField("auto_id")
    @TableId(value = "AutoId", type = IdType.AUTO)
    @TableField("AutoId")
    private Integer autoId;
    @ApiModelProperty(value = "")
    @TableField("bill_no")
    @TableField("BillNo")
    private String BillNo;
    @ApiModelProperty(value = "")
    @TableField("i_no")
    @TableField("iNO")
    private Integer iNO;
    @ApiModelProperty(value = "")
    @TableField("det_id")
    @TableField("DetId")
    private Integer detId;
    @ApiModelProperty(value = "")
    @TableField("item_id")
    @TableField("Itemid")
    private String itemid;
    @ApiModelProperty(value = "")
    @TableField("item_code")
    @TableField("ItemCode")
    private String ItemCode;
    @ApiModelProperty(value = "")
    @TableField("item_batch")
    @TableField("ItemBatch")
    private String ItemBatch;
    @ApiModelProperty(value = "")
    @TableField("pro_type")
    @TableField("proType")
    private String protype;
    @ApiModelProperty(value = "")
    @TableField("order_no")
    @TableField("OrderNo")
    private String OrderNo;
    @ApiModelProperty(value = "")
    @TableField("main_num")
    @TableField("MainNum")
    private Double MainNum;
    @ApiModelProperty(value = "")
    @TableField("remark")
    @TableField("Remark")
    private String remark;
    @TableField("ware_id")
    @TableField("WareId")
    private String wareId;
    @TableField("ware_name")
    @TableField("WareName")
    private String wareName;
    @ApiModelProperty(value = "")
@@ -97,39 +97,39 @@
    @ApiModelProperty(value = "")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("make_date")
    @TableField("MakeDate")
    private Date makedate;
    @TableField("del_date")
    @TableField("DelDate")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date DelDate;
    /**
     *
     */
    @TableField("fact_area")
    @TableField("FactArea")
    private String FactArea;
    /**
     * 供应商\客户ID
     */
    @TableField("packing")
    @TableField("Packing")
    private String Packing;
    /**
     * 颜色
     */
    @TableField("s_color")
    @TableField("sColor")
    private String sColor;
//    /**
//     * 炉号\客户图号
//     */
//    @TableField("LuHao")
//    private String LuHao;
    /**
     * 炉号\客户图号
     */
    @TableField("LuHao")
    private String LuHao;
    /**
     * 工单号
     */
    @TableField("s_pg_no")
    @TableField("sPgNO")
    private String sPgNO;
    public String getMakedate$() {
src/main/java/com/zy/third/lk/entity/InHedTB.java
@@ -34,16 +34,16 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "auto_id", type = IdType.AUTO)
    @TableField("auto_id")
    @TableId(value = "AutoId", type = IdType.AUTO)
    @TableField("AutoId")
    private Integer AutoId;
    @ApiModelProperty(value = "")
    @TableId(value = "bill_no", type = IdType.INPUT)
    @TableField("bill_no")
    @TableId(value = "BillNo", type = IdType.INPUT)
    @TableField("BillNo")
    private String BillNo;
    @TableField("bill_date")
    @TableField("BillDate")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date billDate;
@@ -55,59 +55,59 @@
     * CheckMoreIn:盘盈入库单
     */
    @ApiModelProperty(value = "StockIn:采购入库 ")
    @TableField("io_kind_id")
    @TableField("IoKindID")
    private String IoKindID;
    @TableField("io_kind_name")
    @TableField("IoKindName")
    private String ioKindName;
    /**
     * 供应商、部门ID
     */
    @ApiModelProperty(value = "供应商、部门ID")
    @TableField("object_id")
    @TableField("ObjectId")
    private String ObjectId;
    /**
     * 供应商、部门名称
     */
    @ApiModelProperty(value = "供应商、部门名称")
    @TableField("object_name")
    @TableField("ObjectName")
    private String ObjectName;
    @ApiModelProperty(value = "")
    @TableField("remark")
    @TableField("Remark")
    private String Remark;
    @TableField("ware_id")
    @TableField("WareId")
    private String WareId;
    @TableField("ware_name")
    @TableField("WareName")
    private String wareName;
    @ApiModelProperty(value = "")
    @TableField("temp1")
    @TableField("Temp1")
    private String Temp1;
    @ApiModelProperty(value = "")
    @TableField("temp2")
    @TableField("Temp2")
    private String Temp2;
    @ApiModelProperty(value = "")
    @TableField("temp3")
    @TableField("Temp3")
    private String Temp3;
    @ApiModelProperty(value = "")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("make_date")
    @TableField("MakeDate")
    private Date makedate;
    @TableField("b_pass")
    @TableField("bPass")
    private Boolean bPass;
    @TableField("b_start_in")
    @TableField("bStartIn")
    private Boolean bStartIn;
src/main/java/com/zy/third/lk/entity/InHedTBBak.java
@@ -30,15 +30,15 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "auto_id", type = IdType.AUTO)
    @TableField("auto_id")
    @TableId(value = "AutoId", type = IdType.AUTO)
    @TableField("AutoId")
    private Integer autoId;
    @ApiModelProperty(value = "")
    @TableField("bill_no")
    @TableField("BillNo")
    private String BillNo;
    @TableField("bill_date")
    @TableField("BillDate")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date billDate;
@@ -50,62 +50,62 @@
     * CheckMoreIn:盘盈入库单
     */
    @ApiModelProperty(value = "StockIn:采购入库 ")
    @TableField("io_kind_id")
    @TableField("IoKindID")
    private String IoKindID;
    @TableField("io_kind_name")
    @TableField("IoKindName")
    private String ioKindName;
    /**
     * 供应商、部门ID
     */
    @ApiModelProperty(value = "供应商、部门ID")
    @TableField("object_id")
    @TableField("ObjectId")
    private String ObjectId;
    /**
     * 供应商、部门名称
     */
    @ApiModelProperty(value = "供应商、部门名称")
    @TableField("object_name")
    @TableField("ObjectName")
    private String ObjectName;
    @ApiModelProperty(value = "")
    @TableField("remark")
    @TableField("Remark")
    private String remark;
    @TableField("ware_id")
    @TableField("WareId")
    private String wareId;
    @TableField("ware_name")
    @TableField("WareName")
    private String wareName;
    @ApiModelProperty(value = "")
    @TableField("temp1")
    @TableField("Temp1")
    private String temp1;
    @ApiModelProperty(value = "")
    @TableField("temp2")
    @TableField("Temp2")
    private String temp2;
    @ApiModelProperty(value = "")
    @TableField("temp3")
    @TableField("Temp3")
    private String temp3;
    @ApiModelProperty(value = "")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("make_date")
    @TableField("MakeDate")
    private Date makedate;
    @TableField("del_date")
    @TableField("DelDate")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date delDate;
    @TableField("b_pass")
    @TableField("bPass")
    private Boolean bPass;
    @TableField("b_start_in")
    @TableField("bStartIn")
    private Boolean bStartIn;
    public String getMakedate$() {
src/main/java/com/zy/third/lk/entity/OutDetTB.java
@@ -26,104 +26,104 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "auto_id", type = IdType.AUTO)
    @TableField("auto_id")
    @TableId(value = "AutoId", type = IdType.AUTO)
    @TableField("AutoId")
    private Integer AutoId;
    @ApiModelProperty(value = "")
    @TableField("bill_no")
    @TableField("BillNo")
    private String BillNo;
    @ApiModelProperty(value = "")
    @TableField("i_no")
    @TableField("iNO")
    private Integer iNO;
    @ApiModelProperty(value = "")
    @TableField("det_id")
    @TableField("DetId")
    private Integer detId;
    @ApiModelProperty(value = "")
    @TableField("item_id")
    @TableField("Itemid")
    private String itemid;
    @ApiModelProperty(value = "")
    @TableField("item_code")
    @TableField("ItemCode")
    private String ItemCode;
    @ApiModelProperty(value = "")
    @TableField("item_batch")
    @TableField("ItemBatch")
    private String ItemBatch;
    @ApiModelProperty(value = "")
    @TableField("pro_type")
    @TableField("proType")
    private String protype;
    @ApiModelProperty(value = "")
    @TableField("order_no")
    @TableField("OrderNo")
    private String OrderNo;
    @ApiModelProperty(value = "")
    @TableField("main_num")
    @TableField("MainNum")
    private Double MainNum;
    @ApiModelProperty(value = "")
    @TableField("remark")
    @TableField("Remark")
    private String remark;
    @TableField("ware_id")
    @TableField("WareId")
    private String WareId;
    @TableField("ware_name")
    @TableField("WareName")
    private String WareName;
    @ApiModelProperty(value = "")
    @TableField("temp1")
    @TableField("Temp1")
    private String Temp1;
    @ApiModelProperty(value = "")
    @TableField("temp2")
    @TableField("Temp2")
    private String Temp2;
    @ApiModelProperty(value = "")
    @TableField("temp3")
    @TableField("Temp3")
    private String Temp3;
    @ApiModelProperty(value = "")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("make_date")
    @TableField("MakeDate")
    private Date makedate;
    @ApiModelProperty(value = "")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("del_date")
    @TableField("DelDate")
    private Date delDate;
    /**
     *
     */
    @TableField("fact_area")
    @TableField("FactArea")
    private String FactArea;
    /**
     * 供应商\客户ID
     */
    @TableField("packing")
    @TableField("Packing")
    private String Packing;
    /**
     * 颜色
     */
    @TableField("s_color")
    @TableField("sColor")
    private String sColor;
//    /**
//     * 炉号\客户图号
//     */
//    @TableField("LuHao")
//    private String LuHao;
    /**
     * 炉号\客户图号
     */
    @TableField("LuHao")
    private String LuHao;
    /**
     * 工单号
     */
    @TableField("s_pg_no")
    @TableField("sPgNO")
    private String sPgNO;
src/main/java/com/zy/third/lk/entity/OutDetTBBak.java
@@ -22,103 +22,103 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "auto_id", type = IdType.AUTO)
    @TableField("auto_id")
    @TableId(value = "AutoId", type = IdType.AUTO)
    @TableField("AutoId")
    private Integer AutoId;
    @ApiModelProperty(value = "")
    @TableField("bill_no")
    @TableField("BillNo")
    private String BillNo;
    @ApiModelProperty(value = "")
    @TableField("i_no")
    @TableField("iNO")
    private Integer iNO;
    @ApiModelProperty(value = "")
    @TableField("det_id")
    @TableField("DetId")
    private Integer detId;
    @ApiModelProperty(value = "")
    @TableField("item_id")
    private String itemid;
    @TableField("ItemId")
    private String itemId;
    @ApiModelProperty(value = "")
    @TableField("item_code")
    @TableField("ItemCode")
    private String ItemCode;
    @ApiModelProperty(value = "")
    @TableField("item_batch")
    @TableField("ItemBatch")
    private String ItemBatch;
    @ApiModelProperty(value = "")
    @TableField("pro_type")
    @TableField("proType")
    private String protype;
    @ApiModelProperty(value = "")
    @TableField("order_no")
    @TableField("OrderNo")
    private String OrderNo;
    @ApiModelProperty(value = "")
    @TableField("main_num")
    @TableField("MainNum")
    private Double MainNum;
    @ApiModelProperty(value = "")
    @TableField("remark")
    @TableField("Remark")
    private String remark;
    @TableField("ware_id")
    @TableField("WareId")
    private String WareId;
    @TableField("ware_name")
    @TableField("WareName")
    private String WareName;
    @ApiModelProperty(value = "")
    @TableField("temp1")
    @TableField("Temp1")
    private String Temp1;
    @ApiModelProperty(value = "")
    @TableField("temp2")
    @TableField("Temp2")
    private String Temp2;
    @ApiModelProperty(value = "")
    @TableField("temp3")
    @TableField("Temp3")
    private String Temp3;
    @ApiModelProperty(value = "")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("make_date")
    @TableField("MakeDate")
    private Date makedate;
    @TableField("del_date")
    @TableField("DelDate")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date delDate;
    /**
     *
     */
    @TableField("fact_area")
    @TableField("FactArea")
    private String FactArea;
    /**
     * 供应商\客户ID
     */
    @TableField("packing")
    @TableField("Packing")
    private String Packing;
    /**
     * 颜色
     */
    @TableField("s_color")
    @TableField("sColor")
    private String sColor;
//    /**
//     * 炉号\客户图号
//     */
//    @TableField("LuHao")
//    private String LuHao;
    /**
     * 炉号\客户图号
     */
    @TableField("LuHao")
    private String LuHao;
    /**
     * 工单号
     */
    @TableField("s_pg_no")
    @TableField("sPgNO")
    private String sPgNO;
    public String getMakedate$() {
src/main/java/com/zy/third/lk/entity/OutHedTB.java
@@ -26,16 +26,16 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "auto_id", type = IdType.AUTO)
    @TableField("auto_id")
    @TableId(value = "AutoId", type = IdType.AUTO)
    @TableField("AutoId")
    private Integer AutoId;
    @ApiModelProperty(value = "")
    @TableId(value = "bill_no", type = IdType.INPUT)
    @TableField("bill_no")
    @TableId(value = "BillNo", type = IdType.INPUT)
    @TableField("BillNo")
    private String BillNo;
    @TableField("bill_date")
    @TableField("BillDate")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date billDate;
@@ -47,53 +47,53 @@
     * CheckLossOut:盘盈出库单
     */
    @ApiModelProperty(value = "SendMatOut:发料出库 ")
    @TableField("io_kind_id")
    @TableField("IoKindID")
    private String IoKindID;
    @TableField("io_kind_name")
    @TableField("IoKindName")
    private String ioKindName;
    @ApiModelProperty(value = "")
    @TableField("object_id")
    @TableField("ObjectId")
    private String ObjectId;
    @ApiModelProperty(value = "")
    @TableField("object_name")
    @TableField("ObjectName")
    private String ObjectName;
    @ApiModelProperty(value = "")
    @TableField("remark")
    @TableField("Remark")
    private String remark;
    @TableField("ware_id")
    @TableField("WareId")
    private String wareId;
    @TableField("ware_name")
    @TableField("WareName")
    private String wareName;
    @ApiModelProperty(value = "")
    @TableField("temp1")
    @TableField("Temp1")
    private String temp1;
    @ApiModelProperty(value = "")
    @TableField("temp2")
    @TableField("Temp2")
    private String temp2;
    @ApiModelProperty(value = "")
    @TableField("temp3")
    @TableField("Temp3")
    private String temp3;
    @ApiModelProperty(value = "")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("make_date")
    @TableField("MakeDate")
    private Date makedate;
    @TableField("b_pass")
    @TableField("bPass")
    private Boolean bPass;
    @TableField("b_start_in")
    @TableField("bStartIn")
    private Boolean bStartIn;
src/main/java/com/zy/third/lk/entity/OutHedTBBak.java
@@ -20,15 +20,15 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "auto_id", type = IdType.AUTO)
    @TableField("auto_id")
    @TableId(value = "AutoId", type = IdType.AUTO)
    @TableField("AutoId")
    private Integer AutoId;
    @ApiModelProperty(value = "")
    @TableField("bill_no")
    @TableField("BillNo")
    private String BillNo;
    @TableField("bill_date")
    @TableField("BillDate")
    private Date billDate;
    /**
@@ -39,55 +39,55 @@
     * CheckLossOut:盘盈出库单
     */
    @ApiModelProperty(value = "SendMatOut:发料出库 ")
    @TableField("io_kind_id")
    @TableField("IoKindID")
    private String IoKindID;
    @TableField("io_kind_name")
    @TableField("IoKindName")
    private String ioKindName;
    @ApiModelProperty(value = "")
    @TableField("object_id")
    @TableField("ObjectId")
    private String ObjectId;
    @ApiModelProperty(value = "")
    @TableField("object_name")
    @TableField("ObjectName")
    private String ObjectName;
    @ApiModelProperty(value = "")
    @TableField("remark")
    @TableField("Remark")
    private String Remark;
    @TableField("ware_id")
    @TableField("WareId")
    private String WareId;
    @TableField("ware_name")
    @TableField("WareName")
    private String WareName;
    @ApiModelProperty(value = "")
    @TableField("temp1")
    @TableField("Temp1")
    private String Temp1;
    @ApiModelProperty(value = "")
    @TableField("temp2")
    @TableField("Temp2")
    private String Temp2;
    @ApiModelProperty(value = "")
    @TableField("temp3")
    @TableField("Temp3")
    private String Temp3;
    @ApiModelProperty(value = "")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("make_date")
    @TableField("MakeDate")
    private Date makedate;
    @TableField("del_date")
    @TableField("DelDate")
    private Date delDate;
    @TableField("b_pass")
    @TableField("bPass")
    private Boolean bPass;
    @TableField("b_start_in")
    @TableField("bStartIn")
    private Boolean bStartIn;