提交 41eca760 编写于 作者: M megagao

删除了无用的代码

上级 a3c5dd44
......@@ -2,7 +2,6 @@ package org.hqu.production_ms.service;
import org.hqu.production_ms.domain.FinalMeasuretCheck;
import org.hqu.production_ms.domain.UnqualifyApply;
import org.hqu.production_ms.domain.custom.CustomResult;
import org.hqu.production_ms.domain.custom.EUDataGridResult;
......@@ -13,22 +12,15 @@ public interface MeasureService {
FinalMeasuretCheck get(String string) throws Exception;
CustomResult delete(String string) throws Exception;
CustomResult deleteBatch(String[] ids) throws Exception;
CustomResult insert(FinalMeasuretCheck finalMeasuretCheck) throws Exception;
//更新部分字段,用的是updateSelective判断非空的字段进行更新
CustomResult update(UnqualifyApply unqualify) throws Exception;
//更新全部字段,不判断非空,直接进行更新
CustomResult updateAll(FinalMeasuretCheck finalMeasuretCheck) throws Exception;
CustomResult updateNote(FinalMeasuretCheck finalMeasuretCheck) throws Exception;
CustomResult changeStatus(String[] ids) throws Exception;
EUDataGridResult searchFMeasureCheckByFMeasureCheckId(int page, int rows,
String fMeasureCheckId) throws Exception;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册