update 优化 增加删除标志位常量优化查询代码

This commit is contained in:
疯狂的狮子Li
2024-08-02 10:08:55 +08:00
parent 9be9974db9
commit cbbf736ef2
2 changed files with 11 additions and 1 deletions

View File

@@ -67,6 +67,16 @@ public interface UserConstants {
*/
String DICT_NORMAL = "0";
/**
* 通用存在标志
*/
String DEL_FLAG_NORMAL = "0";
/**
* 通用删除标志
*/
String DEL_FLAG_REMOVED = "2";
/**
* 是否为系统默认(是)
*/