export type MyVendorListData = { /* * 供应商编码 */ cVenCode: string; /** * 供应商名称 */ cVenName: string; states?: string; };