mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
后管页面新增 停车平台配置
This commit is contained in:
@@ -4,6 +4,8 @@ import com.jsowell.pile.domain.ThirdPartyPlatformConfig;
|
||||
import com.jsowell.pile.domain.ThirdpartyParkingConfig;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
@@ -53,4 +55,10 @@ public interface ThirdpartyParkingConfigMapper {
|
||||
* @return update count
|
||||
*/
|
||||
int updateByPrimaryKey(ThirdpartyParkingConfig record);
|
||||
|
||||
/**
|
||||
* 查询基本信息列表(调用时需分页)
|
||||
* @return
|
||||
*/
|
||||
List<ThirdpartyParkingConfig> selectInfoList();
|
||||
}
|
||||
Reference in New Issue
Block a user