sjz
昨天 5de35354e8dfcb4933350d0d1b645d400bcf23ab
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.FbsDb;
 
public class FbsDbB
{
    public string eid { get; set; }
    public string erpid { get; set; }
    public string? FMATERIALID { get; set; }
    public string? FUNITID { get; set; }
    public string? FQty { get; set; }
    public string? FOwnerTypeId { get; set; }
    public string? FOwnerId { get; set; }
    public string? FStockId { get; set; }
    public string? FOwnerTypeInId { get; set; }
    public string? FOwnerInId { get; set; }
    public string? FStockInId { get; set; }
    public string? FNote { get; set; }
    public string? FStockOrgId { get; set; }
    public string? FStockOrgInId { get; set; }
    public string? FLot { get; set; }
    public string? FMtoNo { get; set; }
}