自动化立体仓库 - WMS系统
野心家
2025-06-21 4fccd3709649b7b7ab43d6f8a6c62fd72b3123c6
src/main/java/com/zy/asrs/entity/Mat.java
@@ -88,15 +88,15 @@
    /**
     * 型号
     */
    @ApiModelProperty(value= "型号")
    @ExcelProperty(value = "型号")
    @ApiModelProperty(value= "制单人")
    @ExcelProperty(value = "制单人")
    private String model;
    /**
     * 颜色
     */
    @ApiModelProperty(value= "颜色")
    @ExcelProperty(value = "颜色")
    @ApiModelProperty(value= "状态")
    @ExcelProperty(value = "状态")
    private String color;
    /**
@@ -116,15 +116,15 @@
    /**
     * 单价
     */
    @ApiModelProperty(value= "单价")
    @ExcelProperty(value = "单价")
    @ApiModelProperty(value= "生产数量")
    @ExcelProperty(value = "生产数量")
    private Double price;
    /**
     * sku
     */
    @ApiModelProperty(value= "sku")
    @ExcelProperty(value = "sku")
    @ApiModelProperty(value= "生产批号")
    @ExcelProperty(value = "生产批号")
    private String sku;
    /**
@@ -144,15 +144,15 @@
    /**
     * 产地
     */
    @ApiModelProperty(value= "产地")
    @ExcelProperty(value = "产地")
    @ApiModelProperty(value= "胶量")
    @ExcelProperty(value = "胶量")
    private String origin;
    /**
     * 厂家
     */
    @ApiModelProperty(value= "厂家")
    @ExcelProperty(value = "厂家")
    @ApiModelProperty(value= "质量状态")
    @ExcelProperty(value = "质量状态")
    private String manu;
    /**
@@ -307,6 +307,24 @@
    @ExcelProperty(value = "备注")
    private String memo;
    /**
     * 库存预警数量上限
     */
    @TableField("store_max")
    private Double storeMax;
    /**
     * 库存预警数量下限
     */
    @TableField("store_min")
    private Double storeMin;
    /**
     * 库龄预警上限
     */
    @TableField("store_max_date")
    private Integer storeMaxDate;
    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 length,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) {