package com.ruoyi.common.constant; /** * 双控模块 * * @author ruoyi */ public class DualControlConstants { /** 服务器域名 */ public static final String SERVICE_DOMAIN_NAME = "http://lhaxsyf.com"; }