using NXWMS.DataAccess.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NXWMS.Client.Model.AppModels.Result.Base { /// /// 供应商 /// public class SupplierResult : BAS_SUPPLIER { public string CreateName { get; set; } public string UpdateName { get; set; } public string UsedFlagName { get; set; } } }