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.

13 lines
302 B

package com.whhj.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.whhj.entity.YlSmartMattress;
import org.apache.ibatis.annotations.Mapper;
/**
* @author lxg
* @date 2024/10/22 23:28
**/
@Mapper
public interface YlSmartMattressMapper extends BaseMapper<YlSmartMattress> {
}