增加Global Using
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 10:19:08 +08:00
parent 115017197b
commit fc30cb39ee
408 changed files with 11031 additions and 12556 deletions
@@ -3,9 +3,6 @@
// 生成时间 2022-04-25 09:46:34
// 对此文件的更改可能会导致不正确的行为,并且如果重新生成代码,这些更改将会丢失。
//--------------------------------------------------------------------
using System;
using IRaCIS.Core.Domain.Share;
using System.Collections.Generic;
using IRaCIS.Core.Application.Contracts;
using IRaCIS.Core.Domain.Share.Management;
@@ -26,7 +23,7 @@ namespace IRaCIS.Core.Application.ViewModel
public string CreateUserName { get; set; }
public DateTime UpdateTime { get; set; }
public Guid UpdateUserId { get; set; }
@@ -48,12 +45,12 @@ namespace IRaCIS.Core.Application.ViewModel
}
}
public List<UserTypeSimpleDTO> NoticeUserTypeList { get; set; }
public List<UserTypeSimpleDTO> NoticeUserTypeList { get; set; }
}
///<summary>SystemNoticeQuery 列表查询参数模型</summary>
public class SystemNoticeQuery:PageInput
public class SystemNoticeQuery : PageInput
{
public string NoticeContent { get; set; } = string.Empty;
@@ -94,15 +91,15 @@ namespace IRaCIS.Core.Application.ViewModel
}
///<summary> SystemNoticeAddOrEdit 列表查询参数模型</summary>
public class SystemNoticeAddOrEdit: SystemNoticeBasicInfo
public class SystemNoticeAddOrEdit : SystemNoticeBasicInfo
{
public Guid[] NoticeUserTypeIdList { get; set; }
}
public class SystemNoticeReadDTO: SystemNoticeBasicInfo
public class SystemNoticeReadDTO : SystemNoticeBasicInfo
{
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }
@@ -111,7 +108,7 @@ namespace IRaCIS.Core.Application.ViewModel
public string FullFilePath { get; set; }
public bool IsRead { get; set; }
public bool IsRead { get; set; }
public Guid? PublishedUserId { get; set; }