后台-退料申请与审核

This commit is contained in:
bns_han 2023-12-23 20:17:03 +08:00
parent 419cf70b3b
commit bc9dfc589e
2 changed files with 8 additions and 0 deletions

View File

@ -129,4 +129,8 @@ public class BackApplyInfo {
* 任务id
*/
private Integer taskId;
private BackApplyInfo info;
private BackApplyInfo[] arr;
}

View File

@ -185,4 +185,8 @@ public class BackApplyInfo extends BaseEntity {
@ApiModelProperty(value="退料任务实体集合")
private List<BackApplyInfo> backApplyDetails;
private String guigeCn;
private String preNum;
private String typeCn;
}