| | |
| | | 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; |
| | |
| | | @ApiModelProperty("办事部门列表") |
| | | private List<OrganizationChartEntity> organizationChartEntityList; |
| | | |
| | | @ApiModelProperty("政策文件列表") |
| | | private List<AutomessagePolicyDocuments> automessagePolicyDocuments; |
| | | |
| | | @ApiModelProperty("法律法规列表") |
| | | private List<AutomessagePolicyDocuments> regulations; |
| | | |
| | | } |