skyouc
2025-03-10 02c50bf159f9432ef7ee6ba3b3a64f4dd8b3186f
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/PurchaseItem.java
@@ -47,7 +47,7 @@
     * erp行号
     */
    @ApiModelProperty(value= "erp行号")
    private String erpItemId;
    private String platItemId;
    /**
     * 物料编码
@@ -170,7 +170,7 @@
    public PurchaseItem(Long purchaseId,String erpItemId,String matnrCode,String matnrName,String unit,Double anfme,Double qty,Double nromQty,Double asnQty,Double printQty,String splrName,String splrCode,String splrBatch,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.purchaseId = purchaseId;
        this.erpItemId = erpItemId;
        this.platItemId = erpItemId;
        this.matnrCode = matnrCode;
        this.matnrName = matnrName;
        this.unit = unit;