cl
3 天以前 f6ac59c98451f384fb1b2e8db286c2e9f163e49d
rsf-open-api/src/main/java/com/vincent/rsf/openApi/entity/LocItem.java
@@ -63,7 +63,7 @@
     * 业务类型
     */
    @ApiModelProperty(value= "业务类型")
    private Short wkType;
    private String wkType;
    /**
     * 物料ID
@@ -242,7 +242,7 @@
    public LocItem() {}
    public LocItem(Long locId, Long orderId, String type, Long orderItemId, Short wkType, Long matnrId, String maktx, String matnrCode, String trackCode, String unit, Double anfme, String batch, String splrBatch, String spec, String model, String fieldsIndex, Integer status, Integer deleted, Integer tenantId, Long createBy, Date createTime, Long updateBy, Date updateTime, String memo) {
    public LocItem(Long locId, Long orderId, String type, Long orderItemId, String wkType, Long matnrId, String maktx, String matnrCode, String trackCode, String unit, Double anfme, String batch, String splrBatch, String spec, String model, String fieldsIndex, Integer status, Integer deleted, Integer tenantId, Long createBy, Date createTime, Long updateBy, Date updateTime, String memo) {
        this.locId = locId;
        this.orderId = orderId;
        this.type = type;