myVendor.ts 140 B

1234567891011
  1. export type MyVendorListData = {
  2. /*
  3. * 供应商编码
  4. */
  5. cVenCode: string;
  6. /**
  7. * 供应商名称
  8. */
  9. cVenName: string;
  10. states?: string;
  11. };