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

org.genx.javadoc.vo.FieldDocVO Maven / Gradle / Ivy

//package org.genx.javadoc.vo;
//
///**
// * Created with IntelliJ IDEA.
// * Description:
// * @author genx
// * @date 2020/2/15 16:46
// */
//public class FieldDocVO extends AbsDocVO{
//
//    /**
//     * 字段名称
//     */
//    private String fieldName;
//
//
//    private TypeDoc fieldType;
//
//    public String getFieldName() {
//        return fieldName;
//    }
//
//    public void setFieldName(String fieldName) {
//        this.fieldName = fieldName;
//    }
//
//    public TypeDoc getFieldType() {
//        return fieldType;
//    }
//
//    public void setFieldType(TypeDoc fieldType) {
//        this.fieldType = fieldType;
//    }
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy