列表不需要展示字段常量去掉id字段
This commit is contained in:
parent
afb65fae79
commit
4a6cb46654
@ -72,7 +72,7 @@ namespace ZR.CodeGenerator
|
|||||||
public static string[] COLUMNNAME_NOT_EDIT = { "id", "create_by", "create_time", "delFlag" };
|
public static string[] COLUMNNAME_NOT_EDIT = { "id", "create_by", "create_time", "delFlag" };
|
||||||
|
|
||||||
/** 页面不需要显示的列表字段 */
|
/** 页面不需要显示的列表字段 */
|
||||||
public static string[] COLUMNNAME_NOT_LIST = { "id", "create_by", "create_time", "delFlag", "update_by",
|
public static string[] COLUMNNAME_NOT_LIST = { "create_by", "create_time", "delFlag", "update_by",
|
||||||
"update_time" , "password"};
|
"update_time" , "password"};
|
||||||
|
|
||||||
/** 页面不需要查询字段 */
|
/** 页面不需要查询字段 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user