You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
327 B
Java

package com.example.service;
/**
* @InterfaceName ArchiveService
* @Description 连州归档接口
* @Author linjj
* @Date 2024/12/13 13:14
* @Version 1.0
*/
public interface ArchiveService {
/**
* @description: 归档接口
* @author linjj
* @date: 2025/1/14 15:34
*/
boolean archive();
}