mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
fix(work): 修复部门次序值可能溢出的问题
This commit is contained in:
@@ -260,11 +260,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
public IList<int> DepartmentIdList { get; set; } = new List<int>();
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置部门排序列表。
|
||||
/// 获取或设置部门次序列表。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("order")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("order")]
|
||||
public IList<int>? DepartmentOrderList { get; set; }
|
||||
public IList<long>? DepartmentOrderList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置部门领导状态列表。
|
||||
|
Reference in New Issue
Block a user