Files
wcs/WCS.Model/ApiModel/MatBaseInfo/PrintedMatInfoRequest.cs
hehaibing-1996 432a96198f fature
2024-05-15 18:59:24 +08:00

12 lines
238 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace WCS.Model.ApiModel.MatBaseInfo
{
public class PrintedMatInfoRequest : RequestBase
{
public List<int> PrintedMatInfoIds { get; set; }
}
}