1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| package com.fzzy.igds.api.v1.data;
|
| import lombok.Data;
|
| import java.io.Serializable;
|
| /**
| * @Description
| * @Author CZT
| * @Date 2026/1/7 10:21
| */
| @Data
| public class Param3033 implements Serializable {
|
| private String cameraId;
| private String cameraName;
| private String name;
| private Double weight;
| private String time;
| private String tags;
| private String imgBase64;
|
| }
|
|