|
@@ -40,7 +40,7 @@ public interface TableFileMapper extends BaseMapper<TableFile> {
|
|
*/
|
|
*/
|
|
List<TableFileVO> selectTableFilePage(IPage page, TableFileVO tableFile);
|
|
List<TableFileVO> selectTableFilePage(IPage page, TableFileVO tableFile);
|
|
|
|
|
|
- List<TableFileVO> selectTableFileList(Long pKid);
|
|
|
|
|
|
+ List<TableFileVO> selectTableFileList(String pKid);
|
|
|
|
|
|
void delDataById(String id, Long recordId);
|
|
void delDataById(String id, Long recordId);
|
|
|
|
|