仪表盘
版本库
文件存储
活动
搜索
登录
cdk
/
YKD-APP-BACK
BI后台代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
BI后台代码
cdk
2025-03-24
9694541db429678cbfcf8b769184856e6a6ab603
[~cdk/YKD-APP-BACK.git]
/
MES.Service
/
Dto
/
service
/
ProductionPickDto.cs
1
2
3
4
5
6
7
8
9
10
using MES.Service.Modes;
namespace MES.Service.Dto.service;
public class ProductionPickDto
{
public string? ItemModel { get; set; }
public List<Womdab>? Womdabs { get; set; }
}