|
|
@@ -19,11 +19,16 @@ public class WxMaOpenTab implements Serializable { |
|
|
|
private String iconPath; |
|
|
|
private String selectedIconPath; |
|
|
|
|
|
|
|
|
|
|
|
public WxMaOpenTab(String pagePath, String text) { |
|
|
|
public WxMaOpenTab(@NonNull String pagePath, @NonNull String text) { |
|
|
|
this.pagePath = pagePath; |
|
|
|
this.text = text; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public WxMaOpenTab(@NonNull String pagePath, @NonNull String text, String iconPath, String selectedIconPath) { |
|
|
|
this.pagePath = pagePath; |
|
|
|
this.text = text; |
|
|
|
this.iconPath = iconPath; |
|
|
|
this.selectedIconPath = selectedIconPath; |
|
|
|
} |
|
|
|
} |