快乐的昕的电脑
7 天以前 8684d3db5566311dcf7631b5da52ca3bc2228423
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; }
}