快乐的昕的电脑
10 天以前 52e709fcf50517c2b953eae2be753b71df347fa5
MES.Service/Dto/webApi/ErpItems.cs
@@ -3,7 +3,7 @@
public class ErpItems
{
    public string? Id { get; set; }
    public string? FNumber { get; set; }
    public string FNumber { get; set; }
    public string? FName { get; set; }
    public string? FSpecification { get; set; }
    public string? FBaseUnitId { get; set; }
@@ -32,4 +32,10 @@
    public string? FUseOrgId { get; set; }
    public string? FMnemonicCode { get; set; }
    public string? Inspectionmethod { get; set; }
    public string? Expirationdate { get; set; }
    public string? Reviewperiod { get; set; }
    public string? FLeadDays { get; set; }
    public string? FRemark5 { get; set; }
}