PostDischargePatientManage/postdischarge-common/src/main/java/com/xinelu/common/constant/ApplyRangeContant.java

19 lines
309 B
Java
Raw Normal View History

2024-07-15 16:38:29 +08:00
package com.xinelu.common.constant;
/**
* @description: 字段适用范围常量
* @author: haown
* @create: 2024-07-15 16:30
**/
public class ApplyRangeContant {
/**
* 专用
*/
public static final String PRIVATE = "PRIVATE";
/**
* 公共
*/
public static final String PUBLIC = "PUBLIC";
}