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.

16 lines
271 B

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