sunpengfei
2025-08-06 350aa66d4818f85f042cb2d399691209dc97b97e
FlexJobApi.Core/Entities/Common/DictionaryCategory.cs
@@ -30,5 +30,10 @@
        /// 字段名(逗号隔开)
        /// </summary>
        public string FieldNames { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        public string Remark { get; set; }
    }
}