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;
|
}
|