仪表盘
版本库
文件存储
活动
搜索
登录
况洋洋
/
LTS_MESApplication_Api
利特舜项目接口代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
111
啊鑫
2025-08-29
d1dc6aaa453c38c6282930d85c58388b89aac065
[~kyy/LTS_MESApplication_Api.git]
/
MES.Service
/
Dto
/
webApi
/
ErpSalesOrder.cs
1
2
3
4
5
6
7
8
namespace MES.Service.Dto.webApi;
public class ErpSalesOrder
{
public ErpSalesOrderDto OrderDto { get; set; }
public List<ErpSalesOrderDetailDto> Items { get; set; }
}