质量大屏

This commit is contained in:
卢江海
2025-03-27 15:17:23 +08:00
parent df4fc49eab
commit 9c916d58e8
8 changed files with 256 additions and 30 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DOAN.Model.MES.SmartScreen.Quality.Dto
{
public class QualityScreenHeadDto
{
public int? MonthFQC { get; set; }
public int? WeekFQC { get; set; }
}
}

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DOAN.Model.MES.SmartScreen.Quality.Dto
{
public class QualitySmartScreenDto
{
public string StoveCode { get; set; }
public string DefectName { get; set; }
public int? Number { get; set; }
}
}

View File

@@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DOAN.Model.MES.SmartScreen.Quality
{
internal class Quality
{
}
}