仪表盘
版本库
文件存储
活动
搜索
登录
cnj
/
ZMZ_MES_Api
永康造梦者接口代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
11
啊鑫
2025-02-13
311f8814b600f85caa0eae21c20798f53717f07e
[~cnj/ZMZ_MES_Api.git]
/
StandardPda
/
MES.Service
/
Dto
/
webApi
/
Delivery.cs
1
2
3
4
5
6
7
namespace MES.Service.Dto.webApi;
public class Delivery
{
public ErpDelivery ErpDelivery { get; set; }
public List<ErpDeliveryData> ErpDeliveryData { get; set; }
}