|
|
@@ -1,7 +1,6 @@
|
|
|
package com.sqx.modules.datacentre.service;
|
|
|
|
|
|
import com.sqx.common.utils.Result;
|
|
|
-import com.sqx.modules.app.entity.UserEntity;
|
|
|
import com.sqx.modules.datacentre.query.DataCenterQuery;
|
|
|
import com.sqx.modules.datacentre.query.ShopCenterQuery;
|
|
|
import com.sqx.modules.pay.controller.query.CashOutQueryDTO;
|
|
|
@@ -55,5 +54,5 @@ public interface DataCentreService {
|
|
|
|
|
|
Result presenterVip(Long userId);
|
|
|
|
|
|
- Result updateCertification(UserEntity userEntity);
|
|
|
+
|
|
|
}
|