| | |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @NoArgsConstructor |
| | | @TableName("tb_file_param") |
| | | @ApiModel(value="FileParam对象", description="") |
| | | @ToString |
| | |
| | | @TableField(exist = false) |
| | | private String testTimeStr; |
| | | |
| | | public FileParam() { |
| | | uploadFlag=0; |
| | | sysId=""; |
| | | battGroupName=""; |
| | | battBrand=""; |
| | | battModel=""; |
| | | battBatch=""; |
| | | battStation=""; |
| | | battlineName=""; |
| | | battTha=0; |
| | | battErrflag=0; |
| | | battTestnum=0; |
| | | battFaultnum=0; |
| | | battCap=0f; |
| | | battCount=0; |
| | | battVol=0f; |
| | | battVolGood=0f; |
| | | battVolBad=0f; |
| | | battRes=0f; |
| | | battResGood=0f; |
| | | battResBad=0f; |
| | | battSer=0f; |
| | | battSerGood=0f; |
| | | battSerBad=0f; |
| | | connRes=0f; |
| | | connResGood=0f; |
| | | connResBad=0f; |
| | | concountPb=0; |
| | | battProducer=""; |
| | | groupNum=0; |
| | | volLowCoeK1=0f; |
| | | volHighCoeK2=0f; |
| | | resGoodCoeK3=0f; |
| | | resBadCoeK4=0f; |
| | | samplePercent=0; |
| | | highTempAlarm=0; |
| | | chainRes=0f; |
| | | evaluationMode=0; |
| | | factorDisabled=0; |
| | | } |
| | | } |