/// <summary>
    /// 实体类模板
    /// </summary>
    public class SqlConfigBase : IEntity
    {
        /// <summary>
        /// 配置替换前端传递的平台参数
        /// </summary>
        public Dictionary<string, SqlMapperType> MapperTypes { get;set; }

ResponseField

      /// <summary>
        /// 值对应 _mappperType参数, 如果值存在,替换对应的值
        /// </summary>
        public Dictionary<string, SqlMapperType> MapperTypes { get; set; }
文档更新时间: 2022-08-02 22:03   作者:admin