损耗出库方式损耗方式:1:库存选入;2:扫码添加

workplace
yewj 10 months ago
parent b0248b2642
commit 60e7d28ed0

@ -30,13 +30,18 @@ public class IoSplitDesOrder implements Serializable {
private Integer id;
@TableField(value = "billNo")
@ApiModelProperty(value="")
@ApiModelProperty(value = "")
private String billNo;
@TableField(value = "busType")
@ApiModelProperty(value = "")
private String busType;
@TableField(value = "orderType")
@ApiModelProperty(value = "损耗方式1:库存选入2扫码添")
private Integer orderType;
@TableField(value = "workPlaceCode")
@ApiModelProperty(value = "")
private Long workPlaceCode;

@ -7,7 +7,7 @@ import java.util.Date;
@Data
public class IoSplitDesOrderResponse {
private Integer id;
private Long id;
private String billNo;

Loading…
Cancel
Save