fix bug
This commit is contained in:
parent
0799066bcc
commit
20586d9ef3
|
|
@ -281,6 +281,11 @@ public class BackApplyInfo extends BaseEntity {
|
||||||
@ApiModelProperty(value = "数量")
|
@ApiModelProperty(value = "数量")
|
||||||
private String num;
|
private String num;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 已完成的退料数量
|
||||||
|
*/
|
||||||
|
private String finishedBackNum;
|
||||||
|
|
||||||
@ApiModelProperty(value = "详情id和数量")
|
@ApiModelProperty(value = "详情id和数量")
|
||||||
private String detailsIdByNum;
|
private String detailsIdByNum;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue