
cn.foxtech.common.entity.constant.ConfigVOFieldConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fox-edge-server-common-entity-service Show documentation
Show all versions of fox-edge-server-common-entity-service Show documentation
fox-edge-server-common-entity-service
package cn.foxtech.common.entity.constant;
public class ConfigVOFieldConstant extends BaseVOFieldConstant {
public static final String field_config_name = "configName";
public static final String field_service_type = "serviceType";
public static final String field_service_name = "serviceName";
public static final String field_config_value = "configValue";
public static final String field_remark = "remark";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy