gonglilong
2024-09-14 17dc74a722d4b9e441c0db65ff6ed67df8df5a09
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package cn.gistack.sm.sg.VO;
 
 
import lombok.Data;
 
@Data
public class SgStatistccVO {
 
    private String typeName;
 
    private String code;//设备代码
 
    private int deviceNum;
 
    private String typeProgress;
}