Commit 533f7616 authored by 徐俊's avatar 徐俊

xujun

parent d3dd218a
...@@ -13,7 +13,7 @@ import java.util.List; ...@@ -13,7 +13,7 @@ import java.util.List;
public interface ComProjectKpitDetailService extends BaseService<ComProjectKpitDetailQueryVO, ComProjectKpitDetailDTO, ComProjectKpitDetail> { public interface ComProjectKpitDetailService extends BaseService<ComProjectKpitDetailQueryVO, ComProjectKpitDetailDTO, ComProjectKpitDetail> {
List<ComProjectKpitDetailDTO> getProjectKpitDetailStatistic(); List<ComProjectKpitDetailDTO> getProjectKpitDetailStatistic(String projId);
void insertList(List<ComProjectKpitDetailDTO> list, String objectId); void insertList(List<ComProjectKpitDetailDTO> list, String objectId);
} }
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