cnf
2025-05-08 ad1aeb59db293e459695b131323fd0caa58e7be1
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; }      //是否供协
 
}