chen.lin
2 天以前 28eb4a986facf602abe0bf4b92ca430cf713395d
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WkOrderItem.java
@@ -40,8 +40,7 @@
     * ASN主单标识
     */
    @ApiModelProperty(value= "ASN主单标识")
    private Long asnId;
    private Long orderId;
    /**
     * 平台标识(行号)
@@ -79,7 +78,7 @@
     * ASN单号
     */
    @ApiModelProperty(value= "ASN单号")
    private String asnCode;
    private String orderCode;
    /**
     * PO单明细标识
@@ -283,8 +282,8 @@
    public WkOrderItem() {}
    public WkOrderItem(Long asnId, String asnCode, Long poDetlId, String matnrCode, String poCode, Long 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.orderId = asnId;
        this.orderCode = asnCode;
        this.poDetlId = poDetlId;
        this.matnrCode = matnrCode;
        this.poCode = poCode;