-
-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
119 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
src/Magicodes.ExporterAndImporter.Tests/Models/Export/Issue296.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
|
||
namespace Magicodes.ExporterAndImporter.Tests.Models.Export | ||
{ | ||
public class Issue296 | ||
{ | ||
public string ReportTitle { get; set; } | ||
public string BeginDate { get; set; } | ||
public string EndDate { get; set; } | ||
public 播放大厅营收报表[] 播放大厅营收报表 { get; set; } | ||
public 播放大厅能耗情况[] 播放大厅能耗情况 { get; set; } | ||
public 安全情况[] 安全情况 { get; set; } | ||
public 考勤情况[] 考勤情况 { get; set; } | ||
} | ||
|
||
public class 播放大厅营收报表 | ||
{ | ||
public string EquipName { get; set; } | ||
public string 放映场次 { get; set; } | ||
public int 取消场次 { get; set; } | ||
public string 售票数量 { get; set; } | ||
public string 入场人数 { get; set; } | ||
public string 入场异常 { get; set; } | ||
} | ||
|
||
public class 播放大厅能耗情况 | ||
{ | ||
public string EquipName { get; set; } | ||
public string 放映设备 { get; set; } | ||
public int 放映空调 { get; set; } | ||
public string _4D设备 { get; set; } | ||
public string 能耗异常 { get; set; } | ||
public string 冷凝机组 { get; set; } | ||
public string 售卖区 { get; set; } | ||
} | ||
|
||
public class 安全情况 | ||
{ | ||
public string EquipName { get; set; } | ||
public string 时间 { get; set; } | ||
public string 位置 { get; set; } | ||
public string 次数 { get; set; } | ||
} | ||
|
||
public class 考勤情况 | ||
{ | ||
public string EquipName { get; set; } | ||
public string 出勤 { get; set; } | ||
public string 休假 { get; set; } | ||
public string 迟到 { get; set; } | ||
public string 缺勤 { get; set; } | ||
public string 总人数 { get; set; } | ||
} | ||
} |
Binary file added
BIN
+12.4 KB
src/Magicodes.ExporterAndImporter.Tests/TestFiles/ExportTemplates/ComplexExcel.xlsx
Binary file not shown.