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