更新控制器

This commit is contained in:
lzw
2021-10-18 16:46:40 +08:00
parent 3e0e9a5640
commit 3dbd838de6
11 changed files with 45 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Common.Enum
{
public enum ShowFlagEnum
{
NoShow=0,
Show=1
}
}