代码提交
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.njcn.syncdata.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.njcn.db.service.IReplenishMybatisService;
|
||||
import com.njcn.syncdata.pojo.po.PowerDistributionarea;
|
||||
|
||||
import java.util.Map;
|
||||
@@ -13,7 +13,7 @@ import java.util.Map;
|
||||
* @author hongawen
|
||||
* @since 2022-10-14
|
||||
*/
|
||||
public interface IPowerDistributionareaService extends IService<PowerDistributionarea> {
|
||||
public interface IPowerDistributionareaService extends IReplenishMybatisService<PowerDistributionarea> {
|
||||
|
||||
/**
|
||||
* 登录获取token
|
||||
@@ -35,7 +35,7 @@ public interface IPowerDistributionareaService extends IService<PowerDistributio
|
||||
* @param fieldValue 数据id集合
|
||||
* @return
|
||||
*/
|
||||
Map staticMethod(String token,String psrType, String fieldName,String fieldValue);
|
||||
Map getResourceData(String token,String psrType,Integer num, String fieldName,String fieldValue);
|
||||
|
||||
Map insertData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user