Show / Hide Table of Contents

Class RomoveSubDeptEmplModel

移除兼任部門的使用者

Inheritance
System.Object
RomoveSubDeptEmplModel
Inherited Members
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 RomoveSubDeptEmplModel

Properties

View Source

Account

使用者帳號

Declaration
public string Account { get; set; }
Property Value
Type Description
System.String
View Source

DeptCode

部門代碼

Declaration
public string DeptCode { get; set; }
Property Value
Type Description
System.String
View Source

EmplNum

使用者員編

Declaration
public string EmplNum { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX