puzhibing
2023-12-15 3ffd3ab0899390721aabe6fc1a0f2d8a6a038759
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/MgtCustomConfigDto.java
@@ -23,6 +23,7 @@
            "MEMBER_LEVEL:会员等级 " +
            "MEMBER_TYPE:会员类型 " +
            "NURSE_PROBLEM:调理问题 " +
            "PLATFORM_SERVICE_PHONE:客服电话")
            "PLATFORM_SERVICE_PHONE:客服电话" +
            "PLATFORM_SERVICE_CODE:客服二维码")
    private String configType;
}