| | |
| | | package com.dg.core.db.manual.pojo; |
| | | |
| | | import com.dg.core.db.gen.entity.AutomessagePolicyDocuments; |
| | | import com.dg.core.db.gen.entity.KeywordEntity; |
| | | import com.dg.core.db.gen.entity.OrganizationChartEntity; |
| | | import com.dg.core.db.gen.entity.TransactionEvent; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | @ApiModelProperty("联想词列表") |
| | | private List<KeywordEntity> keywordEntityList; |
| | | |
| | | @ApiModelProperty("关联联想词列表") |
| | | private List<KeywordEntity> keywordAssociationList; |
| | | |
| | | @ApiModelProperty("办事部门列表") |
| | | private List<OrganizationChartEntity> organizationChartEntityList; |
| | | |
| | | @ApiModelProperty("政策文件列表") |
| | | private List<AutomessagePolicyDocuments> automessagePolicyDocuments; |
| | | |
| | | @ApiModelProperty("法律法规列表") |
| | | private List<AutomessagePolicyDocuments> regulations; |
| | | |
| | | } |