fwq
2023-12-01 5955196a2c25cd1149ada2a477872edfd8f375c0
提交 | 用户 | age
50a746 1 package com.hz.his.constant;
W 2
3 /**
4  * 平台常量
5  *
6  * @Author: wzh
7  * @Date: 2022/08/02
8  * @Description:
9  */
10 public class CouponPlatformConstants {
11     //预约
12     public static String TYPE_PLATFORM_PHIS = "p-his";
13     //艾心荟
14     public static String TYPE_PLATFORM_CRM = "crm";
15     //导医
16     public static String TYPE_PLATFORM_GUIDE = "guide";
17     //his助手
18     public static String TYPE_PLATFORM_HIS = "his";
19     public static String TYPE_PLATFORM_MA = "marketing_assistant";
20     /**领建*/
21     public static String TYPE_PLATFORM_PHISKIN = "PhiSkin";
22 }