huanghongfa
2021-09-07 2a94da61e1dc1f6579ce06199d19e4bf68630567
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActMicroWishOperationRecordService.java
@@ -16,4 +16,14 @@
     * @return
     */
    R getByWishId(Long id);
    /**
     * 添加微心愿操作记录
     * @param content   操作内容
     * @param userId    操作用户id
     * @param wishId    微心愿id
     * @param type      操作类型
     * @param remark    操作备注
     */
    void addOperationRecord(String content,Long userId,Long wishId,Integer type,String remark);
}