cl
3 天以前 a632bef81cfd1d7c391ea29bdd976a29a9d1d0a8
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;