zhengyiming
2 天以前 2a53dc5bab4b5ba06f86031671fc3365050fa3d1
1
2
3
4
5
6
export type SelectEnterpriseEmployeeEvent = {
  supplierEnterpriseId: string;
  supplierEnterpriseName?: string;
  enterpriseEmployeeId: string;
  enterpriseEmployeeName: string;
};