whycrzg
2021-02-01 51f6e3d555d9e6021fd2470bb39f6befca9aa895
src/main/java/com/fgkj/controller/BattDischarge_paramController.java
@@ -26,10 +26,10 @@
   @Resource
   private User_logService uservice;
   //8.1添加新的参数
   @PostMapping("/")
   @ApiOperation(notes = "",value="添加新的参数")
   @ApiOperation(notes = "{ \"param_name\": \"\", \"preset_time\": 0, \"preset_cap\": 0.0, \"preset_monvol\": 0.0, \"preset_groupvol\": 0.0, \"preset_curr\": 0.0, \"preset_mon\": 0, \"dcvolhighlimit\": 0.0, \"chargecurrset\": 0.0, \"note\": \"tt\", \"plan_circle\": 0, \"plan_rate\": 0 }",value="添加新的参数")
   public ServiceModel add(@RequestBody BattDischarge_param param){
      // BattDischarge_param param = getGson("yyyy-MM-dd").fromJson(json, BattDischarge_param.class);
      ServiceModel model = service.add(param);