Searched refs:OhSampleShortVideo (Results 1 – 5 of 5) sorted by relevance
29 import org.jeecg.modules.sample.entity.OhSampleShortVideo;71 public Result<?> list(OhSampleShortVideo video, in list()75 …QueryWrapper<OhSampleShortVideo> queryWrapper = QueryGenerator.initQueryWrapper(video, req.getPara… in list()77 Page<OhSampleShortVideo> page = new Page<OhSampleShortVideo>(pageNo, pageSize); in list()78 IPage<OhSampleShortVideo> pageList = videoService.page(page, queryWrapper); in list()91 public Result<?> add(@RequestBody OhSampleShortVideo video) { in add()105 public Result<?> edit(@RequestBody OhSampleShortVideo video) { in edit()
19 import org.jeecg.modules.sample.entity.OhSampleShortVideo;27 public interface IVideoService extends IService<OhSampleShortVideo> {
19 import org.jeecg.modules.sample.entity.OhSampleShortVideo;27 public interface VideoMapper extends BaseMapper<OhSampleShortVideo> {
20 import org.jeecg.modules.sample.entity.OhSampleShortVideo;33 public class VideoServiceImpl extends ServiceImpl<VideoMapper, OhSampleShortVideo> implements IVide…
39 public class OhSampleShortVideo extends JeecgEntity { class