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

1 year ago
  1. package com.whhj.dao;
  2. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  3. import com.whhj.entity.YlSmartMattress;
  4. import org.apache.ibatis.annotations.Mapper;
  5. /**
  6. * @author lxg
  7. * @date 2024/10/22 23:28
  8. **/
  9. @Mapper
  10. public interface YlSmartMattressMapper extends BaseMapper<YlSmartMattress> {
  11. }