TASK:数据迁移;
This commit is contained in:
@@ -12,6 +12,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
|
||||
import javax.validation.Valid;
|
||||
import java.text.ParseException;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -88,4 +89,6 @@ public interface LibraryService extends IService<Library> {
|
||||
void batchDeleteLibrary(LibraryDeleteDTO deleteDTO);
|
||||
|
||||
void deleteTrialData(Long id);
|
||||
|
||||
void moveLibraryDate() throws ParseException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user