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

com.tsingxiao.unionj.generator.ApiItemVo Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.tsingxiao.unionj.generator;

import com.tsingxiao.unionj.generator.mock.docparser.entity.ApiItem;
import lombok.Data;

/**
 * 

ApiItemVo class.

* * created by wubin * v0.1 * com.tsingxiao.unionj.generator * @author tqccc * @version $Id: $Id */ @Data public class ApiItemVo extends ApiItem { private String responseStr; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy