Merge branch 'master' of http://118.89.139.230:10101/r/fg_v2.0
| | |
| | | @RestController |
| | | @Api(tags = "配置信息-A059") |
| | | @RequestMapping("A059StationInf") |
| | | public class A059StationInfController { |
| | | public class A059StationInfController extends BaseController{ |
| | | @Resource |
| | | private A059StationInfService service; |
| | | @Resource |
| | |
| | | @RequestMapping("BadBattMon") |
| | | @RestController |
| | | @Api(tags = "报表统计") |
| | | public class BadBattMonController { |
| | | public class BadBattMonController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private BadBattMonService service; |
| | |
| | | @RequestMapping("BadBattMonFlag") |
| | | @RestController |
| | | @Api(tags = "报表统计") |
| | | public class BadBattMonFlagController { |
| | | public class BadBattMonFlagController extends BaseController{ |
| | | @Resource |
| | | private BadBattMonFlagService service; |
| | | |
| | |
| | | @RequestMapping("BadLd9Mon") |
| | | @RestController |
| | | @Api(tags = "报表统计-落后单体Ld9查询") |
| | | public class BadLd9MonController { |
| | | public class BadLd9MonController extends BaseController{ |
| | | |
| | | @Resource |
| | | private BadLd9MonService service; |
| | |
| | | @RestController |
| | | @RequestMapping("battAttention") |
| | | @Api(tags = "数据管理-电池关注管理") |
| | | public class BattAttentionController { |
| | | public class BattAttentionController extends BaseController{ |
| | | |
| | | @Resource |
| | | private BattAttentionService service; |
| | |
| | | @RequestMapping("BattRtstate") |
| | | @RestController |
| | | @Api(tags = "报表统计") |
| | | public class BattRtstateController { |
| | | public class BattRtstateController extends BaseController{ |
| | | |
| | | @Resource |
| | | private BattRtstateService service; |
| | |
| | | @RestController |
| | | @RequestMapping("battScrap") |
| | | @Api(tags = "数据管理-报废电池信息管理") |
| | | public class BattScrapController { |
| | | public class BattScrapController extends BaseController{ |
| | | @Resource |
| | | private BattScrapService service; |
| | | @PostMapping("/searchByCondition") |
| | |
| | | @Api(tags = "告警管理-电池告警历史查询") |
| | | @RestController |
| | | @RequestMapping("BattalarmDataHistoryAction") |
| | | public class BattalarmDataHistoryController { |
| | | public class BattalarmDataHistoryController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private BattalarmDataHistoryService service; |
| | |
| | | @RestController |
| | | @Api(tags = "作业管理-放电计划管理") |
| | | @RequestMapping("BattDischarge_planAction") |
| | | public class BattdischargePlanController { |
| | | public class BattdischargePlanController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private BattdischargePlanService service; |
| | |
| | | @Api(tags = "在线监测-历史监控") |
| | | @RequestMapping("Battmon_testcapAction") |
| | | @RestController |
| | | public class BattmonTestcapController { |
| | | public class BattmonTestcapController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private BattmonTestcapService service; |
| | |
| | | @RestController |
| | | @Api(tags = "告警管理-电池告警参数设置") |
| | | @RequestMapping("Dev_paramAction") |
| | | public class DevParamController { |
| | | public class DevParamController extends BaseController{ |
| | | @Autowired |
| | | private DevParamService service; |
| | | |
| | |
| | | @Api(tags="告警管理-设备告警历史查询") |
| | | @RestController |
| | | @RequestMapping("DevalarmDataHistoryAction") |
| | | public class DevalarmDataHistoryController { |
| | | public class DevalarmDataHistoryController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private DevalarmDataHistoryService service; |
| | |
| | | @Api(tags = "配网电源-电池参数") |
| | | @RestController |
| | | @RequestMapping("FBS9100BattParam") |
| | | public class FBS9100BattParamController { |
| | | public class FBS9100BattParamController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private FBS9100BattParamService service; |
| | |
| | | @RestController |
| | | @RequestMapping("FGCDFileDownload") |
| | | @Api(tags = "在线监测-一体机导入记录") |
| | | public class FGCDFileDownloadController { |
| | | public class FGCDFileDownloadController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private FGCDFileDownloadService service; |
| | |
| | | @Api(tags = "在线监测-实时监控") |
| | | @RestController |
| | | @RequestMapping("Li9130DCDCParamAction") |
| | | public class Li9130DcdcParamController { |
| | | public class Li9130DcdcParamController extends BaseController{ |
| | | @Autowired |
| | | private Li9130DcdcParamService service; |
| | | |
| | |
| | | @Api(tags = "在线监测-实时监控") |
| | | @RestController |
| | | @RequestMapping("Li9130_setparam_planAction") |
| | | public class Li9130SetparamPlanController { |
| | | public class Li9130SetparamPlanController extends BaseController{ |
| | | @Autowired |
| | | private Li9130SetparamPlanService service; |
| | | |
| | |
| | | @RestController |
| | | @RequestMapping("powerDataHistoryGW") |
| | | @Api(tags = "电源历史数据-国网") |
| | | public class PwrDevDataHistoryGWController { |
| | | public class PwrDevDataHistoryGWController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private PwrDevDataHistoryGWService service; |
| | |
| | | @Api(tags = "在线监测-实时监控") |
| | | @RestController |
| | | @RequestMapping("PowerConfigAction") |
| | | public class PwrappAcdcinfController { |
| | | public class PwrappAcdcinfController extends BaseController{ |
| | | @Autowired |
| | | private PwrappAcdcinfService service; |
| | | |
| | |
| | | @Api(tags = "在线监测-实时监控") |
| | | @RestController |
| | | @RequestMapping("PwrappDcinfAction") |
| | | public class PwrappDcinfController { |
| | | public class PwrappDcinfController extends BaseController{ |
| | | @Autowired |
| | | private PwrappDcinfService service; |
| | | |
| | |
| | | @RestController |
| | | @Api(tags = "报表统计-查询电源信息历史数据") |
| | | @RequestMapping("pwrdevDataHistory") |
| | | public class PwrdevDataHistoryController { |
| | | public class PwrdevDataHistoryController extends BaseController{ |
| | | @Resource |
| | | private PwrdevDataHistoryService service; |
| | | @PostMapping("/getDataHistory") |
| | |
| | | @RestController |
| | | @RequestMapping("worksheetMain") |
| | | @Api(tags = "工单主单") |
| | | public class WorksheetMainController { |
| | | public class WorksheetMainController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private WorksheetMainService service; |
| | |
| | | package com.whyc.dto.paramter; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.Data; |
| | |
| | | @ToString |
| | | @AllArgsConstructor |
| | | @NoArgsConstructor |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class BattinfPar implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 5325425413889179654L; |
| | |
| | | package com.whyc.dto.paramter; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import lombok.Data; |
| | | |
| | | import java.util.Date; |
| | | |
| | | @Data |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class PwrdevReportParam { |
| | | private Date startTime; |
| | | private Date endTime; |
| | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import lombok.Data; |
| | | |
| | | @Data |
| | | @ApiModel(value = "tb_badbatt_mon_flag对象", description = "") |
| | | @TableName(schema = "web_site", value = "tb_badbatt_mon_flag") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class BadbattMonFlag { |
| | | @TableId(type = IdType.AUTO) |
| | | private Integer num; |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import lombok.Data; |
| | | |
| | | @Data |
| | | @ApiModel(value = "battAttention对象",description = "电池关注管理对象") |
| | | @TableName(schema = "web_site",value = "tb_batt_attention") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class BattAttention { |
| | | @TableId(type = IdType.AUTO) |
| | | private Integer num; |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import lombok.Data; |
| | | |
| | |
| | | @Data |
| | | @TableName(schema = "db_battinf",value = "tb_battscrap") |
| | | @ApiModel("报废电池") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class BattScrap { |
| | | private int num ;//'主键', |
| | | @TableField("battProducer") |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | |
| | | @Accessors(chain = true) |
| | | @TableName(schema = "db_battinf",value = "tb_battmon_standardcurve") |
| | | @ApiModel(value="BattmonStandardcurve对象", description="") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class BattmonStandardcurve implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | |
| | | @Accessors(chain = true) |
| | | @TableName(schema = "db_battinf",value = "tb_battmon_testcap") |
| | | @ApiModel(value="BattmonTestcap对象", description="") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class BattmonTestcap implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | @Accessors(chain = true) |
| | | @TableName(schema ="db_param",value = "tb_dev_param") |
| | | @ApiModel(value="DevParam对象", description="") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class DevParam implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | |
| | | @TableName(schema = "db_ram_db",value ="tb_fbs9100_battparam") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class FBS9100BattParam { |
| | | |
| | | private Long num; |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import lombok.Data; |
| | | import lombok.ToString; |
| | | import org.apache.ibatis.type.Alias; |
| | |
| | | @TableName(schema = "db_ram_db",value="tb_fgcd_filedownload") |
| | | @Data |
| | | @ToString |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class FGCDFileDownload { |
| | | |
| | | @TableId |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | @Accessors(chain = true) |
| | | @TableName(schema = "db_ram_db",value = "tb_li9130_dcdc_param") |
| | | @ApiModel(value="Li9130DcdcParam对象", description="") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class Li9130DcdcParam implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | @Accessors(chain = true) |
| | | @TableName(schema = "db_ram_db",value = "tb_li9130_setparam_plan") |
| | | @ApiModel(value="Li9130SetparamPlan对象", description="") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class Li9130SetparamPlan implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import java.util.Date; |
| | | |
| | | @TableName(schema = "db_pwrdev_data_history_gw",value = "tb_pwrdev_historydata_gw") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class PwrDevDataHistoryGW { |
| | | private Long num; |
| | | private Date recordTime; |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | |
| | | @Accessors(chain = true) |
| | | @TableName(schema = "db_pwrdev_inf",value ="tb_pwrapp_acdcinf") |
| | | @ApiModel(value="PwrappAcdcinf对象", description="") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class PwrappAcdcinf implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | |
| | | @Accessors(chain = true) |
| | | @TableName(schema = "db_pwrdev_inf",value = "tb_pwrapp_dcinf") |
| | | @ApiModel(value="PwrappDcinf对象", description="") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class PwrappDcinf implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import com.whyc.constant.EnumWorksheetType; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import org.apache.ibatis.type.Alias; |
| | |
| | | |
| | | @TableName(schema = "web_site",value = "tb_worksheet_main") |
| | | @Alias("WorksheetMain") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class WorksheetMain { |
| | | private Integer id; |
| | | @ApiModelProperty("工单标题") |