Files
shanghaigangxiangtuzhuangMES/server/ZR.Model/MES/md/DTO/MdProductDefineDTO.cs
xiaowei.song 127c428a9e 油漆
2024-06-06 13:19:24 +08:00

15 lines
296 B
C#

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