mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 12:22:10 +08:00
feat(X-Pack): [数据填报]用户追加填报页面支持批量添加多条数据
This commit is contained in:
@@ -179,7 +179,6 @@ public interface DataFillingApi {
|
|||||||
void clearLog(@RequestBody DfClearCommitLogRequest request) throws Exception;
|
void clearLog(@RequestBody DfClearCommitLogRequest request) throws Exception;
|
||||||
|
|
||||||
@Operation(summary = "上传Excel")
|
@Operation(summary = "上传Excel")
|
||||||
@DePermit({"#p0+':manage'"})
|
|
||||||
@PostMapping("/form/{formId}/uploadFile")
|
@PostMapping("/form/{formId}/uploadFile")
|
||||||
DfExcelData excelUpload(@PathVariable("formId") Long formId, @RequestParam("file") MultipartFile file) throws Exception;
|
DfExcelData excelUpload(@PathVariable("formId") Long formId, @RequestParam("file") MultipartFile file) throws Exception;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user