|
@@ -217,6 +217,7 @@ public class SysCodeGenService : IDynamicApiController, ITransient
|
|
|
BusName = input.BusName,
|
|
BusName = input.BusName,
|
|
|
NameSpace = input.NameSpace,
|
|
NameSpace = input.NameSpace,
|
|
|
ClassName = input.TableName,
|
|
ClassName = input.TableName,
|
|
|
|
|
+ ProjectLastName = input.NameSpace.Split('.').Last(),
|
|
|
QueryWhetherList = queryWhetherList,
|
|
QueryWhetherList = queryWhetherList,
|
|
|
TableField = tableFieldList,
|
|
TableField = tableFieldList,
|
|
|
IsJoinTable = joinTableList.Count > 0,
|
|
IsJoinTable = joinTableList.Count > 0,
|