mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-21 06:32:08 +08:00
⚡ 优化代码
This commit is contained in:
parent
87f48a9fc0
commit
ccbde8e434
|
|
@ -45,7 +45,10 @@ public interface BladeConstant {
|
||||||
*/
|
*/
|
||||||
int DB_STATUS_NORMAL = 1;
|
int DB_STATUS_NORMAL = 1;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否删除字段名
|
||||||
|
*/
|
||||||
|
String IS_DELETED_FIELD = "is_deleted";
|
||||||
/**
|
/**
|
||||||
* 删除状态[0:正常,1:删除]
|
* 删除状态[0:正常,1:删除]
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user