@@ -94,4 +94,6 @@ public class User implements Serializable {
*/
@ApiModelProperty(value = "更新人")
private String updateBy;
+ private String logo;
+ private String webUrl;
}