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