You've already forked FrameTour-BE
生成视频时发送通知,其他调整
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
package com.ycwl.basic.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ycwl.basic.model.pc.mp.MpNotifyConfigEntity;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Mapper
|
||||
public interface MpNotifyConfigMapper extends BaseMapper<MpNotifyConfigEntity> {
|
||||
List<MpNotifyConfigEntity> listByMpId(Integer mpId);
|
||||
}
|
Reference in New Issue
Block a user