平安校园
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

26 行
276 B

  1. //
  2. namespace SafeCampus.Core;
  3. /// <summary>
  4. /// 种子数据忽略新增
  5. /// </summary>
  6. public class IgnoreSeedDataAddAttribute : Attribute
  7. {
  8. }
  9. /// <summary>
  10. /// 种子数据忽略修改
  11. /// </summary>
  12. public class IgnoreSeedDataUpdateAttribute : Attribute
  13. {
  14. }