|
@@ -32,9 +32,8 @@ public class SysCodeConfigure extends BaseEntity3<SysCodeConfigure> implements S
|
|
@ApiModelProperty(value = "编码")
|
|
@ApiModelProperty(value = "编码")
|
|
private String code;
|
|
private String code;
|
|
|
|
|
|
- @TableField("p_code")
|
|
|
|
@ApiModelProperty(value = "上级编码")
|
|
@ApiModelProperty(value = "上级编码")
|
|
- private String pcode;
|
|
|
|
|
|
+ private String paterCode;
|
|
|
|
|
|
@ApiModelProperty(value = "说明")
|
|
@ApiModelProperty(value = "说明")
|
|
private String msg;
|
|
private String msg;
|