|
@@ -33,7 +33,7 @@ namespace OASystem.Domain.Entities.Resource
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true,ColumnDataType = "varchar(30)")]
|
|
|
+ [SugarColumn(IsNullable = true,ColumnDataType = "varchar(50)")]
|
|
|
public string Contact { get; set; }
|
|
|
|
|
|
|
|
@@ -54,10 +54,24 @@ namespace OASystem.Domain.Entities.Resource
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(20)")]
|
|
|
public string ContactFax { get; set; }
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
|
+ public string CarDes { get; set; }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
|
+ public string CarPicPaths { get; set; }
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(20)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
|
public string OtherInfo { get; set; }
|
|
|
|
|
|
|
|
@@ -67,52 +81,66 @@ namespace OASystem.Domain.Entities.Resource
|
|
|
public int Score { get; set; }
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(10)")]
|
|
|
- public string SuitScore { get; set; }
|
|
|
+ public string QualificationScore { get; set; }
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(10)")]
|
|
|
- public string ServeScore { get; set; }
|
|
|
+ public string CarAgeScore { get; set; }
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(10)")]
|
|
|
- public string TalkProScore { get; set; }
|
|
|
+ public string CleanImgScore { get; set; }
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(10)")]
|
|
|
- public string TimeScore { get; set; }
|
|
|
+ public string SmellScore { get; set; }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(10)")]
|
|
|
+ public string WaterPaperScore { get; set; }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(10)")]
|
|
|
+ public string HardwareScore { get; set; }
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(10)")]
|
|
|
- public string FitScore { get; set; }
|
|
|
+ public string TimeScore { get; set; }
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(10)")]
|
|
|
- public string StrainScore { get; set; }
|
|
|
+ public string SafetyScore { get; set; }
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(10)")]
|
|
|
- public string LocalAndChineseScore { get; set; }
|
|
|
+ public string DrivingAgeScore { get; set; }
|
|
|
}
|
|
|
}
|