| | |
| | | package testElectronJ; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import java.nio.ByteBuffer; |
| | | import java.nio.ByteOrder; |
| | |
| | | public int batt_mon_num; //单体数量 1 |
| | | public float batt_mon_vol; //单体电压 0.1 2 =100 |
| | | public DateTime TestStartTime; //放电开始的时间 6 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") |
| | | public Date testStartTime; |
| | | public int Device; //仪表类型 未使用 1 |
| | | public int DataVersion; //数据版本 1 |