移动系统liao
2024-06-17 af4c8bd4e5cd73964b9e705f5c1c239d9faecb32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/***********************************************************************
 *            Project: baifenBinfa.Net                                     *
 *                Web: https://baifenBinfa.com                             *
 *        ProjectName: 百分兵法管理系统                               *
 *             Author:                                        *
 *              Email:                               *
 *         CreateTime: 2020-05-08 23:28:44
 *        Description: 暂无
 *              创建人: 廖
 ***********************************************************************/
 
namespace Chuanyin.Attribute
{
    /// <summary>
    /// 自定义需要codefist 标签
    /// </summary>
    [AttributeUsage(AttributeTargets.Class )]
    public class SqlCodeFirstAttribute: System.Attribute
    {
 
    }
}