南骏 池
2025-02-19 bf1d6f240c9df40f1c7b4593e87750dbf15cbbde
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
namespace MES.Service.Dto.webApi;
 
public class ErpTransferRequest
{
    public string id { get; set; }
    public string? Type { get; set; }
    public string? FBillNo { get; set; }
    public string? FDocumentStatus { get; set; }
    public string? FDate { get; set; }
    public string? FAPPORGID { get; set; }
    public string? FBillTypeID { get; set; }
    public string? FBusinessType { get; set; }
    public string? FTRANSTYPE { get; set; }
    public string? FTransferDirect { get; set; }
    public string? FOwnerTypeIdHead { get; set; }
    public string? FOwnerTypeInIdHead { get; set; }
    public string? F_UNW_Base_BOMBB { get; set; }
    public string? F_UNW_Base_FXWLBM { get; set; }
    public string? FRemarks { get; set; }
    public string? FCreatorId { get; set; }
    public string? FCreateDate { get; set; }
    public string? FModifierId { get; set; }
    public string? FModifyDate { get; set; }
    public string? FAPPROVEDATE { get; set; }
    public string? FCloseStatus { get; set; }
    public string? FCloserId { get; set; }
    public string? FCloseDate { get; set; }
}