This commit is contained in:
sxu 2024-08-27 09:27:48 +08:00
parent 0799066bcc
commit 20586d9ef3
1 changed files with 5 additions and 0 deletions

View File

@ -281,6 +281,11 @@ public class BackApplyInfo extends BaseEntity {
@ApiModelProperty(value = "数量")
private String num;
/**
* 已完成的退料数量
*/
private String finishedBackNum;
@ApiModelProperty(value = "详情id和数量")
private String detailsIdByNum;