Commit e0cf4b82 by guojuxing

打款户拖拽排序接口

parent cad0c19b
......@@ -43,6 +43,17 @@ public interface PayAccountApiService {
ServiceResponse<Void> delete(Integer id);
/**
* 拖拽排序
* @Title: setSort

* @Description:

 * @author guojuxing
* @param id
* @param sort

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


 */
ServiceResponse<Void> setSort(Integer id, Integer sort);
/**
* 上移排序
* @Title: upSort

* @Description:
......
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