Show / Hide Table of Contents

Class EmplDeptViewModel

表示員工部門視圖的模型。

Inheritance
System.Object
RequestModel
EmplDeptViewModel
Inherited Members
RequestModel.CorpCode
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Models.Base
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class EmplDeptViewModel : RequestModel

Properties

View Source

Depts

部門代碼。

Declaration
public List<DeptItem> Depts { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DeptItem>
  • View Source
In This Article
Back to top Generated by DocFX