IAdminOpsService.java 180 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 package com.xkl.service; /** * Created by zhaoyue on 2017/4/4. */ public interface IAdminOpsService { public void addOperation(long adminId, long memberId, int operation); }