shgx_tz_mom/ZR.Model/mes/md/DTO/MdProductDefineDTO.cs

9 lines
180 B
C#
Raw Normal View History

2024-06-07 11:04:26 +08:00
namespace ZR.Model.mes.md.DTO
2023-08-09 15:16:45 +08:00
{
2024-06-07 11:04:26 +08:00
public class MdProductDefineDTO
2023-08-09 15:16:45 +08:00
{
public List<MdProductDefine> list { set; get; }
public int Total { set; get; }
}
}