xwt
2025-06-27 c9481ef82ebf4095605f68695a1d02a252d33ff3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
namespace MES.Service.Dto.webApi;
 
public class ErpKc
{
    public string? FMaterialId { get; set; }
    public string? FStockId { get; set; }
    public string? FMtoNo { get; set; }
    public string? FLot { get; set; }
    public string? FStockUnitId { get; set; }
    public string? FBaseUnitId { get; set; }
    public string? FStockStatusId { get; set; }
    public string? FBASEQTY { get; set; }
    public string? FSTOREURNOM { get; set; }
    public string? FSTOREURNUM { get; set; }
  //  public string? FOwnerId { get; set; } // 新增货主编码字段
    public string? FStockOrgId { get; set; } //  新增库存组织字段
   
 
}