Commit 936a3f38 by zhiwj

咨询建议

parent 497ef702
......@@ -56,4 +56,15 @@ public interface ProblemOutApiService {
* @throws
*/
ServiceResponse<ProblemDTO> getProblem(Integer problemId);
/**
*
* @Title: endProblem
* @Description:
* @author zhiwj
* @param problemId
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
* @throws
*/
ServiceResponse<Void> endProblem(Integer problemId);
}
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