增加平台配置的操作接口
This commit is contained in:
@@ -9,11 +9,11 @@ import java.util.List;
|
||||
public interface PlatformConfigMapperEx {
|
||||
|
||||
List<PlatformConfig> selectByConditionPlatformConfig(
|
||||
@Param("key") String key,
|
||||
@Param("platformKey") String platformKey,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
Long countsByPlatformConfig(
|
||||
@Param("key") String key);
|
||||
@Param("platformKey") String platformKey);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user