/// <summary>
 /// 用于向 tbl_wx_user EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddTotbl_wx_user(tbl_wx_user tbl_wx_user)
 {
     base.AddObject("tbl_wx_user", tbl_wx_user);
 }
 /// <summary>
 /// 创建新的 tbl_wx_user 对象。
 /// </summary>
 /// <param name="openid">openid 属性的初始值。</param>
 public static tbl_wx_user Createtbl_wx_user(global::System.String openid)
 {
     tbl_wx_user tbl_wx_user = new tbl_wx_user();
     tbl_wx_user.openid = openid;
     return tbl_wx_user;
 }