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