提交 c523dbf5 编写于 作者: M megagao

删除了无用的方法

上级 34d16ef0
package org.hqu.production_ms.service;
import org.hqu.production_ms.domain.COrder;
import org.hqu.production_ms.domain.ProcessMeasureCheck;
import org.hqu.production_ms.domain.custom.CustomResult;
import org.hqu.production_ms.domain.custom.EUDataGridResult;
import org.hqu.production_ms.domain.po.COrderPO;
public interface PMeasureCheckService {
......@@ -14,23 +12,11 @@ public interface PMeasureCheckService {
EUDataGridResult getList(int page, int rows, ProcessMeasureCheck processMeasureCheck)
throws Exception;
COrder get(String string) throws Exception;
CustomResult delete(String string) throws Exception;
CustomResult deleteBatch(String[] ids) throws Exception;
CustomResult insert(ProcessMeasureCheck processMeasureCheck) throws Exception;
//更新部分字段,用的是updateSelective判断非空的字段进行更新
CustomResult update(COrderPO cOrder) throws Exception;
//更新全部字段,不判断非空,直接进行更新
//CustomResult updateAll(PMeasureCheckService pMeasureCheckService);
CustomResult updateAll(ProcessMeasureCheck processMeasureCheck) throws Exception;
CustomResult updateNote(ProcessMeasureCheck processMeasureCheck) throws Exception;
CustomResult changeStatus(String[] ids) throws Exception;
CustomResult updateAll(ProcessMeasureCheck processMeasureCheck) throws Exception;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册