Commit f8c7ae7a by guojuxing

账号分组接口

parent f07f41b4
......@@ -53,4 +53,15 @@ public interface AccountGroupApiService {
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>


 */
ServiceResponse<Void> deleteByAccountGroupId(Integer accountGroupId);
/**
* 目标排序
* @Title: sort

* @Description:

 * @author guojuxing
* @param accountGroupId
* @param sort

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


 */
ServiceResponse<Void> sort(Integer accountGroupId, Integer sort);
}
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