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