whycq
2025-02-18 85973ffba77aeff71f2dbd588c7fb81f89148fdc
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Matnr.java
@@ -36,11 +36,6 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 标识
     */
    @ApiModelProperty(value= "标识")
    private String uuid;
    /**
     * 货主ID
@@ -106,7 +101,7 @@
     * 描述
     */
    @ApiModelProperty(value= "描述")
    private String desc;
    private String describle;
    /**
     * 标包数量
@@ -197,8 +192,7 @@
    public Matnr() {}
    public Matnr(String uuid,Long shipperId,String name,String code,Long groupId,String erpCode,String spec,String model,Double weight,String color,String size,String desc,Integer nromNum,String unit,String purchaseUnit,String stockUnit,Short stockLeval,Short isLabelMange,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.uuid = uuid;
    public Matnr(Long shipperId,String name,String code,Long groupId,String erpCode,String spec,String model,Double weight,String color,String size,String describle,Integer nromNum,String unit,String purchaseUnit,String stockUnit,Short stockLeval,Short isLabelMange,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.shipperId = shipperId;
        this.name = name;
        this.code = code;
@@ -209,7 +203,7 @@
        this.weight = weight;
        this.color = color;
        this.size = size;
        this.desc = desc;
        this.describle = describle;
        this.nromNum = nromNum;
        this.unit = unit;
        this.purchaseUnit = purchaseUnit;