feat(BI): 添加轮播大屏功能及相关接口实现

实现质量、工单、毛坯和设备报警大屏的轮播数据展示功能
新增ICarouselBoardService接口及实现类
添加CarouselBoardController控制器处理请求
创建相关DTO模型用于数据传输
This commit is contained in:
2025-10-24 17:05:46 +08:00
parent 7270da5508
commit be6124b3db
6 changed files with 770 additions and 5 deletions

View File

@@ -80,20 +80,17 @@
[SugarColumn(ColumnName = "end_time")]
public DateTime? EndTime { get; set; }
/// <summary>
/// 备注(报废,打磨,抛光
/// 备注(抛光,打磨,报废
///</summary>
[SugarColumn(ColumnName = "remark")]
public string Remark { get; set; }
/// <summary>
/// 备注(报废1打磨2抛光3
/// 备注(抛光1打磨2报废3
///</summary>
[SugarColumn(ColumnName = "remark2")]
public int Remark2 { get; set; }
/// <summary>
/// 油漆-缩孔
///</summary>