| 程序包 | 说明 |
|---|---|
| cn.tworice.file.controller | |
| cn.tworice.file.controller.vo | |
| cn.tworice.file.dao.dto | |
| cn.tworice.file.service |
| 限定符和类型 | 方法和说明 |
|---|---|
RequestResult |
SystemFileController.add(SystemFileDO entity) |
RequestResult |
SystemFileController.add(SystemFileDO entity,
org.springframework.web.multipart.MultipartFile file) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SystemFileVO |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FileDTO |
| 限定符和类型 | 方法和说明 |
|---|---|
SystemFileDO |
SystemFileService.info(int id) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SystemFileService.addFile(SystemFileDO entity,
org.springframework.web.multipart.MultipartFile file)
上传文件,不会新增到数据库
|
int |
SystemFileService.set(SystemFileDO entity) |
boolean |
SystemFileService.update(SystemFileDO entity) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
SystemFileService.saveBatch(List<SystemFileDO> list) |
Copyright © 2025. All rights reserved.