You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
296 B

3 years ago
package com.zh.project0512.service;
import com.zh.project0512.model.TopicActivity;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
*
* </p>
*
* @author zh
* @since 2022-05-26
*/
public interface ITopicActivityService extends IService<TopicActivity> {
}