sunpengfei
2025-08-07 7620ece055c34a13c868d846f4f34cd0a0fb3c4d
FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
@@ -37,6 +37,11 @@
        /// 查询所有
        /// </summary>
        public bool All { get; set; }
        /// <summary>
        /// 最大深度
        /// </summary>
        public int? MaxDeep { get; set; }
    }
    public class GetDictionaryDataSelectQueryResultOption