UNPKG

@etsoo/smarterp-crm

Version:

TypeScript APIs for SmartERP Customer Relationship Management (CRM)

18 lines (16 loc) 204 B
/** * Person profile list data * 人员档案列表数据 */ export type PersonProfileListData = { /** * Id * 编号 */ id: number; /** * Title * 标题 */ title: string; };