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