|
|
@@ -11,6 +11,7 @@ import com.goafanti.common.model.TaskSoptLog;
|
|
|
import com.goafanti.core.mybatis.page.Pagination;
|
|
|
import com.goafanti.order.bo.*;
|
|
|
import com.goafanti.order.bo.InputProjectCheck;
|
|
|
+import com.goafanti.order.controller.InputTaskSoptLog;
|
|
|
import com.goafanti.organization.bo.OutPaymentNode;
|
|
|
|
|
|
public interface OrderProjectService {
|
|
|
@@ -142,4 +143,6 @@ public interface OrderProjectService {
|
|
|
Integer status,String startTime,String endTime,String receiverId, Integer pageNo, Integer pageSize);
|
|
|
|
|
|
List<TaskSoptLogBo> projectSotpList(Integer taskSoptId);
|
|
|
+
|
|
|
+ Object examineProjectSotp(InputTaskSoptLog in);
|
|
|
}
|