Commit 4c289c5f authored by yanzg's avatar yanzg

常规BUG的修改

parent cd67d7d2
......@@ -130,18 +130,17 @@ public class DaoConst {
/**
* 普通字段
*/
public static final int FIELD_TYPE_NONE = 0;
public static final int FIELD_COMMON = 0;
/**
* 删除标记
*/
public static final int FIELD_TYPE_REMOVE_FLAG = 1;
public static final int FIELD_REMOVE_FLAG = 1;
/**
* 版本号字段
*/
public static final int FIELD_TYPE_VERSION_FLAG = 2;
public static final int FIELD_VERSION_FLAG = 2;
/**
* 主键字段
*/
public static final int FIELD_TYPE_PRIMARY = 3;
public static final int FIELD_PRIMARY = 3;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment