|
|
|
@@ -47,6 +47,7 @@ public class WxAppinfo extends BaseTenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="app平台 EnumAppPlat ",name="plat") |
|
|
|
private Integer plat; |
|
|
|
|
|
|
|
public WxAppinfo(){} |
|
|
|
public WxAppinfo(Integer mouldType){ |
|
|
|
this.mouldType = mouldType; |
|
|
|
} |
|
|
|
|