mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 09:01:37 +08:00 
			
		
		
		
	refactor: 调整 starter 内的 BaseResp、BaseDetailResp 到 admin 项目
This commit is contained in:
		@@ -18,10 +18,10 @@ package top.continew.admin.schedule.model;
 | 
			
		||||
 | 
			
		||||
import io.swagger.v3.oas.annotations.media.Schema;
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 任务实例日志分页信息
 | 
			
		||||
 
 | 
			
		||||
@@ -18,10 +18,10 @@ package top.continew.admin.schedule.service;
 | 
			
		||||
 | 
			
		||||
import top.continew.admin.schedule.model.JobInstanceLogPageResult;
 | 
			
		||||
import top.continew.admin.schedule.model.query.JobInstanceLogQuery;
 | 
			
		||||
import top.continew.admin.schedule.model.query.JobLogQuery;
 | 
			
		||||
import top.continew.admin.schedule.model.query.JobInstanceQuery;
 | 
			
		||||
import top.continew.admin.schedule.model.resp.JobLogResp;
 | 
			
		||||
import top.continew.admin.schedule.model.query.JobLogQuery;
 | 
			
		||||
import top.continew.admin.schedule.model.resp.JobInstanceResp;
 | 
			
		||||
import top.continew.admin.schedule.model.resp.JobLogResp;
 | 
			
		||||
import top.continew.starter.extension.crud.model.resp.PageResp;
 | 
			
		||||
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 
 | 
			
		||||
@@ -85,7 +85,7 @@ public interface JobService {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 查询分组列表
 | 
			
		||||
     * 
 | 
			
		||||
     *
 | 
			
		||||
     * @return 分组列表
 | 
			
		||||
     */
 | 
			
		||||
    List<String> listGroup();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user