whycxzp
2025-03-26 fca1721e4ef9d92242942f6151d026400ab9bd0b
src/main/java/com/whyc/pojo/db_batt/PowerInf.java
@@ -23,7 +23,7 @@
@TableName(schema = "db_batt",value = "power_inf")
public class PowerInf {
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.AUTO,value = "power_id")
    @ApiModelProperty("电源id")
    private Integer powerId;
@@ -82,15 +82,19 @@
    private Float loadCurr;
    @ApiModelProperty("sip编号")
    @TableField("sip_num")
    private String sipNum;
    @ApiModelProperty("视频流频道数")
    @TableField("channel_count")
    private Integer channelCount;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("create_time")
    private Date createTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("update_time")
    private Date updateTime;
    @TableField(exist = false)