Commit 9541460d authored by ZWT's avatar ZWT

feat(零碳): 长庆

1.添加easy excel配置,增加转换器,增加全局excel导出样式,增加场站下拉选解析器;
2.开发光伏电站模板导出接口,增加模板导出类,并完成接口冒烟测试及接口文档;
3.间开制度管理模块新增设为基础制度开关接口,添加线上接口文档并完成接口冒烟测试;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent d3ffe082
...@@ -46,7 +46,7 @@ public class ExcelService { ...@@ -46,7 +46,7 @@ public class ExcelService {
* @return {@link XFileResult} * @return {@link XFileResult}
*/ */
@XText("光伏电站模板导出") @XText("光伏电站模板导出")
@XApiGet(anonymous = true) @XApiGet
public XFileResult templatePhotovoltaicPlant(XContext context) { public XFileResult templatePhotovoltaicPlant(XContext context) {
String fileSavePath = XStorageTool.getAbsolutePath("/temp/excel/光伏电站模板.xlsx"); String fileSavePath = XStorageTool.getAbsolutePath("/temp/excel/光伏电站模板.xlsx");
File file = FileUtil.touch(fileSavePath); File file = FileUtil.touch(fileSavePath);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment