下拉
This commit is contained in:
BIN
ZR.Admin.WebApi/wwwroot/export/2025年51周1日计划-12-20-105235.xlsx
Normal file
BIN
ZR.Admin.WebApi/wwwroot/export/2025年51周1日计划-12-20-105235.xlsx
Normal file
Binary file not shown.
BIN
ZR.Admin.WebApi/wwwroot/workorder/20251220105308工作簿1.xlsx
Normal file
BIN
ZR.Admin.WebApi/wwwroot/workorder/20251220105308工作簿1.xlsx
Normal file
Binary file not shown.
BIN
ZR.Admin.WebApi/wwwroot/workorder/20251220105516工作簿1.xlsx
Normal file
BIN
ZR.Admin.WebApi/wwwroot/workorder/20251220105516工作簿1.xlsx
Normal file
Binary file not shown.
BIN
ZR.Admin.WebApi/wwwroot/workorder/20251220105604工作簿1.xlsx
Normal file
BIN
ZR.Admin.WebApi/wwwroot/workorder/20251220105604工作簿1.xlsx
Normal file
Binary file not shown.
BIN
ZR.Admin.WebApi/wwwroot/workorder/20251220105705工作簿1.xlsx
Normal file
BIN
ZR.Admin.WebApi/wwwroot/workorder/20251220105705工作簿1.xlsx
Normal file
Binary file not shown.
@@ -45,5 +45,6 @@ namespace ZR.Model.MES.andon.Dto
|
||||
{
|
||||
public string label { get; set; }
|
||||
public string value { get; set; }
|
||||
public int ResponseTime { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -82,14 +82,14 @@ namespace ZR.Model.MES.pro
|
||||
/// 预计合格数
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "pqualifiednum")]
|
||||
[ExcelColumn(Name = "预计合格数", IndexName = "J")]
|
||||
[ExcelColumn(Name = "预计合格数", IndexName = "K")]
|
||||
public int PQualifiedNum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 预计合格率
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "pqualifiedRate")]
|
||||
[ExcelColumn(Name = "预计合格率", IndexName = "K")]
|
||||
[ExcelColumn(Name = "预计合格率", IndexName = "J")]
|
||||
public decimal PQualifiedRate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -86,7 +86,8 @@ namespace ZR.Service.mes.andon
|
||||
.Select(it => new AlarmTypePullDownDto
|
||||
{
|
||||
label = it.TypeCode,
|
||||
value = it.TypeName
|
||||
value = it.TypeName,
|
||||
ResponseTime = it.ResponseTime
|
||||
}).ToList();
|
||||
return ApiResult.Success("成功", response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user