refactor(domain): 移除WmsDeliveryPlan中的逻辑删除注解
- 移除了delFlag字段上的@TableLogic注解 - 简化了删除标志字段的配置 - 调整了实体类的数据逻辑处理方式
This commit is contained in:
@@ -46,7 +46,6 @@ public class WmsDeliveryPlan extends BaseEntity {
|
||||
/**
|
||||
* 删除标志(0=正常,1=已删除)
|
||||
*/
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
// 钢卷集合
|
||||
|
||||
Reference in New Issue
Block a user