代码生成去掉默认为查询条件的的列
This commit is contained in:
parent
7ed3f1706e
commit
cf9ae38e3b
@ -141,7 +141,7 @@ public class SysCodeGenConfigService : IDynamicApiController, ITransient
|
|||||||
|
|
||||||
#endregion 添加校验规则
|
#endregion 添加校验规则
|
||||||
|
|
||||||
codeGenConfig.QueryWhether = YesOrNo;
|
codeGenConfig.QueryWhether = YesNoEnum.N.ToString();
|
||||||
codeGenConfig.WhetherAddUpdate = YesOrNo;
|
codeGenConfig.WhetherAddUpdate = YesOrNo;
|
||||||
codeGenConfig.WhetherTable = YesOrNo;
|
codeGenConfig.WhetherTable = YesOrNo;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user