@@ -33,6 +33,6 @@ public class WxAppTemplateView {
/**
* 公众号appid
*/
- @DbField("wa.appid")
+ @DbField("wa.app_id")
private String appId;
}