sjz
2025-06-13 171d81fdf8d730f6cb6869a003d81d17b5e81117
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
namespace MES.Service.Dto.webApi;
 
public class ErpCGTHB
{
    public string? ebeln { get; set; }  //采购订单
  public string? itemid { get; set; }            //待退物料ID
  public string? unit { get; set; }            //单位
  public string? ebeln_id { get; set; }            //采购订单id
  public string? line_id { get; set; }            //采购订单行id
  public string? depot_id { get; set; }            //仓库ID
  public string? depot_code { get; set; }            //仓库编码
  public string? erpid { get; set; }            //单据体id
  public string? eid { get; set; }            //单据头id
  public string? flot { get; set; }            //批号
  public string? fmoto { get; set; }            //计划跟踪号
    public string? quantity { get; set; }            //数量
    public string? ydfl_id { get; set; }            //源单分录id
 
 
 
 
}