gunshi-project-ss/src/main/java/com/gunshi/project/hsz/mapper/RiceGrowConfigMapper.java

15 lines
363 B
Java
Raw Normal View History

2025-11-26 15:23:02 +08:00
package com.gunshi.project.hsz.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gunshi.project.hsz.model.RiceGrowConfig;
import org.apache.ibatis.annotations.Mapper;
/**
* :
* author: xusan
* date: 2024-09-03 17:46:30
*/
@Mapper
public interface RiceGrowConfigMapper extends BaseMapper<RiceGrowConfig> {
}