代码拉取完成,页面将自动刷新
同步操作将从 小螺旋丸/codeMan 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
package entity;
import java.io.Serializable;
import java.util.List;
public class TablesQueryModel implements Serializable {
private static final long serialVersionUID = -1678171896562196592L;
//from sql
private String formSql;
//表与表的关系部分
private List<TableRelationModel> tableRelationModelLists;
//查询的字段
private List<TableFiledModel> tableFiledModels;
//条件字段
private List<TableConditionModel> tableConditionModels;
//方法中文名
private String methodName_cn;
//方法实体名
private String entityName;
//方法实体中文名
private String entityName_cn;
public String getFormSql() {
return formSql;
}
public void setFormSql(String formSql) {
this.formSql = formSql;
}
public List<TableRelationModel> getTableRelationModelLists() {
return tableRelationModelLists;
}
public void setTableRelationModelLists(List<TableRelationModel> tableRelationModelLists) {
this.tableRelationModelLists = tableRelationModelLists;
}
public List<TableFiledModel> getTableFiledModels() {
return tableFiledModels;
}
public void setTableFiledModels(List<TableFiledModel> tableFiledModels) {
this.tableFiledModels = tableFiledModels;
}
public List<TableConditionModel> getTableConditionModels() {
return tableConditionModels;
}
public void setTableConditionModels(List<TableConditionModel> tableConditionModels) {
this.tableConditionModels = tableConditionModels;
}
public String getMethodName_cn() {
return methodName_cn;
}
public void setMethodName_cn(String methodName_cn) {
this.methodName_cn = methodName_cn;
}
public String getEntityName() {
return entityName;
}
public void setEntityName(String entityName) {
this.entityName = entityName;
}
public String getEntityName_cn() {
return entityName_cn;
}
public void setEntityName_cn(String entityName_cn) {
this.entityName_cn = entityName_cn;
}
@Override
public String toString() {
return "TablesQueryModel [formSql=" + formSql + ", tableRelationModelLists=" + tableRelationModelLists
+ ", tableFiledModels=" + tableFiledModels + ", tableConditionModels=" + tableConditionModels + "]";
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。