/** * @description: 列表查询参数 */ export interface GetJCFormsListApiModel { // 当前页 current?: number // 分页条数 size?: number name?: string }