Showing
1 changed file
with
2 additions
and
2 deletions
@@ -62,7 +62,7 @@ public interface IOfflineShopMessage { | @@ -62,7 +62,7 @@ public interface IOfflineShopMessage { | ||
62 | * @param desc 后台配置内容字段 | 62 | * @param desc 后台配置内容字段 |
63 | * @param enterTimeStr 入驻时间 | 63 | * @param enterTimeStr 入驻时间 |
64 | * @param remark 后台配置温馨提示 | 64 | * @param remark 后台配置温馨提示 |
65 | - * @param activityId 活动ID | 65 | + * @param activityId 咨询id |
66 | * @return | 66 | * @return |
67 | */ | 67 | */ |
68 | SendMessageRspBo enterSuccess(String desc, String enterTimeStr, String remark, String activityId); | 68 | SendMessageRspBo enterSuccess(String desc, String enterTimeStr, String remark, String activityId); |
@@ -76,7 +76,7 @@ public interface IOfflineShopMessage { | @@ -76,7 +76,7 @@ public interface IOfflineShopMessage { | ||
76 | * @param activityTime 活动时间 | 76 | * @param activityTime 活动时间 |
77 | * @param appointmentPerson 赴约的人 | 77 | * @param appointmentPerson 赴约的人 |
78 | * @param remark 后台配置温馨提示字段值 | 78 | * @param remark 后台配置温馨提示字段值 |
79 | - * @param activityId 活动ID | 79 | + * @param activityId 咨询id |
80 | * | 80 | * |
81 | * @return | 81 | * @return |
82 | */ | 82 | */ |
-
Please register or login to post a comment