Commit dedd264e authored by yanzg's avatar yanzg

表结构修改表结构修改

parent 24d4ff91
...@@ -486,17 +486,6 @@ public class SqlData { ...@@ -486,17 +486,6 @@ public class SqlData {
return this; return this;
} }
/**
* 删除删除标记字段
*
* @return
*/
public SqlData removeFieldRemove() {
this.removeField(DaoConst.REMOVE_FLAG_INPUT);
return this;
}
/** /**
* 将当前SQL语句进行复制 * 将当前SQL语句进行复制
* *
......
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