|
@@ -799,6 +799,45 @@ namespace OASystem.Domain.Dtos.Groups
|
|
|
public int Diid { get; set; }
|
|
|
|
|
|
public titleChunk title { get; set; }
|
|
|
+
|
|
|
+ public List<LeftModel> leftInfo { get; set; }
|
|
|
+
|
|
|
+ public List<RightModel> rightInfo { get; set; }
|
|
|
+ }
|
|
|
+
|
|
|
+ public class LeftModel
|
|
|
+ {
|
|
|
+ public string Type { get; set; }
|
|
|
+
|
|
|
+ public List<leftInfoModel> leftinfoNumber {get;set; }
|
|
|
+ }
|
|
|
+
|
|
|
+ public class RightModel
|
|
|
+ {
|
|
|
+ public string Type { get; set; }
|
|
|
+
|
|
|
+ public List<RightInfoModel> rightInfoNumber { get; set; }
|
|
|
+ }
|
|
|
+
|
|
|
+ public class RightInfoModel
|
|
|
+ {
|
|
|
+ public string cb { get; set; }
|
|
|
+ public int index { get; set; }
|
|
|
+ public string rs { get; set; }
|
|
|
+ public string title { get; set; }
|
|
|
+ public string xs { get; set; }
|
|
|
+
|
|
|
+ public string bj { get; set; }
|
|
|
+ }
|
|
|
+
|
|
|
+ public class leftInfoModel
|
|
|
+ {
|
|
|
+ public string cb { get; set; }
|
|
|
+ public int index { get; set; }
|
|
|
+ public string rs { get; set; }
|
|
|
+ public string title { get; set; }
|
|
|
+ public string xs { get; set; }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/// <summary>
|