Commit b1c2e642 authored by 徐俊's avatar 徐俊

xujun

parent 9bb63827
package com.yiboshi.science.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yiboshi.science.base.BaseDAO;
import com.yiboshi.science.entity.ComProjectKpit;
import com.yiboshi.science.entity.ComProjectKpitDetail;
import com.yiboshi.science.param.dto.ComProjectKpitDTO;
import com.yiboshi.science.param.dto.ComProjectKpitDetailDTO;
import com.yiboshi.science.param.query.ComProjectKpitDetailQueryVO;
import com.yiboshi.science.param.query.ComProjectKpitQueryVO;
import java.util.List;
public interface ComProjectKpitDetailDAO extends BaseMapper<ComProjectKpitDetail>, BaseDAO<ComProjectKpitDetailQueryVO, ComProjectKpitDetailDTO, ComProjectKpitDetail> {
List<ComProjectKpitDetailDTO> getProjectKpitDetail(String projId);
}
......@@ -48,5 +48,5 @@ public class ProjectKPIStatisticDTO extends BaseDTO {
private Integer sustainableTarget; //二级指标(可持续影响指标)
private Integer serviceTarget; //二级指标(服务对象满意度指标)
private List<ComProjectKpitDTO> threeLevel;
private List<ComProjectKpitDetailDTO> kpiList;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment