All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.cliveyuan.robin.base.condition.Example Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
/*
 * Copyright (c) 2020  Clive Yuan ([email protected]).
 */

package cn.cliveyuan.robin.base.condition;

/**
 * 查询示例
 *
 * 

用于Mapper层面

* * @author Clive Yuan * @date 2020/10/29 */ public interface Example extends Conditional { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy