whyclxw
2025-05-23 a20b6190fd4166b9afe0229e6990a2b7aff6977f
1
2
3
4
5
6
7
8
9
10
package com.whyc.dto.Real;
 
import lombok.Data;
 
@Data
public class TopDto {
    private Integer systemState;
    private Integer devState;
    private Integer battState;
}