3 Star 39 Fork 3

easy4use / mybatis-link

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
VoDef.java 609 Bytes
Copy Edit Raw Blame History
easy4use authored 2021-03-08 11:39 . no commit message
/**
* Project: yui3-common-mybatisx
* Class DefVo
* Version 1.0
* File Created at 2019年3月25日
* $Id$
* author yuyi
* email 1060771195@qq.com
*/
package yui.comn.mybatisx.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* <p>
* dto默认vo
* </p>
* @author yuyi (1060771195@qq.com)
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface VoDef {
}
Java
1
https://gitee.com/easy4use/mybatis-link.git
git@gitee.com:easy4use/mybatis-link.git
easy4use
mybatis-link
mybatis-link
master

Search