自动化立体仓库 - WMS系统
#
Junjie
2025-09-04 8d5a21278bf4a916741045ee06569f80c10b048e
src/main/java/com/zy/asrs/entity/Mat.java
@@ -325,6 +325,13 @@
    @TableField("store_max_date")
    private Integer storeMaxDate;
    /**
     * 特殊产品(呆滞料标记)
     * 0:普通 1:呆滞
     */
    @TableField("tscp")
    private Integer tscp;
    public Mat() {}
    public Mat(String uuid,Long tagId,String matnr,String maktx,String name,String specs,String model,String color,String brand,String unit,Double price,String sku,Double units,String barcode,String origin,String manu,String manuDate,String itemNum,Double safeQty,Double weight,Double manLength,Double volume,String threeCode,String supp,String suppCode,Integer beBatch,String deadTime,Integer deadWarn,Integer source,Integer inspect,Integer danger,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {