质量大屏

This commit is contained in:
卢江海
2025-03-27 19:41:52 +08:00
parent ea64aa7381
commit 65ff7d3878
2 changed files with 21 additions and 0 deletions

View File

@@ -11,5 +11,9 @@ namespace DOAN.Model.MES.SmartScreen.Quality.Dto
public int? MonthFQC { get; set; }
public int? WeekFQC { get; set; }
public string MonthPassRate { get; set; }
public string WeekPassRate { get; set; }
}
}