zxl
19 小时以前 3b0516a2959e25576e4f3fda697a3b025d06c8c9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
package com.ycl.platform.domain.vo.DataCenter;
 
import lombok.Data;
 
import java.math.BigDecimal;
import java.util.Date;
 
/**
 * 重点指挥图像在线率
 *
 * @author:xp
 * @date:2024/7/31 9:31
 */
@Data
public class ImportantCmdImageVO {
 
    /** 区域路径信息 */
    private String arealayerPath;
 
    /**  */
    private String arealayernoCode;
 
    /**  */
    private String arealayernoName;
 
    /**  */
    private String binaryTenantId;
 
    /**  */
    private Integer blur;
 
    /**  */
    private Integer blurRaw;
 
    /**  */
    private Integer blurThreshold;
 
    /**  */
    private Integer color;
 
    /**  */
    private Integer colorRaw;
 
    /**  */
    private Integer colorThreshold;
}