|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.logpm.supervise.vo.api; |
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
|
|
|
|
import com.logpm.supervise.entity.IndicatorsAnnexEntity; |
|
|
|
|
import com.logpm.supervise.entity.IndicatorsEntity; |
|
|
|
|
import com.logpm.supervise.vo.IndicatorsVO; |
|
|
|
@ -20,7 +21,7 @@ public class BeIndicatorsVO {
|
|
|
|
|
//扣分
|
|
|
|
|
private Integer deductionPoints; |
|
|
|
|
|
|
|
|
|
private List<IndicatorsVO> indicatorsVOS; |
|
|
|
|
private Page<IndicatorsVO> indicatorsVOS; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|