|
@@ -797,12 +797,15 @@ namespace OASystem.Domain.Dtos.Groups
|
|
|
public class GroupCostExportExcelFile
|
|
|
{
|
|
|
public int Diid { get; set; }
|
|
|
+ public string costType { get; set; }
|
|
|
|
|
|
public titleChunk title { get; set; }
|
|
|
|
|
|
public List<LeftModel> leftInfo { get; set; }
|
|
|
|
|
|
public List<RightModel> rightInfo { get; set; }
|
|
|
+
|
|
|
+ public List<TitleModel> titleModel { get; set; }
|
|
|
}
|
|
|
|
|
|
public class LeftModel
|
|
@@ -818,6 +821,11 @@ namespace OASystem.Domain.Dtos.Groups
|
|
|
|
|
|
public List<RightInfoModel> rightInfoNumber { get; set; }
|
|
|
}
|
|
|
+ public class TitleModel
|
|
|
+ {
|
|
|
+ public string label { get; set; }
|
|
|
+ public string text { get; set; }
|
|
|
+ }
|
|
|
|
|
|
public class RightInfoModel
|
|
|
{
|