Class EmplUpdateAcctExpiredTimeRequestModel
更新帳號過期時間。
public class EmplUpdateAcctExpiredTimeRequestModel : RequestModel
- Inheritance
-
EmplUpdateAcctExpiredTimeRequestModel
- Inherited Members
Properties
ExpiredTime
過期時間。
public DateTime? ExpiredTime { get; set; }
Property Value
UserCode
使用者代碼。
public string UserCode { get; set; }
Property Value
UserType
使用者類型。
public UserType UserType { get; set; }