/*********************************************************************** * Project: baifenBinfa.Net * * Web: https://baifenBinfa.com * * ProjectName: 百分兵法管理系统 * * Author: * * Email: * * CreateTime: 2020-05-08 23:28:44 * Description: 暂无 * 创建人: 廖 ***********************************************************************/ namespace Chuanyin.Attribute { /// /// 自定义需要codefist 标签 /// [AttributeUsage(AttributeTargets.Class )] public class SqlCodeFirstAttribute: System.Attribute { } }