chenjiahe
2022-08-31 127e80c8e6b74b0a27a06c9d0255b848a4eb9891
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";
}