仪表盘
版本库
文件存储
活动
搜索
登录
余昊杰
/
HM_JK
焕媄接口
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://43.142.96.171:8080/r/~yhj/HM_JK
xwt
8 天以前
65438b8c1f9ec323c3c2ae265561dae4ff536379
[~yhj/HM_JK.git]
/
StandardInterface
/
MES.Service
/
Dto
/
webApi
/
ErpWYOrder.cs
1
2
3
4
5
6
7
8
namespace MES.Service.Dto.webApi;
public class ErpWYOrder
{
public ErpProductionOrderDto OrderDto { get; set; }
public List<ErpProductionOrderSubDto> Items { get; set; }
}