cl
8 天以前 e2c664502249d6eb2bc9c8879dac6f4086a2ab87
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;