仪表盘
版本库
文件存储
活动
搜索
登录
沈金展
/
YC
煜昌接口代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1111
cnf
2025-03-25
728a20c466ba17cd726a92001818827bb5905450
[~sjz/YC.git]
/
MES.Service
/
Dto
/
webApi
/
ProductionOrder
/
ErpProductionOrder.cs
1
2
3
4
5
6
7
8
9
namespace MES.Service.Dto.webApi.ProductionOrder
{
public class ErpProductionOrder
{
//public string? Id { get; set; }
public string? SaleOrderNo { get; set; }
public string? ImageUrl { get; set; }
}
}