package com.kidgrow.common.constant; /** * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020
* * @Description: 分类字典key值对定值 自行确保表内唯一
* @Project:
* @CreateDate: Created in 2020/4/15 16:16
* @Author: hrj */ public interface DictionariesConstants { /** * 医院分类 */ String HOSPITAL_TYPE = "HOSPITAL_TYPE"; /** * 医院资质 */ String HOSPITAL_QUALIFIED = "HOSPITAL_QUALIFIED"; /** * 医生职称 */ String DOCTOR_RANK = "DOCTOR_RANK"; /** * 最高组织ID */ Long ORG_PARENT_ID=1L; }