cp
2024-10-30 431f88fdade07a22b636714f1690cee3a55668d0
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WrkDetlLog.java
@@ -283,9 +283,12 @@
    @ApiModelProperty(value= "工作档ID")
    private Long wrkMastId;
    @ApiModelProperty(value= "货主")
    private String owner;
    public WrkDetlLog() {}
    public WrkDetlLog(Long id,Integer wrkNo,Date ioTime,Double anfme,String zpallet,String matnr,String maktx,String batch,String orderNo,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,Long modiUser,Date modiTime,Long appeUser,Date appeTime,String memo,Long hostId) {
    public WrkDetlLog(Long id,Integer wrkNo,Date ioTime,Double anfme,String zpallet,String matnr,String maktx,String batch,String orderNo,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,Long modiUser,Date modiTime,Long appeUser,Date appeTime,String memo,Long hostId,String owner) {
        this.id = id;
        this.wrkNo = wrkNo;
        this.ioTime = ioTime;
@@ -327,6 +330,8 @@
        this.appeTime = appeTime;
        this.memo = memo;
        this.hostId = hostId;
        this.owner = owner;
    }
//    WrkDetlLog wrkDetlLog = new WrkDetlLog(