新框架PDA后端(祈禧6月初版本)
南骏 池
3 天以前 fca0719af6948fe8fa1e4f094f8e7dba339c7428
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
namespace NewPdaSqlServer.Dto.service;
 
public class Material
{
    public string? FMaterialId { get; set; }
    public string? FUintId { get; set; }
    public decimal? FActReceiveQty { get; set; }
    public string? FStockId { get; set; }
    public DateTime? FPreDeliveryDate { get; set; }
    public Guid? F_MES_ENTRYID { get; set; }
    public Guid? FSRCENTRYGuid { get; set; }
 
    public string? FLot { get; set; }
    public string? FRMREALQTY { get; set; }
    public string? FUINT { get; set; }
 
    public string? FsrcEntryId { get; set; }
 
    public string? FRealQty { get; set; }
 
    public string? FUnitID { get; set; }
 
    public string? FMesEntryid { get; set; }
}