package com.whyc.pojo;
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
import com.baomidou.mybatisplus.annotation.TableId;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
import lombok.Data;
|
import lombok.ToString;
|
import org.apache.ibatis.type.Alias;
|
|
/**
|
* FGCD的文件下载
|
*/
|
@Alias("FGCDFileDownload")
|
@TableName(schema = "db_ram_db",value="tb_fgcd_filedownload")
|
@Data
|
@ToString
|
public class FGCDFileDownload {
|
|
@TableId
|
private int num ;//,
|
@TableField(value = "dev_id")
|
private int devId ;//'设备id',
|
@TableField("BattGroupId")
|
private int battGroupId ;//'电池组ID',
|
@TableField("op_cmd")
|
private int opCmd ;//'命令',
|
@TableField("file_total")
|
private int fileTotal ;//'总的文件数目',
|
@TableField("file_count")
|
private int fileCount ;//'当前页数据文件书',
|
@TableField("file_index")
|
private int fileIndex ;//'需要下载文件索引',
|
@TableField("file_name1")
|
private String fileName1;//'文件名1',
|
@TableField("file_index1")
|
private int fileIndex1 ;//'文件索引1',
|
@TableField("test_timelong1")
|
private int testTimelong1 ;//'测试时长1',
|
@TableField("data_type1")
|
private int dataType1 ;//'数据类型1',
|
@TableField("test_curr1")
|
private float testCurr1;//'测试电流1',
|
@TableField("test_cap1")
|
private float testCap1;//'测试容量1',
|
@TableField("cap_std1")
|
private int capStd1 ;//'标称容量1',
|
@TableField("mon_count1")
|
private int monCount1 ;//'单体数量1',
|
@TableField("mon_vol1")
|
private float monVol1;//'单体电压类型1',
|
@TableField("stop_type1")
|
private int stopType1 ;//'停止原因1',
|
@TableField("download_flag1")
|
private int downloadFlag1;//
|
@TableField("download_state1")
|
private int downloadState1;//
|
@TableField("now_data_block1")
|
private int nowDataBlock1;//'当前下载进度',
|
@TableField("total_data_block1")
|
private int totalDataBlock1;//'总的数据块
|
@TableField("file_name2")
|
private String fileName2;//'文件名2',
|
@TableField("file_index2")
|
private int fileIndex2 ;//'文件索引2',
|
@TableField("test_timelong2")
|
private int testTimelong2 ;//'测试时长2',
|
@TableField("data_type2")
|
private int dataType2 ;//'数据类型2',
|
@TableField("test_curr2")
|
private float testCurr2;//'测试电流2',
|
@TableField("test_cap2")
|
private float testCap2;//'测试容量2',
|
@TableField("cap_std2")
|
private int capStd2 ;//'标称容量2',
|
@TableField("mon_count2")
|
private int monCount2 ;//'单体数量2',
|
@TableField("mon_vol2")
|
private float monVol2;//'单体电压类型2',
|
@TableField("stop_type2")
|
private int stopType2 ;//'停止原因2',
|
@TableField("download_flag2")
|
private int downloadFlag2;//
|
@TableField("download_state2")
|
private int downloadState2;//
|
@TableField("now_data_block2")
|
private int nowDataBlock2;//'当前下载进度',
|
@TableField("total_data_block2")
|
private int totalDataBlock2;//'总的数据块数',
|
@TableField("file_name3")
|
private String fileName3;//'文件名3',
|
@TableField("file_index3")
|
private int fileIndex3 ;//'文件索引3',
|
@TableField("test_timelong3")
|
private int testTimelong3 ;//'测试时长3',
|
@TableField("data_type3")
|
private int dataType3 ;//'数据类型3',
|
@TableField("test_curr3")
|
private float testCurr3;//'测试电流3',
|
@TableField("test_cap3")
|
private float testCap3;//'测试容量3',
|
@TableField("cap_std3")
|
private int capStd3 ;//'标称容量3',
|
@TableField("mon_count3")
|
private int monCount3 ;//'单体数量3',
|
@TableField("mon_vol3")
|
private float monVol3;//'单体电压类型3',
|
@TableField("stop_type3")
|
private int stopType3 ;//'停止原因3',
|
@TableField("download_flag3")
|
private int downloadFlag3;//
|
@TableField("download_state3")
|
private int downloadState3;
|
@TableField("now_data_block3")
|
private int nowDataBlock3;//'当前下载进度',
|
@TableField("total_data_block3")
|
private int totalDataBlock3;//'总的数据块数',
|
@TableField("file_name4")
|
private String fileName4;//'文件名4',
|
@TableField("file_index4")
|
private int fileIndex4 ;//'文件索引4',
|
@TableField("test_timelong4")
|
private int testTimelong4 ;//'测试时长4',
|
@TableField("data_type4")
|
private int dataType4 ;//'数据类型4',
|
@TableField("test_curr4")
|
private float testCurr4;//'测试电流4',
|
@TableField("test_cap4")
|
private float testCap4;//'测试容量4',
|
@TableField("cap_std4")
|
private int capStd4 ;//'标称容量4',
|
@TableField("mon_count4")
|
private int monCount4 ;//'单体数量4',
|
@TableField("mon_vol4")
|
private float monVol4;//'单体电压类型4',
|
@TableField("stop_type4")
|
private int stopType4 ;//'停止原因4',
|
@TableField("download_flag4")
|
private int downloadFlag4;//
|
@TableField("download_state4")
|
private int downloadState4;//
|
@TableField("now_data_block4")
|
private int nowDataBlock4;//'当前下载进度',
|
@TableField("total_data_block4")
|
private int totalDataBlock4;//'总的数据块数',
|
@TableField("file_name5")
|
private String fileName5;//'文件名5',
|
@TableField("file_index5")
|
private int fileIndex5 ;//'文件索引5',
|
@TableField("test_timelong5")
|
private int testTimelong5 ;//'测试时长5',
|
@TableField("data_type5")
|
private int dataType5 ;//'数据类型5',
|
@TableField("test_curr5")
|
private float testCurr5;//'测试电流5',
|
@TableField("test_cap5")
|
private float testCap5;//'测试容量5',
|
@TableField("cap_std5")
|
private int capStd5 ;//'标称容量5',
|
@TableField("mon_count5")
|
private int monCount5 ;//'单体数量5',
|
@TableField("mon_vol5")
|
private float monVol5;//'单体电压类型5',
|
@TableField("stop_type5")
|
private int stopType5 ;//'停止原因5',
|
@TableField("download_flag5")
|
private int downloadFlag5;//
|
@TableField("download_state5")
|
private int downloadState5;//
|
@TableField("now_data_block5")
|
private int nowDataBlock5;//'当前下载进度',
|
@TableField("total_data_block5")
|
private int totalDataBlock5;//'总的数据块数',
|
@TableField("file_name6")
|
private String fileName6;//'文件名6',
|
@TableField("file_index6")
|
private int fileIndex6 ;//'文件索引6',
|
@TableField("test_timelong6")
|
private int testTimelong6 ;//'测试时长6',
|
@TableField("data_type6")
|
private int dataType6 ;//'数据类型6',
|
@TableField("test_curr6")
|
private float testCurr6;//'测试电流6',
|
@TableField("test_cap6")
|
private float testCap6;//'测试容量6',
|
@TableField("cap_std6")
|
private int capStd6 ;//'标称容量6',
|
@TableField("mon_count6")
|
private int monCount6 ;//'单体数量6',
|
@TableField("mon_vol6")
|
private float monVol6;//'单体电压类型6',
|
@TableField("stop_type6")
|
private int stopType6 ;//'停止原因6',
|
@TableField("download_flag6")
|
private int downloadFlag6;//
|
@TableField("download_state6")
|
private int downloadState6;//
|
@TableField("now_data_block6")
|
private int nowDataBlock6;//'当前下载进度',
|
@TableField("total_data_block6")
|
private int totalDataBlock6;//'总的数据块数',
|
@TableField("file_name7")
|
private String fileName7;//'文件名7',
|
@TableField("file_index7")
|
private int fileIndex7 ;//'文件索引7',
|
@TableField("test_timelong7")
|
private int testTimelong7 ;//'测试时长7',
|
@TableField("data_type7")
|
private int dataType7 ;//'数据类型7',
|
@TableField("test_curr7")
|
private float testCurr7;//'测试电流7',
|
@TableField("test_cap7")
|
private float testCap7;//'测试容量7',
|
@TableField("cap_std7")
|
private int capStd7 ;//'标称容量7',
|
@TableField("mon_count7")
|
private int monCount7 ;//'单体数量7',
|
@TableField("mon_vol7")
|
private float monVol7;//'单体电压类型7',
|
@TableField("stop_type7")
|
private int stopType7 ;//'停止原因7',
|
@TableField("download_flag7")
|
private int downloadFlag7;//
|
@TableField("download_state7")
|
private int downloadState7;//
|
@TableField("now_data_block7")
|
private int nowDataBlock7;//'当前下载进度',
|
@TableField("total_data_block7")
|
private int totalDataBlock7;//'总的数据块数',
|
@TableField("file_name8")
|
private String fileName8;//'文件名8',
|
@TableField("file_index8")
|
private int fileIndex8 ;//'文件索引8',
|
@TableField("test_timelong8")
|
private int testTimelong8 ;//'测试时长8',
|
@TableField("data_type8")
|
private int dataType8 ;//'数据类型8',
|
@TableField("test_curr8")
|
private float testCurr8;//'测试电流8',
|
@TableField("test_cap8")
|
private float testCap8;//'测试容量8',
|
@TableField("cap_std8")
|
private int capStd8 ;//'标称容量8',
|
@TableField("mon_count8")
|
private int monCount8 ;//'单体数量8',
|
@TableField("mon_vol8")
|
private float monVol8;//'单体电压类型8',
|
@TableField("stop_type8")
|
private int stopType8 ;//'停止原因8',
|
@TableField("download_flag8")
|
private int downloadFlag8;//
|
@TableField("download_state8")
|
private int downloadState8;////'下载状态[1:下载文件;2:生成文件;3:解析数据;4:导入完成]',
|
@TableField("now_data_block8")
|
private int nowDataBlock8;//'当前下载进度',
|
@TableField("total_data_block8")
|
private int totalDataBlock8;//'总的数据块数',
|
|
}
|