|  |  | 
 |  |  |  | 
 |  |  | namespace WIDESEA_Model.Models | 
 |  |  | { | 
 |  |  |     [SugarTable(nameof(Dt_AnalysisRuleConfig))] | 
 |  |  |     /// <summary> | 
 |  |  |     /// ç¼ç è§£æè§åé
ç½® | 
 |  |  |     /// </summary> | 
 |  |  |     [SugarTable(nameof(Dt_AnalysisRuleConfig),"ç¼ç è§£æè§åé
ç½®")] | 
 |  |  |     public class Dt_AnalysisRuleConfig : BaseEntity | 
 |  |  |     { | 
 |  |  |         /// <summary> | 
 |  |  |         /// ä¸»é® | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] | 
 |  |  |         public int Id { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è§åç¼å· | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "è§åç¼å·")] | 
 |  |  |         public string AnalysisCode { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è§ååç§° | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "è§ååç§°")] | 
 |  |  |         public string AnalysisName { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// åç¼å符串 | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "åç¼å符串")] | 
 |  |  |         public string StartStr { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// ç»æå符串 | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "ç»æå符串")] | 
 |  |  |         public string EndStr { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// åå²å符串 | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "åå²å符串")] | 
 |  |  |         public string SplitStr { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// ç¼ç è§å | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "ç¼ç è§å")] | 
 |  |  |         public string Format { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// å¤æ³¨ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "夿³¨")] | 
 |  |  |         public string Remark { get; set; } | 
 |  |  |     } |