Files
wcs/WCS.Model/ApiModel/MatBaseInfo/GetMatCodeListRequest.cs
hehaibing-1996 e89b64ea3a !提交代码
2024-04-15 18:43:28 +08:00

13 lines
308 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace WCS.Model.ApiModel.MatBaseInfo
{
public class GetMatCodeListRequest : RequestBase
{
//是否是从基础数据返回 如果为false 从库存数据返回
public bool IsFromBaseData { get; set; }
}
}