feat: 排产计划主表加了一些字段展示
This commit is contained in:
@@ -47,5 +47,13 @@ public class WmsSchedulePlanBo extends BaseEntity {
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 优先级(0=低,1=中,2=高,3=vip ....)
|
||||
*/
|
||||
private Long priority;
|
||||
|
||||
/**
|
||||
* 工艺路线
|
||||
*/
|
||||
private String processRoute;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user