feat: 排产计划主表加了一些字段展示

This commit is contained in:
JR
2025-07-29 17:09:44 +08:00
parent ecb5ec77d4
commit 6191c039af
8 changed files with 170 additions and 15 deletions

View File

@@ -51,4 +51,13 @@ public class WmsSchedulePlan extends BaseEntity {
@TableLogic
private Integer delFlag;
/**
* 优先级(0=低1=中2=高3=vip ....)
*/
private Long priority;
/**
* 工艺路线
*/
private String processRoute;
}