package com.ard.common.core.constant; /** * 相机常量信息 * * @author ruoyi */ public class DeviceConstants { /** 校验返回结果码 */ public final static String UNIQUE = "0"; public final static String NOT_UNIQUE = "1"; }