|
@@ -61,7 +61,7 @@ public class InsHuataiContributing implements Serializable {
|
|
|
/**
|
|
/**
|
|
|
* 选择类型
|
|
* 选择类型
|
|
|
*/
|
|
*/
|
|
|
- @ApiModelProperty("选择类型(1-可选,2-必选, 3-默认勾选)")
|
|
|
|
|
|
|
+ @ApiModelProperty("选择类型 1-可选,2-默认勾选")
|
|
|
@TableField(value = "opt_type")
|
|
@TableField(value = "opt_type")
|
|
|
private String optType;
|
|
private String optType;
|
|
|
|
|
|