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