public string AddQuerySchemaEntry(QuerySchemaEntryModel model) { return(dal.AddQuerySchemaEntry(model) == 1 ? null : "插入失败"); }