修复 项目创建人Pm和添加的外部人员,没有显示加入日期。
修改 面板统计 过滤条件
This commit is contained in:
@@ -45,6 +45,8 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public class TrialMaintenanceDTO : UserTrialCommand
|
||||
{
|
||||
[JsonIgnore]
|
||||
public int No { get; set; }
|
||||
//For MiniExcel ExcelFormat
|
||||
public string State => IsDeleted ? "退出" : "加入";
|
||||
|
||||
@@ -110,6 +112,9 @@ namespace IRaCIS.Application.Contracts
|
||||
}
|
||||
public class SiteUserExportDTO : UserTrialDTO
|
||||
{
|
||||
[JsonIgnore]
|
||||
public int No { get; set; }
|
||||
|
||||
public string TrialSiteCode { get; set; } = String.Empty;
|
||||
public string TrialSiteAliasName { get; set; } = String.Empty;
|
||||
}
|
||||
@@ -124,6 +129,9 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public class TrialSiteUserSummaryDto: TrialSiteUserSurveyView
|
||||
{
|
||||
[JsonIgnore]
|
||||
public int No { get; set; }
|
||||
|
||||
public string TrialSiteCode { get; set; } = String.Empty;
|
||||
public string TrialSiteAliasName { get; set; } = String.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user