mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-11-16 23:49:34 +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