refactor(domain): 移除WmsDeliveryPlan中的逻辑删除注解

- 移除了delFlag字段上的@TableLogic注解
- 简化了删除标志字段的配置
- 调整了实体类的数据逻辑处理方式
This commit is contained in:
2026-01-14 07:56:03 +08:00
parent 2cfd7460ab
commit d43eb8e2b9

View File

@@ -46,7 +46,6 @@ public class WmsDeliveryPlan extends BaseEntity {
/**
* 删除标志0=正常1=已删除)
*/
@TableLogic
private Integer delFlag;
// 钢卷集合