Show / Hide Table of Contents

Class DepartmentBatchMoveRequestModel

批次移動部門

Inheritance
System.Object
RequestModel
DepartmentBatchMoveRequestModel
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 DepartmentBatchMoveRequestModel : RequestModel

Properties

View Source

BatchMove

批次移動的部門

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