object 参数会必传
parent
ffeece79fe
commit
ee96435379
|
@ -333,7 +333,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
public UserTypeEnum? PDProgressDefaultUserType { get; set; }
|
||||
|
||||
|
||||
public object OtherObj { get; set; }
|
||||
public object? OtherObj { get; set; }
|
||||
}
|
||||
|
||||
public class TrialStateChangeDTO
|
||||
|
|
Loading…
Reference in New Issue