feat: 完成web to code及code to web功能

This commit is contained in:
橙子
2023-09-28 12:59:25 +08:00
parent f095fde5a7
commit fcb0ea9574
4 changed files with 66 additions and 9 deletions

View File

@@ -19,5 +19,14 @@ namespace Yi.Framework.Module.WebFirstManager.Enums
[Display(Name = "long", Description = "Int64")]
Long,
[Display(Name ="bool",Description = "Boolean")]
Bool,
[Display(Name = "decimal",Description = "Decimal")]
Decimal,
[Display(Name = "DateTime", Description = "DateTime")]
DateTime,
}
}