feat: webfrist基本流程已完成
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -10,13 +11,13 @@ namespace Yi.Framework.Module.WebFirstManager.Enums
|
||||
{
|
||||
public enum FieldTypeEnum
|
||||
{
|
||||
[Description("String")]
|
||||
[Display(Name ="string",Description = "String")]
|
||||
String,
|
||||
|
||||
[Description("Int32")]
|
||||
[Display(Name = "int", Description = "Int32")]
|
||||
Int,
|
||||
|
||||
[Description("Int64")]
|
||||
[Display(Name = "long", Description = "Int64")]
|
||||
Long,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user