‘liusuyi’
2024-03-16 516a56260c86e1b78f13d3889f4f37cfe67d555c
1
2
3
4
5
6
7
8
9
package com.ruoyi.statistical.vo;
 
import lombok.Data;
 
@Data
public class UnitVo {
    private Integer radar;
    private Integer camera;
}