object 参数会必传

Uat_Study
hang 2023-09-04 09:21:34 +08:00
parent ffeece79fe
commit ee96435379
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ namespace IRaCIS.Core.Application.Contracts
public UserTypeEnum? PDProgressDefaultUserType { get; set; } public UserTypeEnum? PDProgressDefaultUserType { get; set; }
public object OtherObj { get; set; } public object? OtherObj { get; set; }
} }
public class TrialStateChangeDTO public class TrialStateChangeDTO