优化代码

This commit is contained in:
smallchill 2018-12-25 21:36:27 +08:00
parent 87f48a9fc0
commit ccbde8e434

View File

@ -45,7 +45,10 @@ public interface BladeConstant {
*/
int DB_STATUS_NORMAL = 1;
/**
* 是否删除字段名
*/
String IS_DELETED_FIELD = "is_deleted";
/**
* 删除状态[0:正常,1:删除]
*/