package com.szwl.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.szwl.model.entity.TNotice; /** *

* Mapper 接口 *

* * @author wuhs * @since 2022-11-23 */ public interface TNoticeMapper extends BaseMapper { }