Interface IAccountModel
使用者帳號模型
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Interfaces
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public interface IAccountModel
Properties
View SourceAccount
呼叫的使用者帳號,需在 UOF X 系統有對應一樣的帳號
Declaration
string Account { get; set; }
Property Value
Type | Description |
---|---|
System. |
CorpCode
公司代號,兼職人員需填原公司之代號 (兼職才須填)
Declaration
string CorpCode { get; set; }
Property Value
Type | Description |
---|---|
System. |