模板导出成功

This commit is contained in:
qianhao.xu
2024-01-20 14:37:32 +08:00
parent 7af284924d
commit 9b6e30f9a8
16 changed files with 963 additions and 17 deletions

View 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; }
}
}