wupengfei
10 小时以前 f94468cc4f52ca3a68817592e4ff92f815c835c7
1
2
3
4
5
export type SelectEnterpriseEmployeeEvent = {
  supplierEnterpriseId: string;
  enterpriseEmployeeId: string;
  enterpriseEmployeeName: string;
};