| | |
| | | this.SiteID = rhs.SiteID; |
| | | this.NO = rhs.NO; |
| | | this.Name = rhs.Name; |
| | | this.SchemeType = rhs.SchemeType; |
| | | this.ChangeTypes = rhs.ChangeTypes; |
| | | this.AllowCustom = rhs.AllowCustom; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.UseStatus = rhs.UseStatus; |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 方案类型 |
| | | /// 改造类型 |
| | | /// </summary> |
| | | public int SchemeType { get; set; } |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public string ChangeTypes { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 自定义 |
| | | /// </summary> |
| | | public bool AllowCustom { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |