shgx_tz_mom/ZR.Model/MES/pro/DTO/WorkplanSummaryDto.cs
2024-01-20 14:37:32 +08:00

24 lines
398 B
C#

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