Commit 6316800b authored by tangwei's avatar tangwei

修改实体映射

parent 0ade5e83
......@@ -71,19 +71,15 @@ public class JpInverterDto extends BaseDto {
private String warrantyPeriod;
@ApiModelProperty(value = "IGBT温度")
@TableField("igbt_temperature")
private String igbtTemperature;
@ApiModelProperty(value = "AFCI方案")
@TableField("afci_programme")
private String afciProgramme;
@ApiModelProperty(value = "AFCI版本")
@TableField("afci_version")
private String afciVersion;
@ApiModelProperty(value = "ID")
@TableField("id")
private Long id;
@ApiModelProperty(value = "第三方电站id")
......
package com.yeejoin.amos.boot.module.hygf.api.dto;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import com.yeejoin.amos.boot.biz.common.dto.BaseDto;
......@@ -25,27 +26,21 @@ public class TdHygfJpInvertorElecHistoryDto extends BaseDto {
private String snCode;
@ApiModelProperty(value = "U交流电压")
@TableField("U_AC_voltage")
private Double uAcVoltage;
@ApiModelProperty(value = "V交流电压")
@TableField("V_AC_voltage")
private Double vAcVoltage;
@ApiModelProperty(value = "W交流电压")
@TableField("W_AC_voltage")
private Double wAcVoltage;
@ApiModelProperty(value = "U交流电流")
@TableField("U_AC_current")
private Double uAcCurrent;
@ApiModelProperty(value = "V交流电流")
@TableField("V_AC_current")
private Double vAcCurrent;
@ApiModelProperty(value = "W交流电流")
@TableField("W_AC_current")
private Double wAcCurrent;
@ApiModelProperty(value = "品牌")
......
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