本月每天产量
This commit is contained in:
17
DOAN.Model/Mobile/ReportFlow/Dto/ProReportWorkDto.cs
Normal file
17
DOAN.Model/Mobile/ReportFlow/Dto/ProReportWorkDto.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Model.Mobile.ReportFlow.Dto
|
||||
{
|
||||
public class ProReportWorkDto
|
||||
{
|
||||
public string workorder { get; set; }
|
||||
public int processId { get; set; }
|
||||
public int finish_num { get; set; }
|
||||
public int bad_num { get; set; }
|
||||
public string process_operator { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user