质量大屏
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user