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