xwt
2 天以前 606a3154577eb6054e5881b5f73998e8942cefd5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace MES.Service.Dto.webApi;
 
public class ErpShzd
{
    public int ERPID { get; set; }
    public string? Type { get; set; }
    public string? FBillNo { get; set; }      //单据编号
    public string? FStockID { get; set; }        //仓库
    public string? FSupplierId { get; set; }      //供应商
    public string? FDate { get; set; }            //单据日期
    public string? FNote { get; set; }            //备注
    public string? F_ZJXF_sfgx { get; set; }      //是否供协
 
}