using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CK.SCP.Models.ScpEntity.ExcelImportEntity { public class SCP_PRICE_EXCEL { public string 供应商编码 { get; set; } } }