feat:扩展webfirst

This commit is contained in:
橙子
2023-09-18 23:31:36 +08:00
parent 65a0a6fb92
commit 04fc03ccf5
5 changed files with 102 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Module.WebFirstManager.Enums
{
public enum FieldTypeEnum
{
String,
Int,
Long
}
}