仪表盘
版本库
文件存储
活动
搜索
登录
cnj
/
ZMZ_MES_Api
永康造梦者接口代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
平板端上方添加一个搜索框提供查询
fcx
2025-11-25
dccbfeb549d2dd3b11e16c4073977de24f3e20f7
[~cnj/ZMZ_MES_Api.git]
/
StandardPda
/
MES.Service
/
Dto
/
service
/
YCCZSubmit.cs
1
2
3
4
5
6
7
8
9
10
namespace MES.Service.Dto.service;
public class YCCZSubmit
{
public string? PI_BILLNO { get; set; }
public string? PI_USER { get; set; }
public string? PI_QTY { get; set; }
public string? PI_BADQTY { get; set; }
}