jiazx0107@163.com
2024-01-20 fbcbe6c975554786683c38798ce8527d27993543
src/main/java/com/fzzy/gateway/hx2023/data/KafkaGrainDataDetail1.java
@@ -27,8 +27,7 @@
    private String rowy;
    //浅圆仓、筒仓必填,示例:{\"totalCircle\":3,\"smallCircle\":\"4,10,16\"},totalCircle:总圈数,smallCircle:每圈有几根缆
    private String total_circle;
    private String totalCircle;
    //具体圈数--浅圆仓、筒仓必填
    private String circle;
@@ -44,4 +43,15 @@
        this.linex = linex;
        this.rowy = rowy;
    }
    public KafkaGrainDataDetail1(String cableNum, String layerNumber, String temperature, String position, String linex, String rowy, String circle, String totalCircle) {
        this.cableNum = cableNum;
        this.layerNumber = layerNumber;
        this.temperature = temperature;
        this.position = position;
        this.linex = linex;
        this.rowy = rowy;
        this.circle = circle;
        this.totalCircle = totalCircle;
    }
}