sunpengfei
2025-08-07 b4205c80b0fd6220632fa0ab7df4c75ba844afc4
FlexJobApi.Core/Models/Main/Dictionaries/Commands/SaveDictionaryDataCommand.cs
@@ -15,9 +15,14 @@
    public class SaveDictionaryDataCommand : SaveDataCommand
    {
        /// <summary>
        /// 类别Id
        /// 类别Id(Id/编号二选一)
        /// </summary>
        public Guid CategoryId { get; set; }
        public Guid? CategoryId { get; set; }
        /// <summary>
        /// 类别编号(Id/编号二选一)
        /// </summary>
        public string CategoryCode { get; set; }
        /// <summary>
        /// 上级Id
@@ -28,6 +33,7 @@
        /// 编号
        /// </summary>
        [MaxLength(128)]
        [Required]
        public string Code { get; set; }
        /// <summary>