模板导出成功
This commit is contained in:
23
ZR.Model/MES/pro/DTO/WorkplanSummaryDto.cs
Normal file
23
ZR.Model/MES/pro/DTO/WorkplanSummaryDto.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Model.MES.pro.DTO
|
||||
{
|
||||
public class WorkplanSummaryDto
|
||||
{
|
||||
|
||||
|
||||
public float requireNum { set; get; }
|
||||
public float requireHanger { set; get; }
|
||||
public float turnnum { set; get; }
|
||||
public float productiontime { set; get; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user