package cn.com.goldenwater.dcproj.param; import io.swagger.annotations.ApiModelProperty; public class ObjParam { @ApiModelProperty("1:水利工程建设,2:水利工程运行") private String proType; public String getProType() { return proType; } public void setProType(String proType) { this.proType = proType; } }