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