mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-05 09:10:53 +08:00
feat: 添加webfirst字段生成器
This commit is contained in:
@@ -3,13 +3,19 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using EasyTool;
|
||||
|
||||
namespace Yi.Framework.Module.WebFirstManager.Enums
|
||||
{
|
||||
public enum FieldTypeEnum
|
||||
{
|
||||
[Description("string")]
|
||||
String,
|
||||
|
||||
[Description("int")]
|
||||
Int,
|
||||
|
||||
[Description("long")]
|
||||
Long
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user