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

2 months ago
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();
}