using iWare.Wms.Core.Util.LowCode.Front.Model; using Furion.Extras.iWare.Wms.Service.LowCode.Dto; namespace iWare.Wms.Application.Service.System.LowCode.Dto { public class Front_CodeGenerate { public string TableName { get; set; } public string TableDesc { get; set; } public string AuthorName { get; set; } public string BusName { get; set; } public string NameSpace { get; set; } public string ProName { get; set; } public string DatabaseName { get; set; } public string ClassName { get; set; } public string CamelizeClassName { get; set; } public List QueryWhetherList { get; set; } public List TableField { get; set; } public List FileTableField { get; set; } public List Fields { get; set; } public long? LowCodeId { get; set; } public string FormDesign { get; set; } public string DynamicData { get; set; } public List DynamicLoad_Dict { get; set; } public bool IsFile { get; set; } } }