xiongzhu 7 ani în urmă
părinte
comite
48047f0303
77 a modificat fișierele cu 651 adăugiri și 651 ștergeri
  1. 3 3
      src/main/java/jooq/DefaultCatalog.java
  2. 37 37
      src/main/java/jooq/Indexes.java
  3. 72 72
      src/main/java/jooq/Keys.java
  4. 3 3
      src/main/java/jooq/Routines.java
  5. 73 73
      src/main/java/jooq/Tables.java
  6. 74 74
      src/main/java/jooq/Thmodel.java
  7. 4 4
      src/main/java/jooq/routines/Coinshare.java
  8. 7 7
      src/main/java/jooq/tables/Accountrecord.java
  9. 7 7
      src/main/java/jooq/tables/Accrecord.java
  10. 7 7
      src/main/java/jooq/tables/Brokerinfor.java
  11. 7 7
      src/main/java/jooq/tables/Cardaccount.java
  12. 7 7
      src/main/java/jooq/tables/Cashrecord.java
  13. 7 7
      src/main/java/jooq/tables/Chatrecord.java
  14. 7 7
      src/main/java/jooq/tables/CoinShareRecord.java
  15. 7 7
      src/main/java/jooq/tables/Datatypeinfo.java
  16. 7 7
      src/main/java/jooq/tables/Honorinfo.java
  17. 7 7
      src/main/java/jooq/tables/Imlog.java
  18. 7 7
      src/main/java/jooq/tables/Log.java
  19. 7 7
      src/main/java/jooq/tables/Memberinfo.java
  20. 7 7
      src/main/java/jooq/tables/Membersign.java
  21. 7 7
      src/main/java/jooq/tables/Modelact.java
  22. 7 7
      src/main/java/jooq/tables/Modelactitem.java
  23. 7 7
      src/main/java/jooq/tables/Modelcard.java
  24. 7 7
      src/main/java/jooq/tables/Modelfan.java
  25. 7 7
      src/main/java/jooq/tables/Modelfigure.java
  26. 7 7
      src/main/java/jooq/tables/Modelinfo.java
  27. 7 7
      src/main/java/jooq/tables/Modelintimate.java
  28. 7 7
      src/main/java/jooq/tables/Modelphoto.java
  29. 7 7
      src/main/java/jooq/tables/Modelprice.java
  30. 7 7
      src/main/java/jooq/tables/Modelprivate.java
  31. 7 7
      src/main/java/jooq/tables/Modelprivatediscuss.java
  32. 7 7
      src/main/java/jooq/tables/Modelprivateitem.java
  33. 7 7
      src/main/java/jooq/tables/Nexus.java
  34. 7 7
      src/main/java/jooq/tables/Onlinelog.java
  35. 7 7
      src/main/java/jooq/tables/Orderrecord.java
  36. 7 7
      src/main/java/jooq/tables/Paraminfo.java
  37. 7 7
      src/main/java/jooq/tables/Parttyinfo.java
  38. 7 7
      src/main/java/jooq/tables/Parttysign.java
  39. 7 7
      src/main/java/jooq/tables/Redpacket.java
  40. 7 7
      src/main/java/jooq/tables/Reportinfo.java
  41. 7 7
      src/main/java/jooq/tables/Sharerecord.java
  42. 7 7
      src/main/java/jooq/tables/Videorecord.java
  43. 4 4
      src/main/java/jooq/tables/records/AccountrecordRecord.java
  44. 4 4
      src/main/java/jooq/tables/records/AccrecordRecord.java
  45. 4 4
      src/main/java/jooq/tables/records/BrokerinforRecord.java
  46. 4 4
      src/main/java/jooq/tables/records/CardaccountRecord.java
  47. 4 4
      src/main/java/jooq/tables/records/CashrecordRecord.java
  48. 4 4
      src/main/java/jooq/tables/records/ChatrecordRecord.java
  49. 4 4
      src/main/java/jooq/tables/records/CoinShareRecordRecord.java
  50. 4 4
      src/main/java/jooq/tables/records/DatatypeinfoRecord.java
  51. 4 4
      src/main/java/jooq/tables/records/HonorinfoRecord.java
  52. 4 4
      src/main/java/jooq/tables/records/ImlogRecord.java
  53. 4 4
      src/main/java/jooq/tables/records/LogRecord.java
  54. 4 4
      src/main/java/jooq/tables/records/MemberinfoRecord.java
  55. 4 4
      src/main/java/jooq/tables/records/MembersignRecord.java
  56. 4 4
      src/main/java/jooq/tables/records/ModelactRecord.java
  57. 4 4
      src/main/java/jooq/tables/records/ModelactitemRecord.java
  58. 4 4
      src/main/java/jooq/tables/records/ModelcardRecord.java
  59. 4 4
      src/main/java/jooq/tables/records/ModelfanRecord.java
  60. 4 4
      src/main/java/jooq/tables/records/ModelfigureRecord.java
  61. 4 4
      src/main/java/jooq/tables/records/ModelinfoRecord.java
  62. 4 4
      src/main/java/jooq/tables/records/ModelintimateRecord.java
  63. 4 4
      src/main/java/jooq/tables/records/ModelphotoRecord.java
  64. 4 4
      src/main/java/jooq/tables/records/ModelpriceRecord.java
  65. 4 4
      src/main/java/jooq/tables/records/ModelprivateRecord.java
  66. 4 4
      src/main/java/jooq/tables/records/ModelprivatediscussRecord.java
  67. 4 4
      src/main/java/jooq/tables/records/ModelprivateitemRecord.java
  68. 4 4
      src/main/java/jooq/tables/records/NexusRecord.java
  69. 4 4
      src/main/java/jooq/tables/records/OnlinelogRecord.java
  70. 4 4
      src/main/java/jooq/tables/records/OrderrecordRecord.java
  71. 4 4
      src/main/java/jooq/tables/records/ParaminfoRecord.java
  72. 4 4
      src/main/java/jooq/tables/records/ParttyinfoRecord.java
  73. 4 4
      src/main/java/jooq/tables/records/ParttysignRecord.java
  74. 4 4
      src/main/java/jooq/tables/records/RedpacketRecord.java
  75. 4 4
      src/main/java/jooq/tables/records/ReportinfoRecord.java
  76. 4 4
      src/main/java/jooq/tables/records/SharerecordRecord.java
  77. 4 4
      src/main/java/jooq/tables/records/VideorecordRecord.java

+ 3 - 3
src/main/java/jooq/DefaultCatalog.java

@@ -1,7 +1,7 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq;
+package com.thmodel.jooq;
 
 
 import java.util.ArrayList;
@@ -27,7 +27,7 @@ import org.jooq.impl.CatalogImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class DefaultCatalog extends CatalogImpl {
 
-    private static final long serialVersionUID = -84778677;
+    private static final long serialVersionUID = 592664331;
 
     /**
      * The reference instance of <code></code>
@@ -37,7 +37,7 @@ public class DefaultCatalog extends CatalogImpl {
     /**
      * The schema <code>thmodel</code>.
      */
-    public final Thmodel THMODEL = jooq.Thmodel.THMODEL;
+    public final Thmodel THMODEL = com.thmodel.jooq.Thmodel.THMODEL;
 
     /**
      * No further instances allowed

+ 37 - 37
src/main/java/jooq/Indexes.java

@@ -1,46 +1,46 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq;
+package com.thmodel.jooq;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.tables.Accountrecord;
+import com.thmodel.jooq.tables.Accrecord;
+import com.thmodel.jooq.tables.Brokerinfor;
+import com.thmodel.jooq.tables.Cardaccount;
+import com.thmodel.jooq.tables.Cashrecord;
+import com.thmodel.jooq.tables.Chatrecord;
+import com.thmodel.jooq.tables.CoinShareRecord;
+import com.thmodel.jooq.tables.Datatypeinfo;
+import com.thmodel.jooq.tables.Honorinfo;
+import com.thmodel.jooq.tables.Imlog;
+import com.thmodel.jooq.tables.Log;
+import com.thmodel.jooq.tables.Memberinfo;
+import com.thmodel.jooq.tables.Membersign;
+import com.thmodel.jooq.tables.Modelact;
+import com.thmodel.jooq.tables.Modelactitem;
+import com.thmodel.jooq.tables.Modelcard;
+import com.thmodel.jooq.tables.Modelfan;
+import com.thmodel.jooq.tables.Modelfigure;
+import com.thmodel.jooq.tables.Modelinfo;
+import com.thmodel.jooq.tables.Modelintimate;
+import com.thmodel.jooq.tables.Modelphoto;
+import com.thmodel.jooq.tables.Modelprice;
+import com.thmodel.jooq.tables.Modelprivate;
+import com.thmodel.jooq.tables.Modelprivatediscuss;
+import com.thmodel.jooq.tables.Modelprivateitem;
+import com.thmodel.jooq.tables.Nexus;
+import com.thmodel.jooq.tables.Onlinelog;
+import com.thmodel.jooq.tables.Orderrecord;
+import com.thmodel.jooq.tables.Paraminfo;
+import com.thmodel.jooq.tables.Parttyinfo;
+import com.thmodel.jooq.tables.Parttysign;
+import com.thmodel.jooq.tables.Redpacket;
+import com.thmodel.jooq.tables.Reportinfo;
+import com.thmodel.jooq.tables.Sharerecord;
+import com.thmodel.jooq.tables.Videorecord;
 
-import jooq.tables.Accountrecord;
-import jooq.tables.Accrecord;
-import jooq.tables.Brokerinfor;
-import jooq.tables.Cardaccount;
-import jooq.tables.Cashrecord;
-import jooq.tables.Chatrecord;
-import jooq.tables.CoinShareRecord;
-import jooq.tables.Datatypeinfo;
-import jooq.tables.Honorinfo;
-import jooq.tables.Imlog;
-import jooq.tables.Log;
-import jooq.tables.Memberinfo;
-import jooq.tables.Membersign;
-import jooq.tables.Modelact;
-import jooq.tables.Modelactitem;
-import jooq.tables.Modelcard;
-import jooq.tables.Modelfan;
-import jooq.tables.Modelfigure;
-import jooq.tables.Modelinfo;
-import jooq.tables.Modelintimate;
-import jooq.tables.Modelphoto;
-import jooq.tables.Modelprice;
-import jooq.tables.Modelprivate;
-import jooq.tables.Modelprivatediscuss;
-import jooq.tables.Modelprivateitem;
-import jooq.tables.Nexus;
-import jooq.tables.Onlinelog;
-import jooq.tables.Orderrecord;
-import jooq.tables.Paraminfo;
-import jooq.tables.Parttyinfo;
-import jooq.tables.Parttysign;
-import jooq.tables.Redpacket;
-import jooq.tables.Reportinfo;
-import jooq.tables.Sharerecord;
-import jooq.tables.Videorecord;
+import javax.annotation.Generated;
 
 import org.jooq.Index;
 import org.jooq.OrderField;

+ 72 - 72
src/main/java/jooq/Keys.java

@@ -1,81 +1,81 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq;
+package com.thmodel.jooq;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.tables.Accountrecord;
+import com.thmodel.jooq.tables.Accrecord;
+import com.thmodel.jooq.tables.Brokerinfor;
+import com.thmodel.jooq.tables.Cardaccount;
+import com.thmodel.jooq.tables.Cashrecord;
+import com.thmodel.jooq.tables.Chatrecord;
+import com.thmodel.jooq.tables.CoinShareRecord;
+import com.thmodel.jooq.tables.Datatypeinfo;
+import com.thmodel.jooq.tables.Honorinfo;
+import com.thmodel.jooq.tables.Imlog;
+import com.thmodel.jooq.tables.Log;
+import com.thmodel.jooq.tables.Memberinfo;
+import com.thmodel.jooq.tables.Membersign;
+import com.thmodel.jooq.tables.Modelact;
+import com.thmodel.jooq.tables.Modelactitem;
+import com.thmodel.jooq.tables.Modelcard;
+import com.thmodel.jooq.tables.Modelfan;
+import com.thmodel.jooq.tables.Modelfigure;
+import com.thmodel.jooq.tables.Modelinfo;
+import com.thmodel.jooq.tables.Modelintimate;
+import com.thmodel.jooq.tables.Modelphoto;
+import com.thmodel.jooq.tables.Modelprice;
+import com.thmodel.jooq.tables.Modelprivate;
+import com.thmodel.jooq.tables.Modelprivatediscuss;
+import com.thmodel.jooq.tables.Modelprivateitem;
+import com.thmodel.jooq.tables.Nexus;
+import com.thmodel.jooq.tables.Onlinelog;
+import com.thmodel.jooq.tables.Orderrecord;
+import com.thmodel.jooq.tables.Paraminfo;
+import com.thmodel.jooq.tables.Parttyinfo;
+import com.thmodel.jooq.tables.Parttysign;
+import com.thmodel.jooq.tables.Redpacket;
+import com.thmodel.jooq.tables.Reportinfo;
+import com.thmodel.jooq.tables.Sharerecord;
+import com.thmodel.jooq.tables.Videorecord;
+import com.thmodel.jooq.tables.records.AccountrecordRecord;
+import com.thmodel.jooq.tables.records.AccrecordRecord;
+import com.thmodel.jooq.tables.records.BrokerinforRecord;
+import com.thmodel.jooq.tables.records.CardaccountRecord;
+import com.thmodel.jooq.tables.records.CashrecordRecord;
+import com.thmodel.jooq.tables.records.ChatrecordRecord;
+import com.thmodel.jooq.tables.records.CoinShareRecordRecord;
+import com.thmodel.jooq.tables.records.DatatypeinfoRecord;
+import com.thmodel.jooq.tables.records.HonorinfoRecord;
+import com.thmodel.jooq.tables.records.ImlogRecord;
+import com.thmodel.jooq.tables.records.LogRecord;
+import com.thmodel.jooq.tables.records.MemberinfoRecord;
+import com.thmodel.jooq.tables.records.MembersignRecord;
+import com.thmodel.jooq.tables.records.ModelactRecord;
+import com.thmodel.jooq.tables.records.ModelactitemRecord;
+import com.thmodel.jooq.tables.records.ModelcardRecord;
+import com.thmodel.jooq.tables.records.ModelfanRecord;
+import com.thmodel.jooq.tables.records.ModelfigureRecord;
+import com.thmodel.jooq.tables.records.ModelinfoRecord;
+import com.thmodel.jooq.tables.records.ModelintimateRecord;
+import com.thmodel.jooq.tables.records.ModelphotoRecord;
+import com.thmodel.jooq.tables.records.ModelpriceRecord;
+import com.thmodel.jooq.tables.records.ModelprivateRecord;
+import com.thmodel.jooq.tables.records.ModelprivatediscussRecord;
+import com.thmodel.jooq.tables.records.ModelprivateitemRecord;
+import com.thmodel.jooq.tables.records.NexusRecord;
+import com.thmodel.jooq.tables.records.OnlinelogRecord;
+import com.thmodel.jooq.tables.records.OrderrecordRecord;
+import com.thmodel.jooq.tables.records.ParaminfoRecord;
+import com.thmodel.jooq.tables.records.ParttyinfoRecord;
+import com.thmodel.jooq.tables.records.ParttysignRecord;
+import com.thmodel.jooq.tables.records.RedpacketRecord;
+import com.thmodel.jooq.tables.records.ReportinfoRecord;
+import com.thmodel.jooq.tables.records.SharerecordRecord;
+import com.thmodel.jooq.tables.records.VideorecordRecord;
 
-import jooq.tables.Accountrecord;
-import jooq.tables.Accrecord;
-import jooq.tables.Brokerinfor;
-import jooq.tables.Cardaccount;
-import jooq.tables.Cashrecord;
-import jooq.tables.Chatrecord;
-import jooq.tables.CoinShareRecord;
-import jooq.tables.Datatypeinfo;
-import jooq.tables.Honorinfo;
-import jooq.tables.Imlog;
-import jooq.tables.Log;
-import jooq.tables.Memberinfo;
-import jooq.tables.Membersign;
-import jooq.tables.Modelact;
-import jooq.tables.Modelactitem;
-import jooq.tables.Modelcard;
-import jooq.tables.Modelfan;
-import jooq.tables.Modelfigure;
-import jooq.tables.Modelinfo;
-import jooq.tables.Modelintimate;
-import jooq.tables.Modelphoto;
-import jooq.tables.Modelprice;
-import jooq.tables.Modelprivate;
-import jooq.tables.Modelprivatediscuss;
-import jooq.tables.Modelprivateitem;
-import jooq.tables.Nexus;
-import jooq.tables.Onlinelog;
-import jooq.tables.Orderrecord;
-import jooq.tables.Paraminfo;
-import jooq.tables.Parttyinfo;
-import jooq.tables.Parttysign;
-import jooq.tables.Redpacket;
-import jooq.tables.Reportinfo;
-import jooq.tables.Sharerecord;
-import jooq.tables.Videorecord;
-import jooq.tables.records.AccountrecordRecord;
-import jooq.tables.records.AccrecordRecord;
-import jooq.tables.records.BrokerinforRecord;
-import jooq.tables.records.CardaccountRecord;
-import jooq.tables.records.CashrecordRecord;
-import jooq.tables.records.ChatrecordRecord;
-import jooq.tables.records.CoinShareRecordRecord;
-import jooq.tables.records.DatatypeinfoRecord;
-import jooq.tables.records.HonorinfoRecord;
-import jooq.tables.records.ImlogRecord;
-import jooq.tables.records.LogRecord;
-import jooq.tables.records.MemberinfoRecord;
-import jooq.tables.records.MembersignRecord;
-import jooq.tables.records.ModelactRecord;
-import jooq.tables.records.ModelactitemRecord;
-import jooq.tables.records.ModelcardRecord;
-import jooq.tables.records.ModelfanRecord;
-import jooq.tables.records.ModelfigureRecord;
-import jooq.tables.records.ModelinfoRecord;
-import jooq.tables.records.ModelintimateRecord;
-import jooq.tables.records.ModelphotoRecord;
-import jooq.tables.records.ModelpriceRecord;
-import jooq.tables.records.ModelprivateRecord;
-import jooq.tables.records.ModelprivatediscussRecord;
-import jooq.tables.records.ModelprivateitemRecord;
-import jooq.tables.records.NexusRecord;
-import jooq.tables.records.OnlinelogRecord;
-import jooq.tables.records.OrderrecordRecord;
-import jooq.tables.records.ParaminfoRecord;
-import jooq.tables.records.ParttyinfoRecord;
-import jooq.tables.records.ParttysignRecord;
-import jooq.tables.records.RedpacketRecord;
-import jooq.tables.records.ReportinfoRecord;
-import jooq.tables.records.SharerecordRecord;
-import jooq.tables.records.VideorecordRecord;
+import javax.annotation.Generated;
 
 import org.jooq.Identity;
 import org.jooq.UniqueKey;

+ 3 - 3
src/main/java/jooq/Routines.java

@@ -1,12 +1,12 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq;
+package com.thmodel.jooq;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.routines.Coinshare;
 
-import jooq.routines.Coinshare;
+import javax.annotation.Generated;
 
 import org.jooq.Configuration;
 

+ 73 - 73
src/main/java/jooq/Tables.java

@@ -1,47 +1,47 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq;
-
+package com.thmodel.jooq;
+
+
+import com.thmodel.jooq.tables.Accountrecord;
+import com.thmodel.jooq.tables.Accrecord;
+import com.thmodel.jooq.tables.Brokerinfor;
+import com.thmodel.jooq.tables.Cardaccount;
+import com.thmodel.jooq.tables.Cashrecord;
+import com.thmodel.jooq.tables.Chatrecord;
+import com.thmodel.jooq.tables.CoinShareRecord;
+import com.thmodel.jooq.tables.Datatypeinfo;
+import com.thmodel.jooq.tables.Honorinfo;
+import com.thmodel.jooq.tables.Imlog;
+import com.thmodel.jooq.tables.Log;
+import com.thmodel.jooq.tables.Memberinfo;
+import com.thmodel.jooq.tables.Membersign;
+import com.thmodel.jooq.tables.Modelact;
+import com.thmodel.jooq.tables.Modelactitem;
+import com.thmodel.jooq.tables.Modelcard;
+import com.thmodel.jooq.tables.Modelfan;
+import com.thmodel.jooq.tables.Modelfigure;
+import com.thmodel.jooq.tables.Modelinfo;
+import com.thmodel.jooq.tables.Modelintimate;
+import com.thmodel.jooq.tables.Modelphoto;
+import com.thmodel.jooq.tables.Modelprice;
+import com.thmodel.jooq.tables.Modelprivate;
+import com.thmodel.jooq.tables.Modelprivatediscuss;
+import com.thmodel.jooq.tables.Modelprivateitem;
+import com.thmodel.jooq.tables.Nexus;
+import com.thmodel.jooq.tables.Onlinelog;
+import com.thmodel.jooq.tables.Orderrecord;
+import com.thmodel.jooq.tables.Paraminfo;
+import com.thmodel.jooq.tables.Parttyinfo;
+import com.thmodel.jooq.tables.Parttysign;
+import com.thmodel.jooq.tables.Redpacket;
+import com.thmodel.jooq.tables.Reportinfo;
+import com.thmodel.jooq.tables.Sharerecord;
+import com.thmodel.jooq.tables.Videorecord;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Accountrecord;
-import jooq.tables.Accrecord;
-import jooq.tables.Brokerinfor;
-import jooq.tables.Cardaccount;
-import jooq.tables.Cashrecord;
-import jooq.tables.Chatrecord;
-import jooq.tables.CoinShareRecord;
-import jooq.tables.Datatypeinfo;
-import jooq.tables.Honorinfo;
-import jooq.tables.Imlog;
-import jooq.tables.Log;
-import jooq.tables.Memberinfo;
-import jooq.tables.Membersign;
-import jooq.tables.Modelact;
-import jooq.tables.Modelactitem;
-import jooq.tables.Modelcard;
-import jooq.tables.Modelfan;
-import jooq.tables.Modelfigure;
-import jooq.tables.Modelinfo;
-import jooq.tables.Modelintimate;
-import jooq.tables.Modelphoto;
-import jooq.tables.Modelprice;
-import jooq.tables.Modelprivate;
-import jooq.tables.Modelprivatediscuss;
-import jooq.tables.Modelprivateitem;
-import jooq.tables.Nexus;
-import jooq.tables.Onlinelog;
-import jooq.tables.Orderrecord;
-import jooq.tables.Paraminfo;
-import jooq.tables.Parttyinfo;
-import jooq.tables.Parttysign;
-import jooq.tables.Redpacket;
-import jooq.tables.Reportinfo;
-import jooq.tables.Sharerecord;
-import jooq.tables.Videorecord;
-
 
 /**
  * Convenience access to all tables in thmodel
@@ -59,175 +59,175 @@ public class Tables {
     /**
      * The table <code>thmodel.accountrecord</code>.
      */
-    public static final Accountrecord ACCOUNTRECORD = jooq.tables.Accountrecord.ACCOUNTRECORD;
+    public static final Accountrecord ACCOUNTRECORD = com.thmodel.jooq.tables.Accountrecord.ACCOUNTRECORD;
 
     /**
      * The table <code>thmodel.accrecord</code>.
      */
-    public static final Accrecord ACCRECORD = jooq.tables.Accrecord.ACCRECORD;
+    public static final Accrecord ACCRECORD = com.thmodel.jooq.tables.Accrecord.ACCRECORD;
 
     /**
      * The table <code>thmodel.brokerinfor</code>.
      */
-    public static final Brokerinfor BROKERINFOR = jooq.tables.Brokerinfor.BROKERINFOR;
+    public static final Brokerinfor BROKERINFOR = com.thmodel.jooq.tables.Brokerinfor.BROKERINFOR;
 
     /**
      * The table <code>thmodel.cardaccount</code>.
      */
-    public static final Cardaccount CARDACCOUNT = jooq.tables.Cardaccount.CARDACCOUNT;
+    public static final Cardaccount CARDACCOUNT = com.thmodel.jooq.tables.Cardaccount.CARDACCOUNT;
 
     /**
      * The table <code>thmodel.cashrecord</code>.
      */
-    public static final Cashrecord CASHRECORD = jooq.tables.Cashrecord.CASHRECORD;
+    public static final Cashrecord CASHRECORD = com.thmodel.jooq.tables.Cashrecord.CASHRECORD;
 
     /**
      * 类别:文字、语音、图片
      */
-    public static final Chatrecord CHATRECORD = jooq.tables.Chatrecord.CHATRECORD;
+    public static final Chatrecord CHATRECORD = com.thmodel.jooq.tables.Chatrecord.CHATRECORD;
 
     /**
      * The table <code>thmodel.coin_share_record</code>.
      */
-    public static final CoinShareRecord COIN_SHARE_RECORD = jooq.tables.CoinShareRecord.COIN_SHARE_RECORD;
+    public static final CoinShareRecord COIN_SHARE_RECORD = com.thmodel.jooq.tables.CoinShareRecord.COIN_SHARE_RECORD;
 
     /**
      * The table <code>thmodel.datatypeinfo</code>.
      */
-    public static final Datatypeinfo DATATYPEINFO = jooq.tables.Datatypeinfo.DATATYPEINFO;
+    public static final Datatypeinfo DATATYPEINFO = com.thmodel.jooq.tables.Datatypeinfo.DATATYPEINFO;
 
     /**
      * The table <code>thmodel.honorinfo</code>.
      */
-    public static final Honorinfo HONORINFO = jooq.tables.Honorinfo.HONORINFO;
+    public static final Honorinfo HONORINFO = com.thmodel.jooq.tables.Honorinfo.HONORINFO;
 
     /**
      * The table <code>thmodel.imlog</code>.
      */
-    public static final Imlog IMLOG = jooq.tables.Imlog.IMLOG;
+    public static final Imlog IMLOG = com.thmodel.jooq.tables.Imlog.IMLOG;
 
     /**
      * The table <code>thmodel.log</code>.
      */
-    public static final Log LOG = jooq.tables.Log.LOG;
+    public static final Log LOG = com.thmodel.jooq.tables.Log.LOG;
 
     /**
      * The table <code>thmodel.memberinfo</code>.
      */
-    public static final Memberinfo MEMBERINFO = jooq.tables.Memberinfo.MEMBERINFO;
+    public static final Memberinfo MEMBERINFO = com.thmodel.jooq.tables.Memberinfo.MEMBERINFO;
 
     /**
      * The table <code>thmodel.membersign</code>.
      */
-    public static final Membersign MEMBERSIGN = jooq.tables.Membersign.MEMBERSIGN;
+    public static final Membersign MEMBERSIGN = com.thmodel.jooq.tables.Membersign.MEMBERSIGN;
 
     /**
      * The table <code>thmodel.modelact</code>.
      */
-    public static final Modelact MODELACT = jooq.tables.Modelact.MODELACT;
+    public static final Modelact MODELACT = com.thmodel.jooq.tables.Modelact.MODELACT;
 
     /**
      * The table <code>thmodel.modelactitem</code>.
      */
-    public static final Modelactitem MODELACTITEM = jooq.tables.Modelactitem.MODELACTITEM;
+    public static final Modelactitem MODELACTITEM = com.thmodel.jooq.tables.Modelactitem.MODELACTITEM;
 
     /**
      * The table <code>thmodel.modelcard</code>.
      */
-    public static final Modelcard MODELCARD = jooq.tables.Modelcard.MODELCARD;
+    public static final Modelcard MODELCARD = com.thmodel.jooq.tables.Modelcard.MODELCARD;
 
     /**
      * The table <code>thmodel.modelfan</code>.
      */
-    public static final Modelfan MODELFAN = jooq.tables.Modelfan.MODELFAN;
+    public static final Modelfan MODELFAN = com.thmodel.jooq.tables.Modelfan.MODELFAN;
 
     /**
      * The table <code>thmodel.modelfigure</code>.
      */
-    public static final Modelfigure MODELFIGURE = jooq.tables.Modelfigure.MODELFIGURE;
+    public static final Modelfigure MODELFIGURE = com.thmodel.jooq.tables.Modelfigure.MODELFIGURE;
 
     /**
      * The table <code>thmodel.modelinfo</code>.
      */
-    public static final Modelinfo MODELINFO = jooq.tables.Modelinfo.MODELINFO;
+    public static final Modelinfo MODELINFO = com.thmodel.jooq.tables.Modelinfo.MODELINFO;
 
     /**
      * The table <code>thmodel.modelintimate</code>.
      */
-    public static final Modelintimate MODELINTIMATE = jooq.tables.Modelintimate.MODELINTIMATE;
+    public static final Modelintimate MODELINTIMATE = com.thmodel.jooq.tables.Modelintimate.MODELINTIMATE;
 
     /**
      * The table <code>thmodel.modelphoto</code>.
      */
-    public static final Modelphoto MODELPHOTO = jooq.tables.Modelphoto.MODELPHOTO;
+    public static final Modelphoto MODELPHOTO = com.thmodel.jooq.tables.Modelphoto.MODELPHOTO;
 
     /**
      * The table <code>thmodel.modelprice</code>.
      */
-    public static final Modelprice MODELPRICE = jooq.tables.Modelprice.MODELPRICE;
+    public static final Modelprice MODELPRICE = com.thmodel.jooq.tables.Modelprice.MODELPRICE;
 
     /**
      * The table <code>thmodel.modelprivate</code>.
      */
-    public static final Modelprivate MODELPRIVATE = jooq.tables.Modelprivate.MODELPRIVATE;
+    public static final Modelprivate MODELPRIVATE = com.thmodel.jooq.tables.Modelprivate.MODELPRIVATE;
 
     /**
      * The table <code>thmodel.modelprivatediscuss</code>.
      */
-    public static final Modelprivatediscuss MODELPRIVATEDISCUSS = jooq.tables.Modelprivatediscuss.MODELPRIVATEDISCUSS;
+    public static final Modelprivatediscuss MODELPRIVATEDISCUSS = com.thmodel.jooq.tables.Modelprivatediscuss.MODELPRIVATEDISCUSS;
 
     /**
      * The table <code>thmodel.modelprivateitem</code>.
      */
-    public static final Modelprivateitem MODELPRIVATEITEM = jooq.tables.Modelprivateitem.MODELPRIVATEITEM;
+    public static final Modelprivateitem MODELPRIVATEITEM = com.thmodel.jooq.tables.Modelprivateitem.MODELPRIVATEITEM;
 
     /**
      * The table <code>thmodel.nexus</code>.
      */
-    public static final Nexus NEXUS = jooq.tables.Nexus.NEXUS;
+    public static final Nexus NEXUS = com.thmodel.jooq.tables.Nexus.NEXUS;
 
     /**
      * The table <code>thmodel.onlinelog</code>.
      */
-    public static final Onlinelog ONLINELOG = jooq.tables.Onlinelog.ONLINELOG;
+    public static final Onlinelog ONLINELOG = com.thmodel.jooq.tables.Onlinelog.ONLINELOG;
 
     /**
      * The table <code>thmodel.orderrecord</code>.
      */
-    public static final Orderrecord ORDERRECORD = jooq.tables.Orderrecord.ORDERRECORD;
+    public static final Orderrecord ORDERRECORD = com.thmodel.jooq.tables.Orderrecord.ORDERRECORD;
 
     /**
      * The table <code>thmodel.paraminfo</code>.
      */
-    public static final Paraminfo PARAMINFO = jooq.tables.Paraminfo.PARAMINFO;
+    public static final Paraminfo PARAMINFO = com.thmodel.jooq.tables.Paraminfo.PARAMINFO;
 
     /**
      * The table <code>thmodel.parttyinfo</code>.
      */
-    public static final Parttyinfo PARTTYINFO = jooq.tables.Parttyinfo.PARTTYINFO;
+    public static final Parttyinfo PARTTYINFO = com.thmodel.jooq.tables.Parttyinfo.PARTTYINFO;
 
     /**
      * The table <code>thmodel.parttysign</code>.
      */
-    public static final Parttysign PARTTYSIGN = jooq.tables.Parttysign.PARTTYSIGN;
+    public static final Parttysign PARTTYSIGN = com.thmodel.jooq.tables.Parttysign.PARTTYSIGN;
 
     /**
      * The table <code>thmodel.redpacket</code>.
      */
-    public static final Redpacket REDPACKET = jooq.tables.Redpacket.REDPACKET;
+    public static final Redpacket REDPACKET = com.thmodel.jooq.tables.Redpacket.REDPACKET;
 
     /**
      * The table <code>thmodel.reportinfo</code>.
      */
-    public static final Reportinfo REPORTINFO = jooq.tables.Reportinfo.REPORTINFO;
+    public static final Reportinfo REPORTINFO = com.thmodel.jooq.tables.Reportinfo.REPORTINFO;
 
     /**
      * 分享记录
      */
-    public static final Sharerecord SHARERECORD = jooq.tables.Sharerecord.SHARERECORD;
+    public static final Sharerecord SHARERECORD = com.thmodel.jooq.tables.Sharerecord.SHARERECORD;
 
     /**
      * The table <code>thmodel.videorecord</code>.
      */
-    public static final Videorecord VIDEORECORD = jooq.tables.Videorecord.VIDEORECORD;
+    public static final Videorecord VIDEORECORD = com.thmodel.jooq.tables.Videorecord.VIDEORECORD;
 }

+ 74 - 74
src/main/java/jooq/Thmodel.java

@@ -1,8 +1,44 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq;
-
+package com.thmodel.jooq;
+
+
+import com.thmodel.jooq.tables.Accountrecord;
+import com.thmodel.jooq.tables.Accrecord;
+import com.thmodel.jooq.tables.Brokerinfor;
+import com.thmodel.jooq.tables.Cardaccount;
+import com.thmodel.jooq.tables.Cashrecord;
+import com.thmodel.jooq.tables.Chatrecord;
+import com.thmodel.jooq.tables.CoinShareRecord;
+import com.thmodel.jooq.tables.Datatypeinfo;
+import com.thmodel.jooq.tables.Honorinfo;
+import com.thmodel.jooq.tables.Imlog;
+import com.thmodel.jooq.tables.Log;
+import com.thmodel.jooq.tables.Memberinfo;
+import com.thmodel.jooq.tables.Membersign;
+import com.thmodel.jooq.tables.Modelact;
+import com.thmodel.jooq.tables.Modelactitem;
+import com.thmodel.jooq.tables.Modelcard;
+import com.thmodel.jooq.tables.Modelfan;
+import com.thmodel.jooq.tables.Modelfigure;
+import com.thmodel.jooq.tables.Modelinfo;
+import com.thmodel.jooq.tables.Modelintimate;
+import com.thmodel.jooq.tables.Modelphoto;
+import com.thmodel.jooq.tables.Modelprice;
+import com.thmodel.jooq.tables.Modelprivate;
+import com.thmodel.jooq.tables.Modelprivatediscuss;
+import com.thmodel.jooq.tables.Modelprivateitem;
+import com.thmodel.jooq.tables.Nexus;
+import com.thmodel.jooq.tables.Onlinelog;
+import com.thmodel.jooq.tables.Orderrecord;
+import com.thmodel.jooq.tables.Paraminfo;
+import com.thmodel.jooq.tables.Parttyinfo;
+import com.thmodel.jooq.tables.Parttysign;
+import com.thmodel.jooq.tables.Redpacket;
+import com.thmodel.jooq.tables.Reportinfo;
+import com.thmodel.jooq.tables.Sharerecord;
+import com.thmodel.jooq.tables.Videorecord;
 
 import java.util.ArrayList;
 import java.util.Arrays;
@@ -10,42 +46,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Accountrecord;
-import jooq.tables.Accrecord;
-import jooq.tables.Brokerinfor;
-import jooq.tables.Cardaccount;
-import jooq.tables.Cashrecord;
-import jooq.tables.Chatrecord;
-import jooq.tables.CoinShareRecord;
-import jooq.tables.Datatypeinfo;
-import jooq.tables.Honorinfo;
-import jooq.tables.Imlog;
-import jooq.tables.Log;
-import jooq.tables.Memberinfo;
-import jooq.tables.Membersign;
-import jooq.tables.Modelact;
-import jooq.tables.Modelactitem;
-import jooq.tables.Modelcard;
-import jooq.tables.Modelfan;
-import jooq.tables.Modelfigure;
-import jooq.tables.Modelinfo;
-import jooq.tables.Modelintimate;
-import jooq.tables.Modelphoto;
-import jooq.tables.Modelprice;
-import jooq.tables.Modelprivate;
-import jooq.tables.Modelprivatediscuss;
-import jooq.tables.Modelprivateitem;
-import jooq.tables.Nexus;
-import jooq.tables.Onlinelog;
-import jooq.tables.Orderrecord;
-import jooq.tables.Paraminfo;
-import jooq.tables.Parttyinfo;
-import jooq.tables.Parttysign;
-import jooq.tables.Redpacket;
-import jooq.tables.Reportinfo;
-import jooq.tables.Sharerecord;
-import jooq.tables.Videorecord;
-
 import org.jooq.Catalog;
 import org.jooq.Table;
 import org.jooq.impl.SchemaImpl;
@@ -64,7 +64,7 @@ import org.jooq.impl.SchemaImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Thmodel extends SchemaImpl {
 
-    private static final long serialVersionUID = -1631060433;
+    private static final long serialVersionUID = 2065075919;
 
     /**
      * The reference instance of <code>thmodel</code>
@@ -74,177 +74,177 @@ public class Thmodel extends SchemaImpl {
     /**
      * The table <code>thmodel.accountrecord</code>.
      */
-    public final Accountrecord ACCOUNTRECORD = jooq.tables.Accountrecord.ACCOUNTRECORD;
+    public final Accountrecord ACCOUNTRECORD = com.thmodel.jooq.tables.Accountrecord.ACCOUNTRECORD;
 
     /**
      * The table <code>thmodel.accrecord</code>.
      */
-    public final Accrecord ACCRECORD = jooq.tables.Accrecord.ACCRECORD;
+    public final Accrecord ACCRECORD = com.thmodel.jooq.tables.Accrecord.ACCRECORD;
 
     /**
      * The table <code>thmodel.brokerinfor</code>.
      */
-    public final Brokerinfor BROKERINFOR = jooq.tables.Brokerinfor.BROKERINFOR;
+    public final Brokerinfor BROKERINFOR = com.thmodel.jooq.tables.Brokerinfor.BROKERINFOR;
 
     /**
      * The table <code>thmodel.cardaccount</code>.
      */
-    public final Cardaccount CARDACCOUNT = jooq.tables.Cardaccount.CARDACCOUNT;
+    public final Cardaccount CARDACCOUNT = com.thmodel.jooq.tables.Cardaccount.CARDACCOUNT;
 
     /**
      * The table <code>thmodel.cashrecord</code>.
      */
-    public final Cashrecord CASHRECORD = jooq.tables.Cashrecord.CASHRECORD;
+    public final Cashrecord CASHRECORD = com.thmodel.jooq.tables.Cashrecord.CASHRECORD;
 
     /**
      * 类别:文字、语音、图片
      */
-    public final Chatrecord CHATRECORD = jooq.tables.Chatrecord.CHATRECORD;
+    public final Chatrecord CHATRECORD = com.thmodel.jooq.tables.Chatrecord.CHATRECORD;
 
     /**
      * The table <code>thmodel.coin_share_record</code>.
      */
-    public final CoinShareRecord COIN_SHARE_RECORD = jooq.tables.CoinShareRecord.COIN_SHARE_RECORD;
+    public final CoinShareRecord COIN_SHARE_RECORD = com.thmodel.jooq.tables.CoinShareRecord.COIN_SHARE_RECORD;
 
     /**
      * The table <code>thmodel.datatypeinfo</code>.
      */
-    public final Datatypeinfo DATATYPEINFO = jooq.tables.Datatypeinfo.DATATYPEINFO;
+    public final Datatypeinfo DATATYPEINFO = com.thmodel.jooq.tables.Datatypeinfo.DATATYPEINFO;
 
     /**
      * The table <code>thmodel.honorinfo</code>.
      */
-    public final Honorinfo HONORINFO = jooq.tables.Honorinfo.HONORINFO;
+    public final Honorinfo HONORINFO = com.thmodel.jooq.tables.Honorinfo.HONORINFO;
 
     /**
      * The table <code>thmodel.imlog</code>.
      */
-    public final Imlog IMLOG = jooq.tables.Imlog.IMLOG;
+    public final Imlog IMLOG = com.thmodel.jooq.tables.Imlog.IMLOG;
 
     /**
      * The table <code>thmodel.log</code>.
      */
-    public final Log LOG = jooq.tables.Log.LOG;
+    public final Log LOG = com.thmodel.jooq.tables.Log.LOG;
 
     /**
      * The table <code>thmodel.memberinfo</code>.
      */
-    public final Memberinfo MEMBERINFO = jooq.tables.Memberinfo.MEMBERINFO;
+    public final Memberinfo MEMBERINFO = com.thmodel.jooq.tables.Memberinfo.MEMBERINFO;
 
     /**
      * The table <code>thmodel.membersign</code>.
      */
-    public final Membersign MEMBERSIGN = jooq.tables.Membersign.MEMBERSIGN;
+    public final Membersign MEMBERSIGN = com.thmodel.jooq.tables.Membersign.MEMBERSIGN;
 
     /**
      * The table <code>thmodel.modelact</code>.
      */
-    public final Modelact MODELACT = jooq.tables.Modelact.MODELACT;
+    public final Modelact MODELACT = com.thmodel.jooq.tables.Modelact.MODELACT;
 
     /**
      * The table <code>thmodel.modelactitem</code>.
      */
-    public final Modelactitem MODELACTITEM = jooq.tables.Modelactitem.MODELACTITEM;
+    public final Modelactitem MODELACTITEM = com.thmodel.jooq.tables.Modelactitem.MODELACTITEM;
 
     /**
      * The table <code>thmodel.modelcard</code>.
      */
-    public final Modelcard MODELCARD = jooq.tables.Modelcard.MODELCARD;
+    public final Modelcard MODELCARD = com.thmodel.jooq.tables.Modelcard.MODELCARD;
 
     /**
      * The table <code>thmodel.modelfan</code>.
      */
-    public final Modelfan MODELFAN = jooq.tables.Modelfan.MODELFAN;
+    public final Modelfan MODELFAN = com.thmodel.jooq.tables.Modelfan.MODELFAN;
 
     /**
      * The table <code>thmodel.modelfigure</code>.
      */
-    public final Modelfigure MODELFIGURE = jooq.tables.Modelfigure.MODELFIGURE;
+    public final Modelfigure MODELFIGURE = com.thmodel.jooq.tables.Modelfigure.MODELFIGURE;
 
     /**
      * The table <code>thmodel.modelinfo</code>.
      */
-    public final Modelinfo MODELINFO = jooq.tables.Modelinfo.MODELINFO;
+    public final Modelinfo MODELINFO = com.thmodel.jooq.tables.Modelinfo.MODELINFO;
 
     /**
      * The table <code>thmodel.modelintimate</code>.
      */
-    public final Modelintimate MODELINTIMATE = jooq.tables.Modelintimate.MODELINTIMATE;
+    public final Modelintimate MODELINTIMATE = com.thmodel.jooq.tables.Modelintimate.MODELINTIMATE;
 
     /**
      * The table <code>thmodel.modelphoto</code>.
      */
-    public final Modelphoto MODELPHOTO = jooq.tables.Modelphoto.MODELPHOTO;
+    public final Modelphoto MODELPHOTO = com.thmodel.jooq.tables.Modelphoto.MODELPHOTO;
 
     /**
      * The table <code>thmodel.modelprice</code>.
      */
-    public final Modelprice MODELPRICE = jooq.tables.Modelprice.MODELPRICE;
+    public final Modelprice MODELPRICE = com.thmodel.jooq.tables.Modelprice.MODELPRICE;
 
     /**
      * The table <code>thmodel.modelprivate</code>.
      */
-    public final Modelprivate MODELPRIVATE = jooq.tables.Modelprivate.MODELPRIVATE;
+    public final Modelprivate MODELPRIVATE = com.thmodel.jooq.tables.Modelprivate.MODELPRIVATE;
 
     /**
      * The table <code>thmodel.modelprivatediscuss</code>.
      */
-    public final Modelprivatediscuss MODELPRIVATEDISCUSS = jooq.tables.Modelprivatediscuss.MODELPRIVATEDISCUSS;
+    public final Modelprivatediscuss MODELPRIVATEDISCUSS = com.thmodel.jooq.tables.Modelprivatediscuss.MODELPRIVATEDISCUSS;
 
     /**
      * The table <code>thmodel.modelprivateitem</code>.
      */
-    public final Modelprivateitem MODELPRIVATEITEM = jooq.tables.Modelprivateitem.MODELPRIVATEITEM;
+    public final Modelprivateitem MODELPRIVATEITEM = com.thmodel.jooq.tables.Modelprivateitem.MODELPRIVATEITEM;
 
     /**
      * The table <code>thmodel.nexus</code>.
      */
-    public final Nexus NEXUS = jooq.tables.Nexus.NEXUS;
+    public final Nexus NEXUS = com.thmodel.jooq.tables.Nexus.NEXUS;
 
     /**
      * The table <code>thmodel.onlinelog</code>.
      */
-    public final Onlinelog ONLINELOG = jooq.tables.Onlinelog.ONLINELOG;
+    public final Onlinelog ONLINELOG = com.thmodel.jooq.tables.Onlinelog.ONLINELOG;
 
     /**
      * The table <code>thmodel.orderrecord</code>.
      */
-    public final Orderrecord ORDERRECORD = jooq.tables.Orderrecord.ORDERRECORD;
+    public final Orderrecord ORDERRECORD = com.thmodel.jooq.tables.Orderrecord.ORDERRECORD;
 
     /**
      * The table <code>thmodel.paraminfo</code>.
      */
-    public final Paraminfo PARAMINFO = jooq.tables.Paraminfo.PARAMINFO;
+    public final Paraminfo PARAMINFO = com.thmodel.jooq.tables.Paraminfo.PARAMINFO;
 
     /**
      * The table <code>thmodel.parttyinfo</code>.
      */
-    public final Parttyinfo PARTTYINFO = jooq.tables.Parttyinfo.PARTTYINFO;
+    public final Parttyinfo PARTTYINFO = com.thmodel.jooq.tables.Parttyinfo.PARTTYINFO;
 
     /**
      * The table <code>thmodel.parttysign</code>.
      */
-    public final Parttysign PARTTYSIGN = jooq.tables.Parttysign.PARTTYSIGN;
+    public final Parttysign PARTTYSIGN = com.thmodel.jooq.tables.Parttysign.PARTTYSIGN;
 
     /**
      * The table <code>thmodel.redpacket</code>.
      */
-    public final Redpacket REDPACKET = jooq.tables.Redpacket.REDPACKET;
+    public final Redpacket REDPACKET = com.thmodel.jooq.tables.Redpacket.REDPACKET;
 
     /**
      * The table <code>thmodel.reportinfo</code>.
      */
-    public final Reportinfo REPORTINFO = jooq.tables.Reportinfo.REPORTINFO;
+    public final Reportinfo REPORTINFO = com.thmodel.jooq.tables.Reportinfo.REPORTINFO;
 
     /**
      * 分享记录
      */
-    public final Sharerecord SHARERECORD = jooq.tables.Sharerecord.SHARERECORD;
+    public final Sharerecord SHARERECORD = com.thmodel.jooq.tables.Sharerecord.SHARERECORD;
 
     /**
      * The table <code>thmodel.videorecord</code>.
      */
-    public final Videorecord VIDEORECORD = jooq.tables.Videorecord.VIDEORECORD;
+    public final Videorecord VIDEORECORD = com.thmodel.jooq.tables.Videorecord.VIDEORECORD;
 
     /**
      * No further instances allowed

+ 4 - 4
src/main/java/jooq/routines/Coinshare.java

@@ -1,12 +1,12 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.routines;
+package com.thmodel.jooq.routines;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.Thmodel;
 
-import jooq.Thmodel;
+import javax.annotation.Generated;
 
 import org.jooq.Parameter;
 import org.jooq.impl.AbstractRoutine;
@@ -25,7 +25,7 @@ import org.jooq.impl.AbstractRoutine;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Coinshare extends AbstractRoutine<java.lang.Void> {
 
-    private static final long serialVersionUID = -1649403786;
+    private static final long serialVersionUID = -1461991638;
 
     /**
      * The parameter <code>thmodel.CoinShare.tablename</code>.

+ 7 - 7
src/main/java/jooq/tables/Accountrecord.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.AccountrecordRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.AccountrecordRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Accountrecord extends TableImpl<AccountrecordRecord> {
 
-    private static final long serialVersionUID = 219474893;
+    private static final long serialVersionUID = 1807486151;
 
     /**
      * The reference instance of <code>thmodel.accountrecord</code>

+ 7 - 7
src/main/java/jooq/tables/Accrecord.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.AccrecordRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.AccrecordRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Accrecord extends TableImpl<AccrecordRecord> {
 
-    private static final long serialVersionUID = -1862593444;
+    private static final long serialVersionUID = 505002518;
 
     /**
      * The reference instance of <code>thmodel.accrecord</code>

+ 7 - 7
src/main/java/jooq/tables/Brokerinfor.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.BrokerinforRecord;
+
 import java.math.BigDecimal;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.BrokerinforRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Brokerinfor extends TableImpl<BrokerinforRecord> {
 
-    private static final long serialVersionUID = -992526569;
+    private static final long serialVersionUID = -1586247169;
 
     /**
      * The reference instance of <code>thmodel.brokerinfor</code>

+ 7 - 7
src/main/java/jooq/tables/Cardaccount.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.CardaccountRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.CardaccountRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Cardaccount extends TableImpl<CardaccountRecord> {
 
-    private static final long serialVersionUID = 337345905;
+    private static final long serialVersionUID = 591368265;
 
     /**
      * The reference instance of <code>thmodel.cardaccount</code>

+ 7 - 7
src/main/java/jooq/tables/Cashrecord.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.CashrecordRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.CashrecordRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Cashrecord extends TableImpl<CashrecordRecord> {
 
-    private static final long serialVersionUID = 908073341;
+    private static final long serialVersionUID = 104758653;
 
     /**
      * The reference instance of <code>thmodel.cashrecord</code>

+ 7 - 7
src/main/java/jooq/tables/Chatrecord.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ChatrecordRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ChatrecordRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Chatrecord extends TableImpl<ChatrecordRecord> {
 
-    private static final long serialVersionUID = -868514999;
+    private static final long serialVersionUID = -1812238161;
 
     /**
      * The reference instance of <code>thmodel.chatrecord</code>

+ 7 - 7
src/main/java/jooq/tables/CoinShareRecord.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.CoinShareRecordRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.CoinShareRecordRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class CoinShareRecord extends TableImpl<CoinShareRecordRecord> {
 
-    private static final long serialVersionUID = -1898214875;
+    private static final long serialVersionUID = -807726647;
 
     /**
      * The reference instance of <code>thmodel.coin_share_record</code>

+ 7 - 7
src/main/java/jooq/tables/Datatypeinfo.java

@@ -1,19 +1,19 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.DatatypeinfoRecord;
+
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.DatatypeinfoRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -41,7 +41,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Datatypeinfo extends TableImpl<DatatypeinfoRecord> {
 
-    private static final long serialVersionUID = 764251204;
+    private static final long serialVersionUID = 1962980648;
 
     /**
      * The reference instance of <code>thmodel.datatypeinfo</code>

+ 7 - 7
src/main/java/jooq/tables/Honorinfo.java

@@ -1,19 +1,19 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.HonorinfoRecord;
+
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.HonorinfoRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -41,7 +41,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Honorinfo extends TableImpl<HonorinfoRecord> {
 
-    private static final long serialVersionUID = -567447307;
+    private static final long serialVersionUID = -1325799743;
 
     /**
      * The reference instance of <code>thmodel.honorinfo</code>

+ 7 - 7
src/main/java/jooq/tables/Imlog.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ImlogRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ImlogRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Imlog extends TableImpl<ImlogRecord> {
 
-    private static final long serialVersionUID = -444987380;
+    private static final long serialVersionUID = -1043765690;
 
     /**
      * The reference instance of <code>thmodel.imlog</code>

+ 7 - 7
src/main/java/jooq/tables/Log.java

@@ -1,19 +1,19 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.LogRecord;
+
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.LogRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -41,7 +41,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Log extends TableImpl<LogRecord> {
 
-    private static final long serialVersionUID = 36202328;
+    private static final long serialVersionUID = -427457868;
 
     /**
      * The reference instance of <code>thmodel.log</code>

+ 7 - 7
src/main/java/jooq/tables/Memberinfo.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.MemberinfoRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.MemberinfoRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Memberinfo extends TableImpl<MemberinfoRecord> {
 
-    private static final long serialVersionUID = 580052059;
+    private static final long serialVersionUID = -1965956397;
 
     /**
      * The reference instance of <code>thmodel.memberinfo</code>

+ 7 - 7
src/main/java/jooq/tables/Membersign.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.MembersignRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.MembersignRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Membersign extends TableImpl<MembersignRecord> {
 
-    private static final long serialVersionUID = 1507907799;
+    private static final long serialVersionUID = -598482627;
 
     /**
      * The reference instance of <code>thmodel.membersign</code>

+ 7 - 7
src/main/java/jooq/tables/Modelact.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelactRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelactRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelact extends TableImpl<ModelactRecord> {
 
-    private static final long serialVersionUID = 208995390;
+    private static final long serialVersionUID = -1389891048;
 
     /**
      * The reference instance of <code>thmodel.modelact</code>

+ 7 - 7
src/main/java/jooq/tables/Modelactitem.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelactitemRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelactitemRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelactitem extends TableImpl<ModelactitemRecord> {
 
-    private static final long serialVersionUID = -1507586304;
+    private static final long serialVersionUID = -914183846;
 
     /**
      * The reference instance of <code>thmodel.modelactitem</code>

+ 7 - 7
src/main/java/jooq/tables/Modelcard.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelcardRecord;
+
 import java.math.BigDecimal;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelcardRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelcard extends TableImpl<ModelcardRecord> {
 
-    private static final long serialVersionUID = -1004618023;
+    private static final long serialVersionUID = -834357119;
 
     /**
      * The reference instance of <code>thmodel.modelcard</code>

+ 7 - 7
src/main/java/jooq/tables/Modelfan.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelfanRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelfanRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelfan extends TableImpl<ModelfanRecord> {
 
-    private static final long serialVersionUID = 1319777194;
+    private static final long serialVersionUID = 387827216;
 
     /**
      * The reference instance of <code>thmodel.modelfan</code>

+ 7 - 7
src/main/java/jooq/tables/Modelfigure.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelfigureRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelfigureRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelfigure extends TableImpl<ModelfigureRecord> {
 
-    private static final long serialVersionUID = 1410673591;
+    private static final long serialVersionUID = -891824399;
 
     /**
      * The reference instance of <code>thmodel.modelfigure</code>

+ 7 - 7
src/main/java/jooq/tables/Modelinfo.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelinfoRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelinfoRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelinfo extends TableImpl<ModelinfoRecord> {
 
-    private static final long serialVersionUID = 2054950098;
+    private static final long serialVersionUID = -2068507362;
 
     /**
      * The reference instance of <code>thmodel.modelinfo</code>

+ 7 - 7
src/main/java/jooq/tables/Modelintimate.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelintimateRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelintimateRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelintimate extends TableImpl<ModelintimateRecord> {
 
-    private static final long serialVersionUID = -507176011;
+    private static final long serialVersionUID = -358101265;
 
     /**
      * The reference instance of <code>thmodel.modelintimate</code>

+ 7 - 7
src/main/java/jooq/tables/Modelphoto.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelphotoRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelphotoRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelphoto extends TableImpl<ModelphotoRecord> {
 
-    private static final long serialVersionUID = -1296101659;
+    private static final long serialVersionUID = 577697087;
 
     /**
      * The reference instance of <code>thmodel.modelphoto</code>

+ 7 - 7
src/main/java/jooq/tables/Modelprice.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelpriceRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelpriceRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelprice extends TableImpl<ModelpriceRecord> {
 
-    private static final long serialVersionUID = 1788629102;
+    private static final long serialVersionUID = -799151898;
 
     /**
      * The reference instance of <code>thmodel.modelprice</code>

+ 7 - 7
src/main/java/jooq/tables/Modelprivate.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelprivateRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelprivateRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelprivate extends TableImpl<ModelprivateRecord> {
 
-    private static final long serialVersionUID = -373555517;
+    private static final long serialVersionUID = 895310877;
 
     /**
      * The reference instance of <code>thmodel.modelprivate</code>

+ 7 - 7
src/main/java/jooq/tables/Modelprivatediscuss.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelprivatediscussRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelprivatediscussRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelprivatediscuss extends TableImpl<ModelprivatediscussRecord> {
 
-    private static final long serialVersionUID = -937164249;
+    private static final long serialVersionUID = 341551585;
 
     /**
      * The reference instance of <code>thmodel.modelprivatediscuss</code>

+ 7 - 7
src/main/java/jooq/tables/Modelprivateitem.java

@@ -1,19 +1,19 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ModelprivateitemRecord;
+
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ModelprivateitemRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -41,7 +41,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Modelprivateitem extends TableImpl<ModelprivateitemRecord> {
 
-    private static final long serialVersionUID = -602042589;
+    private static final long serialVersionUID = 1290670449;
 
     /**
      * The reference instance of <code>thmodel.modelprivateitem</code>

+ 7 - 7
src/main/java/jooq/tables/Nexus.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.NexusRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.NexusRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Nexus extends TableImpl<NexusRecord> {
 
-    private static final long serialVersionUID = -1269157228;
+    private static final long serialVersionUID = -838095334;
 
     /**
      * The reference instance of <code>thmodel.nexus</code>

+ 7 - 7
src/main/java/jooq/tables/Onlinelog.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.OnlinelogRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.OnlinelogRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Onlinelog extends TableImpl<OnlinelogRecord> {
 
-    private static final long serialVersionUID = -434419122;
+    private static final long serialVersionUID = 1139705172;
 
     /**
      * The reference instance of <code>thmodel.onlinelog</code>

+ 7 - 7
src/main/java/jooq/tables/Orderrecord.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.OrderrecordRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.OrderrecordRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Orderrecord extends TableImpl<OrderrecordRecord> {
 
-    private static final long serialVersionUID = 1325652275;
+    private static final long serialVersionUID = -1076595561;
 
     /**
      * The reference instance of <code>thmodel.orderrecord</code>

+ 7 - 7
src/main/java/jooq/tables/Paraminfo.java

@@ -1,19 +1,19 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ParaminfoRecord;
+
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ParaminfoRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -41,7 +41,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Paraminfo extends TableImpl<ParaminfoRecord> {
 
-    private static final long serialVersionUID = 491524490;
+    private static final long serialVersionUID = 847859800;
 
     /**
      * The reference instance of <code>thmodel.paraminfo</code>

+ 7 - 7
src/main/java/jooq/tables/Parttyinfo.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ParttyinfoRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ParttyinfoRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -44,7 +44,7 @@ import org.jooq.types.UInteger;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Parttyinfo extends TableImpl<ParttyinfoRecord> {
 
-    private static final long serialVersionUID = -1285154853;
+    private static final long serialVersionUID = -1297153577;
 
     /**
      * The reference instance of <code>thmodel.parttyinfo</code>

+ 7 - 7
src/main/java/jooq/tables/Parttysign.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ParttysignRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ParttysignRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Parttysign extends TableImpl<ParttysignRecord> {
 
-    private static final long serialVersionUID = -766708543;
+    private static final long serialVersionUID = 170104643;
 
     /**
      * The reference instance of <code>thmodel.parttysign</code>

+ 7 - 7
src/main/java/jooq/tables/Redpacket.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.RedpacketRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.RedpacketRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Redpacket extends TableImpl<RedpacketRecord> {
 
-    private static final long serialVersionUID = 1377412166;
+    private static final long serialVersionUID = -135984458;
 
     /**
      * The reference instance of <code>thmodel.redpacket</code>

+ 7 - 7
src/main/java/jooq/tables/Reportinfo.java

@@ -1,20 +1,20 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.ReportinfoRecord;
+
 import java.sql.Timestamp;
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.ReportinfoRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Reportinfo extends TableImpl<ReportinfoRecord> {
 
-    private static final long serialVersionUID = -2103104001;
+    private static final long serialVersionUID = -1382326811;
 
     /**
      * The reference instance of <code>thmodel.reportinfo</code>

+ 7 - 7
src/main/java/jooq/tables/Sharerecord.java

@@ -1,19 +1,19 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.SharerecordRecord;
+
 import java.util.Arrays;
 import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.SharerecordRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -41,7 +41,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Sharerecord extends TableImpl<SharerecordRecord> {
 
-    private static final long serialVersionUID = 1531386835;
+    private static final long serialVersionUID = 382704215;
 
     /**
      * The reference instance of <code>thmodel.sharerecord</code>

+ 7 - 7
src/main/java/jooq/tables/Videorecord.java

@@ -1,9 +1,14 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables;
+package com.thmodel.jooq.tables;
 
 
+import com.thmodel.jooq.Indexes;
+import com.thmodel.jooq.Keys;
+import com.thmodel.jooq.Thmodel;
+import com.thmodel.jooq.tables.records.VideorecordRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 import java.util.Arrays;
@@ -11,11 +16,6 @@ import java.util.List;
 
 import javax.annotation.Generated;
 
-import jooq.Indexes;
-import jooq.Keys;
-import jooq.Thmodel;
-import jooq.tables.records.VideorecordRecord;
-
 import org.jooq.Field;
 import org.jooq.ForeignKey;
 import org.jooq.Identity;
@@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class Videorecord extends TableImpl<VideorecordRecord> {
 
-    private static final long serialVersionUID = 586656933;
+    private static final long serialVersionUID = 177102267;
 
     /**
      * The reference instance of <code>thmodel.videorecord</code>

+ 4 - 4
src/main/java/jooq/tables/records/AccountrecordRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Accountrecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Accountrecord;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record9;
@@ -31,7 +31,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class AccountrecordRecord extends UpdatableRecordImpl<AccountrecordRecord> implements Record9<Integer, Integer, Timestamp, String, Integer, String, BigDecimal, String, BigDecimal> {
 
-    private static final long serialVersionUID = -636756561;
+    private static final long serialVersionUID = 1008226965;
 
     /**
      * Setter for <code>thmodel.accountrecord.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/AccrecordRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Accrecord;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Accrecord;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record6;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class AccrecordRecord extends UpdatableRecordImpl<AccrecordRecord> implements Record6<Integer, Integer, Integer, Timestamp, Integer, String> {
 
-    private static final long serialVersionUID = 693356097;
+    private static final long serialVersionUID = -1003456167;
 
     /**
      * Setter for <code>thmodel.accrecord.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/BrokerinforRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Brokerinfor;
+
 import java.math.BigDecimal;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Brokerinfor;
-
 import org.jooq.Record1;
 import org.jooq.impl.UpdatableRecordImpl;
 
@@ -27,7 +27,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class BrokerinforRecord extends UpdatableRecordImpl<BrokerinforRecord> {
 
-    private static final long serialVersionUID = -358421694;
+    private static final long serialVersionUID = 1201719432;
 
     /**
      * Setter for <code>thmodel.brokerinfor.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/CardaccountRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Cardaccount;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Cardaccount;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record5;
@@ -31,7 +31,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class CardaccountRecord extends UpdatableRecordImpl<CardaccountRecord> implements Record5<Integer, Integer, Integer, Timestamp, BigDecimal> {
 
-    private static final long serialVersionUID = -1574832626;
+    private static final long serialVersionUID = 938237138;
 
     /**
      * Setter for <code>thmodel.cardaccount.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/CashrecordRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Cashrecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Cashrecord;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record13;
@@ -31,7 +31,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class CashrecordRecord extends UpdatableRecordImpl<CashrecordRecord> implements Record13<Integer, Integer, BigDecimal, String, Timestamp, String, String, String, String, String, String, Timestamp, Integer> {
 
-    private static final long serialVersionUID = -998175694;
+    private static final long serialVersionUID = 141995418;
 
     /**
      * Setter for <code>thmodel.cashrecord.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ChatrecordRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Chatrecord;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Chatrecord;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record6;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ChatrecordRecord extends UpdatableRecordImpl<ChatrecordRecord> implements Record6<Integer, Timestamp, Integer, Integer, String, String> {
 
-    private static final long serialVersionUID = 697731193;
+    private static final long serialVersionUID = 1090157509;
 
     /**
      * Setter for <code>thmodel.chatrecord.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/CoinShareRecordRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.CoinShareRecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.CoinShareRecord;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record9;
@@ -31,7 +31,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class CoinShareRecordRecord extends UpdatableRecordImpl<CoinShareRecordRecord> implements Record9<Integer, Integer, Integer, BigDecimal, BigDecimal, BigDecimal, String, String, Timestamp> {
 
-    private static final long serialVersionUID = -52390380;
+    private static final long serialVersionUID = 2046792412;
 
     /**
      * Setter for <code>thmodel.coin_share_record.id</code>.

+ 4 - 4
src/main/java/jooq/tables/records/DatatypeinfoRecord.java

@@ -1,12 +1,12 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.tables.Datatypeinfo;
 
-import jooq.tables.Datatypeinfo;
+import javax.annotation.Generated;
 
 import org.jooq.Field;
 import org.jooq.Record1;
@@ -28,7 +28,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class DatatypeinfoRecord extends UpdatableRecordImpl<DatatypeinfoRecord> implements Record5<Integer, String, String, String, Integer> {
 
-    private static final long serialVersionUID = 1719963698;
+    private static final long serialVersionUID = 1119831398;
 
     /**
      * Setter for <code>thmodel.datatypeinfo.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/HonorinfoRecord.java

@@ -1,12 +1,12 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.tables.Honorinfo;
 
-import jooq.tables.Honorinfo;
+import javax.annotation.Generated;
 
 import org.jooq.Field;
 import org.jooq.Record1;
@@ -28,7 +28,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class HonorinfoRecord extends UpdatableRecordImpl<HonorinfoRecord> implements Record4<Integer, Integer, String, String> {
 
-    private static final long serialVersionUID = 297348531;
+    private static final long serialVersionUID = 1056385911;
 
     /**
      * Setter for <code>thmodel.honorinfo.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ImlogRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Imlog;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Imlog;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record11;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ImlogRecord extends UpdatableRecordImpl<ImlogRecord> implements Record11<Integer, String, String, String, String, String, String, String, String, String, Timestamp> {
 
-    private static final long serialVersionUID = -816088335;
+    private static final long serialVersionUID = 1738553609;
 
     /**
      * Setter for <code>thmodel.imlog.int</code>.

+ 4 - 4
src/main/java/jooq/tables/records/LogRecord.java

@@ -1,12 +1,12 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.tables.Log;
 
-import jooq.tables.Log;
+import javax.annotation.Generated;
 
 import org.jooq.Field;
 import org.jooq.Record1;
@@ -28,7 +28,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class LogRecord extends UpdatableRecordImpl<LogRecord> implements Record5<Integer, Integer, String, String, String> {
 
-    private static final long serialVersionUID = 993179892;
+    private static final long serialVersionUID = 1894457520;
 
     /**
      * Setter for <code>thmodel.log.id</code>.

+ 4 - 4
src/main/java/jooq/tables/records/MemberinfoRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Memberinfo;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Memberinfo;
-
 import org.jooq.Record1;
 import org.jooq.impl.UpdatableRecordImpl;
 
@@ -28,7 +28,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class MemberinfoRecord extends UpdatableRecordImpl<MemberinfoRecord> {
 
-    private static final long serialVersionUID = -911598690;
+    private static final long serialVersionUID = -2093684802;
 
     /**
      * Setter for <code>thmodel.memberinfo.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/MembersignRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Membersign;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Membersign;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record3;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class MembersignRecord extends UpdatableRecordImpl<MembersignRecord> implements Record3<Integer, Integer, Timestamp> {
 
-    private static final long serialVersionUID = 544319531;
+    private static final long serialVersionUID = 1194165087;
 
     /**
      * Setter for <code>thmodel.membersign.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelactRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelact;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelact;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record10;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelactRecord extends UpdatableRecordImpl<ModelactRecord> implements Record10<Integer, Integer, Integer, String, String, String, String, Integer, Integer, Timestamp> {
 
-    private static final long serialVersionUID = 1847868344;
+    private static final long serialVersionUID = -643292028;
 
     /**
      * Setter for <code>thmodel.modelact.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelactitemRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelactitem;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelactitem;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record5;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelactitemRecord extends UpdatableRecordImpl<ModelactitemRecord> implements Record5<Integer, Integer, Integer, Timestamp, Integer> {
 
-    private static final long serialVersionUID = 592147968;
+    private static final long serialVersionUID = 1217752756;
 
     /**
      * Setter for <code>thmodel.modelactitem.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelcardRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelcard;
+
 import java.math.BigDecimal;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelcard;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record6;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelcardRecord extends UpdatableRecordImpl<ModelcardRecord> implements Record6<Integer, String, String, String, BigDecimal, BigDecimal> {
 
-    private static final long serialVersionUID = 934255640;
+    private static final long serialVersionUID = -1230568750;
 
     /**
      * Setter for <code>thmodel.modelcard.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelfanRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelfan;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelfan;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record4;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelfanRecord extends UpdatableRecordImpl<ModelfanRecord> implements Record4<Integer, Integer, Integer, Timestamp> {
 
-    private static final long serialVersionUID = -1504617709;
+    private static final long serialVersionUID = 568832711;
 
     /**
      * Setter for <code>thmodel.modelfan.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelfigureRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelfigure;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelfigure;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record7;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelfigureRecord extends UpdatableRecordImpl<ModelfigureRecord> implements Record7<Integer, Integer, Integer, Timestamp, Integer, Integer, String> {
 
-    private static final long serialVersionUID = 1861035039;
+    private static final long serialVersionUID = 1996578695;
 
     /**
      * Setter for <code>thmodel.modelfigure.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelinfoRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelinfo;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelinfo;
-
 import org.jooq.Record1;
 import org.jooq.impl.UpdatableRecordImpl;
 
@@ -28,7 +28,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelinfoRecord extends UpdatableRecordImpl<ModelinfoRecord> {
 
-    private static final long serialVersionUID = 1308652793;
+    private static final long serialVersionUID = 1619650881;
 
     /**
      * Setter for <code>thmodel.modelinfo.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelintimateRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelintimate;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelintimate;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record4;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelintimateRecord extends UpdatableRecordImpl<ModelintimateRecord> implements Record4<Integer, Integer, Integer, Timestamp> {
 
-    private static final long serialVersionUID = -1726356815;
+    private static final long serialVersionUID = 420014281;
 
     /**
      * Setter for <code>thmodel.modelintimate.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelphotoRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelphoto;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelphoto;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record5;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelphotoRecord extends UpdatableRecordImpl<ModelphotoRecord> implements Record5<Integer, Integer, Timestamp, String, Integer> {
 
-    private static final long serialVersionUID = -380019499;
+    private static final long serialVersionUID = -1941341431;
 
     /**
      * Setter for <code>thmodel.modelphoto.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelpriceRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelprice;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelprice;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record9;
@@ -31,7 +31,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelpriceRecord extends UpdatableRecordImpl<ModelpriceRecord> implements Record9<Integer, Integer, Timestamp, String, BigDecimal, String, Integer, Integer, String> {
 
-    private static final long serialVersionUID = 958500897;
+    private static final long serialVersionUID = -1291186639;
 
     /**
      * Setter for <code>thmodel.modelprice.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelprivateRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelprivate;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelprivate;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record6;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelprivateRecord extends UpdatableRecordImpl<ModelprivateRecord> implements Record6<Integer, Integer, Timestamp, String, Integer, Integer> {
 
-    private static final long serialVersionUID = 1592393243;
+    private static final long serialVersionUID = -196678193;
 
     /**
      * Setter for <code>thmodel.modelprivate.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelprivatediscussRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Modelprivatediscuss;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Modelprivatediscuss;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record7;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelprivatediscussRecord extends UpdatableRecordImpl<ModelprivatediscussRecord> implements Record7<Integer, Integer, Integer, Integer, Timestamp, Integer, String> {
 
-    private static final long serialVersionUID = -1467865598;
+    private static final long serialVersionUID = 736598890;
 
     /**
      * Setter for <code>thmodel.modelprivatediscuss.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ModelprivateitemRecord.java

@@ -1,12 +1,12 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.tables.Modelprivateitem;
 
-import jooq.tables.Modelprivateitem;
+import javax.annotation.Generated;
 
 import org.jooq.Field;
 import org.jooq.Record1;
@@ -28,7 +28,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ModelprivateitemRecord extends UpdatableRecordImpl<ModelprivateitemRecord> implements Record4<Integer, Integer, String, String> {
 
-    private static final long serialVersionUID = 1717656321;
+    private static final long serialVersionUID = 506336437;
 
     /**
      * Setter for <code>thmodel.modelprivateitem.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/NexusRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Nexus;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Nexus;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record5;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class NexusRecord extends UpdatableRecordImpl<NexusRecord> implements Record5<Integer, Integer, Integer, Timestamp, String> {
 
-    private static final long serialVersionUID = 1214413322;
+    private static final long serialVersionUID = -1291774430;
 
     /**
      * Setter for <code>thmodel.nexus.pk</code>.

+ 4 - 4
src/main/java/jooq/tables/records/OnlinelogRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Onlinelog;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Onlinelog;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record5;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class OnlinelogRecord extends UpdatableRecordImpl<OnlinelogRecord> implements Record5<Integer, Integer, Timestamp, Integer, String> {
 
-    private static final long serialVersionUID = -1473427133;
+    private static final long serialVersionUID = 1750036267;
 
     /**
      * Setter for <code>thmodel.onlinelog.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/OrderrecordRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Orderrecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Orderrecord;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record21;
@@ -31,7 +31,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class OrderrecordRecord extends UpdatableRecordImpl<OrderrecordRecord> implements Record21<Integer, Integer, Integer, Integer, Integer, Timestamp, Timestamp, Integer, BigDecimal, String, BigDecimal, BigDecimal, String, String, BigDecimal, String, String, String, String, Integer, Integer> {
 
-    private static final long serialVersionUID = -770628022;
+    private static final long serialVersionUID = 350362434;
 
     /**
      * Setter for <code>thmodel.orderrecord.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ParaminfoRecord.java

@@ -1,12 +1,12 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.tables.Paraminfo;
 
-import jooq.tables.Paraminfo;
+import javax.annotation.Generated;
 
 import org.jooq.Field;
 import org.jooq.Record1;
@@ -28,7 +28,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ParaminfoRecord extends UpdatableRecordImpl<ParaminfoRecord> implements Record4<Integer, String, String, String> {
 
-    private static final long serialVersionUID = -1966986035;
+    private static final long serialVersionUID = 1149666577;
 
     /**
      * Setter for <code>thmodel.paraminfo.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ParttyinfoRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Parttyinfo;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Parttyinfo;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record14;
@@ -32,7 +32,7 @@ import org.jooq.types.UInteger;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> implements Record14<Integer, String, String, String, String, Timestamp, Timestamp, Timestamp, Timestamp, BigDecimal, BigDecimal, BigDecimal, UInteger, String> {
 
-    private static final long serialVersionUID = 107497666;
+    private static final long serialVersionUID = -2045358554;
 
     /**
      * Setter for <code>thmodel.parttyinfo.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ParttysignRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Parttysign;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Parttysign;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record11;
@@ -31,7 +31,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ParttysignRecord extends UpdatableRecordImpl<ParttysignRecord> implements Record11<Integer, Integer, Integer, Timestamp, String, String, Integer, BigDecimal, Integer, Timestamp, Integer> {
 
-    private static final long serialVersionUID = -1235354373;
+    private static final long serialVersionUID = -381438559;
 
     /**
      * Setter for <code>thmodel.parttysign.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/RedpacketRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Redpacket;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Redpacket;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record7;
@@ -31,7 +31,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class RedpacketRecord extends UpdatableRecordImpl<RedpacketRecord> implements Record7<Integer, Integer, Integer, Timestamp, BigDecimal, String, Integer> {
 
-    private static final long serialVersionUID = -1812481288;
+    private static final long serialVersionUID = -1336817164;
 
     /**
      * Setter for <code>thmodel.redpacket.PK</code>.

+ 4 - 4
src/main/java/jooq/tables/records/ReportinfoRecord.java

@@ -1,15 +1,15 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Reportinfo;
+
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Reportinfo;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record5;
@@ -30,7 +30,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class ReportinfoRecord extends UpdatableRecordImpl<ReportinfoRecord> implements Record5<Integer, Integer, Integer, String, Timestamp> {
 
-    private static final long serialVersionUID = 1273199110;
+    private static final long serialVersionUID = -346770118;
 
     /**
      * Setter for <code>thmodel.reportinfo.pk</code>.

+ 4 - 4
src/main/java/jooq/tables/records/SharerecordRecord.java

@@ -1,12 +1,12 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
-import javax.annotation.Generated;
+import com.thmodel.jooq.tables.Sharerecord;
 
-import jooq.tables.Sharerecord;
+import javax.annotation.Generated;
 
 import org.jooq.Field;
 import org.jooq.Record1;
@@ -28,7 +28,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class SharerecordRecord extends UpdatableRecordImpl<SharerecordRecord> implements Record3<Integer, String, String> {
 
-    private static final long serialVersionUID = 199071703;
+    private static final long serialVersionUID = 2073706131;
 
     /**
      * Setter for <code>thmodel.sharerecord.id</code>.

+ 4 - 4
src/main/java/jooq/tables/records/VideorecordRecord.java

@@ -1,16 +1,16 @@
 /*
  * This file is generated by jOOQ.
  */
-package jooq.tables.records;
+package com.thmodel.jooq.tables.records;
 
 
+import com.thmodel.jooq.tables.Videorecord;
+
 import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 import javax.annotation.Generated;
 
-import jooq.tables.Videorecord;
-
 import org.jooq.Field;
 import org.jooq.Record1;
 import org.jooq.Record8;
@@ -31,7 +31,7 @@ import org.jooq.impl.UpdatableRecordImpl;
 @SuppressWarnings({ "all", "unchecked", "rawtypes" })
 public class VideorecordRecord extends UpdatableRecordImpl<VideorecordRecord> implements Record8<Integer, Integer, Integer, Timestamp, BigDecimal, BigDecimal, Integer, Integer> {
 
-    private static final long serialVersionUID = -975687136;
+    private static final long serialVersionUID = -236222498;
 
     /**
      * Setter for <code>thmodel.videorecord.PK</code>.