feat(domain): 添加删除逻辑注解到待处理
- 在WmsCoilPendingAction实体的delFlag字段上添加@TableLogic注解 - 实现软删除功能以支持数据恢复操作
This commit is contained in:
@@ -94,6 +94,7 @@ public class WmsCoilPendingAction extends BaseEntity {
|
||||
/**
|
||||
* 删除标志(0=正常,1=已删除)
|
||||
*/
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user