后台-退料申请与审核
This commit is contained in:
parent
419cf70b3b
commit
bc9dfc589e
|
|
@ -129,4 +129,8 @@ public class BackApplyInfo {
|
|||
* 任务id
|
||||
*/
|
||||
private Integer taskId;
|
||||
|
||||
private BackApplyInfo info;
|
||||
|
||||
private BackApplyInfo[] arr;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -185,4 +185,8 @@ public class BackApplyInfo extends BaseEntity {
|
|||
@ApiModelProperty(value="退料任务实体集合")
|
||||
private List<BackApplyInfo> backApplyDetails;
|
||||
|
||||
private String guigeCn;
|
||||
private String preNum;
|
||||
private String typeCn;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue