/** * 范围定位题数据结构 */ interface CFPDAreaNode extends CFPDBQuestionNode, CFPDMOtherOptionNode { options: CFPDAreaOption[]; layout: CFPDCommonNodeLayout }