Files
shanghaigangxiangtuzhuangMES/ZR.Model/mes/md/DTO/MdProductDefineDTO.cs

15 lines
296 B
C#
Raw Normal View History

2023-08-09 15:16:45 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZR.Model.mes.md.DTO
{
public class MdProductDefineDTO
{
public List<MdProductDefine> list { set; get; }
public int Total { set; get; }
}
}