Commit 93c17fc8 by guojuxing

运营平台单点登录

parent 86aaa3c9
...@@ -29,7 +29,7 @@ public interface OperationUserApiService { ...@@ -29,7 +29,7 @@ public interface OperationUserApiService {
* @Description: * @Description:

 * @author guojuxing 
 * @author guojuxing
* @param dto
 * @param dto

* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
 * @return com.gic.api.base.commons.ServiceResponse<java.lang.Integer>


 */ 
 */
ServiceResponse<Void> save(OperationUserDTO dto); ServiceResponse<Integer> save(OperationUserDTO dto);
} }
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