sjz
2025-06-13 171d81fdf8d730f6cb6869a003d81d17b5e81117
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; }      //是否供协
 
}