UNPKG

@etsoo/smarterp-crm

Version:

TypeScript APIs for SmartERP Customer Relationship Management (CRM)

13 lines (12 loc) 271 B
import { PersonProfileListRQ } from "./PersonProfileListRQ"; /** * Person profile query request data * 人员档案查询请求数据 */ export type PersonProfileQueryRQ = PersonProfileListRQ & { /** * Location * 地点 */ location?: string; };