- package com.coffee.bus.registry;
- /**
- * @author lifang
- * @version 1.0.0
- * @ClassName RegistryConstant.java
- * @Description
- * @createTime 2022年04月02日 16:30:00
- */
- public class RegistryConstant {
- public static final String Device="device:";
- public static final String Patient="patient:";
- public static final String Clinic="clinic:";
- }
|