新框架接口代码(祈禧6月初版本)
南骏 池
4 天以前 f92912350e2ed8813a54f8da9c475bf02a9aa315
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
namespace MES.Service.Dto.webApi;
 
public class ErpShipmentDetail
{
    public string ErpId { get; set; }
    public string? ErpHeadId { get; set; }
    public string? FMaterialID { get; set; }
    public string? FMaterialName { get; set; }
    public string? FMateriaModel { get; set; }
    public string? FAmount { get; set; }
    public string? FPrice { get; set; }
    public string? FQty { get; set; }
    public string? FLot { get; set; }
    public string? FNoteEntry { get; set; }
    public string? F_UNW_Text_xsddh { get; set; }
    public string? FSOEntryId { get; set; }
    public string? FBasePrice { get; set; }
    public string? FStockID { get; set; }
    public string? FBaseUnitID { get; set; }
}