ningshuxia
2024-06-06 760fa87c2f6fb9e638bba889928bdc145394a534
IStation.Service/01-entity/02-schedule/ScheduleRule.cs
@@ -28,8 +28,8 @@
        public void Reset(ScheduleRule rhs)
        {
            this.RequestID = rhs.RequestID;
            this.Station = rhs.Station;
            this.Config= rhs.Config;
            this.Station = rhs.Station;
            this.Config = rhs.Config;
        }
        /// <summary>
@@ -45,8 +45,8 @@
        /// <summary>
        /// 配置Json 
        /// </summary>
        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString)]
        public string Config { get; set; }
        /// <summary>
        ///