package com.xkrs.microservice.dao; import com.xkrs.microservice.model.entity.DicCropClassifyEntity; import org.springframework.data.jpa.repository.JpaRepository; /** * DicLandClassifyDao * @author tajochen */ public interface DicCropClassifyDao extends JpaRepository { }