|
|
@@ -4,9 +4,8 @@ import com.usoftchina.smartschool.device.po.SchoolTemplate;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
@Mapper
|
|
|
public interface SchoolTemplateMapper {
|
|
|
SchoolTemplate selectByCode(@Param("code") String code, @Param("school_id") Long school_id);
|
|
|
-}
|
|
|
+}
|
|
|
+
|