Interface IAccountModel
public interface IAccountModel
Properties
Account
呼叫的使用者帳號,需在 UOF X 系統有對應一樣的帳號
string Account { get; set; }
Property Value
CorpCode
公司代號,兼職人員需填原公司之代號 (兼職才須填)
string CorpCode { get; set; }
public interface IAccountModel
呼叫的使用者帳號,需在 UOF X 系統有對應一樣的帳號
string Account { get; set; }
公司代號,兼職人員需填原公司之代號 (兼職才須填)
string CorpCode { get; set; }