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