shgx_tz_mom/ZR.Model/mes/md/DTO/MdProductDefineDTO.cs
DESKTOP-H2PAFLR\Administrator 915c83bd2e 产品定义
2023-08-09 15:16:45 +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; }
}
}