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

15 lines
363 B
Java

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> {
}