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