You've already forked FrameTour-BE
逻辑修改
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user