|
|
@@ -3,10 +3,7 @@ package com.goafanti.customer.service;
|
|
|
import com.goafanti.common.bo.Result;
|
|
|
import com.goafanti.common.bo.userDaysBo;
|
|
|
import com.goafanti.common.error.BusinessException;
|
|
|
-import com.goafanti.common.model.Admin;
|
|
|
-import com.goafanti.common.model.AdminUserCount;
|
|
|
-import com.goafanti.common.model.OrganizationContactBook;
|
|
|
-import com.goafanti.common.model.User;
|
|
|
+import com.goafanti.common.model.*;
|
|
|
import com.goafanti.core.mybatis.page.Pagination;
|
|
|
import com.goafanti.customer.bo.*;
|
|
|
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
|
|
|
@@ -601,4 +598,6 @@ public interface CustomerService {
|
|
|
void updateUserShareType(List<LockingReleaseBo> newList);
|
|
|
|
|
|
Object selectUserLevel();
|
|
|
+
|
|
|
+ Object updateMid(UserMid in);
|
|
|
}
|