Commit a3c6615a authored by ZWT's avatar ZWT

feat(零碳): 长庆

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

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 42d2d809
...@@ -234,7 +234,7 @@ public class LoginService { ...@@ -234,7 +234,7 @@ public class LoginService {
* @return {@link XSingleResult}<{@link LoginBySimulateOutput}> * @return {@link XSingleResult}<{@link LoginBySimulateOutput}>
*/ */
@XText("模拟用户登陆") @XText("模拟用户登陆")
@XApiPost(anonymous = true) @XApiGet(anonymous = true)
public XSingleResult<LoginBySimulateOutput> loginBySimulate(XContext context, LoginBySimulateInput input) { public XSingleResult<LoginBySimulateOutput> loginBySimulate(XContext context, LoginBySimulateInput input) {
String loginName = input.getLoginName(); String loginName = input.getLoginName();
SysUserMapper mapper = context.getBean(SysUserMapper.class); SysUserMapper mapper = context.getBean(SysUserMapper.class);
......
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