逻辑修改

This commit is contained in:
2024-12-29 18:06:57 +08:00
parent 445c0bbf75
commit f86025bf47
8 changed files with 83 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ import java.util.List;
public interface SourceService {
ApiResponse<PageInfo<SourceRespVO>> pageQuery(SourceReqQuery sourceReqQuery);
ApiResponse<List<SourceRespVO>> list(SourceReqQuery sourceReqQuery);
ApiResponse<SourceRespVO> getById(Long id);
ApiResponse<SourceRespVO> getById(Long id, Long userId);
ApiResponse<Integer> add(SourceEntity source);
ApiResponse<Integer> deleteById(Long id);
ApiResponse<Integer> update(SourceEntity source);