verou
2025-03-30 fa5b8238f31749cc4b0469df317b5849da08a419
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/AsnOrderItem.java
@@ -56,6 +56,9 @@
    @ApiModelProperty("字段索引")
    private String fieldsIndex;
    @ApiModelProperty("执行数量")
    private Double workQty;
    /**
     * ASN单号
     */
@@ -117,6 +120,11 @@
    private Double purQty;
    /**
     * 库存批次
     */
    @ApiModelProperty("库存批次")
    private String batch;
    /**
     * 采购单位
     */
    @ApiModelProperty(value= "采购单位")
@@ -127,6 +135,12 @@
     */
    @ApiModelProperty(value= "已收数量")
    private Double qty;
    /**
     * 生产日期
     */
    @ApiModelProperty("生产日期")
    private String prodTime;
    /**
     * 供应商编码
@@ -163,6 +177,9 @@
     */
    @ApiModelProperty(value= "包装名称")
    private String packName;
    @ApiModelProperty("上报状态 0: 未上报, 1: 已上报")
    private Integer ntyStatus;
    /**
     * 状态 1: 正常  0: 冻结  
@@ -217,7 +234,7 @@
    public AsnOrderItem() {}
    public AsnOrderItem(Long asnId,String asnCode,Long poDetlId, String matnrCode, String poCode,String matnrId,String matnk,Double anfme,String stockUnit,Double purQty,String purUnit,Double qty,String splrCode,String splrName,String qrcode,String barcode,String packName,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
    public AsnOrderItem(Long asnId,String asnCode,Long poDetlId, String matnrCode, String poCode,String matnrId,String matnk,Double anfme,String stockUnit,Double purQty,String purUnit,Double qty,String splrCode,String splrName,String qrcode,String barcode,String packName,Integer status, Integer ntyStatus,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.asnId = asnId;
        this.asnCode = asnCode;
        this.poDetlId = poDetlId;
@@ -230,6 +247,7 @@
        this.purQty = purQty;
        this.purUnit = purUnit;
        this.qty = qty;
        this.ntyStatus = ntyStatus;
        this.splrCode = splrCode;
        this.splrName = splrName;
        this.qrcode = qrcode;