|
@@ -33,6 +33,9 @@ public class SysCodeConfigure extends BaseEntity3<SysCodeConfigure> implements S
|
|
@ApiModelProperty(value = "上级编码")
|
|
@ApiModelProperty(value = "上级编码")
|
|
private String paterCode;
|
|
private String paterCode;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "标题")
|
|
|
|
+ private String title;
|
|
|
|
+
|
|
@ApiModelProperty(value = "说明")
|
|
@ApiModelProperty(value = "说明")
|
|
private String msg;
|
|
private String msg;
|
|
|
|
|