mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
Merge pull request #11752 from dataease/pr@dev-v2@fixDS
Pr@dev v2@fix ds
This commit is contained in:
@@ -40,10 +40,10 @@ public interface FontApi {
|
||||
public void delete(@PathVariable("id") Long id);
|
||||
|
||||
@Operation(summary = "变更默认设置")
|
||||
@PostMapping("/changeDefault/")
|
||||
@PostMapping("/setDefault/")
|
||||
public void changeDefault(@RequestBody FontDto fontDto);
|
||||
|
||||
@PostMapping("/uploadFile")
|
||||
void upload(@RequestParam("file") MultipartFile file, @RequestParam("id") long fontID) throws DEException;
|
||||
String upload(@RequestParam("file") MultipartFile file) throws DEException;
|
||||
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ public class FontDto {
|
||||
* 是否默认
|
||||
*/
|
||||
private Boolean isDefault;
|
||||
|
||||
private Long updateTime;
|
||||
private Boolean isBuiltin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user