Browse Source

生成mybatis相关业务实体类

shilin 5 years ago
parent
commit
19ed552429
53 changed files with 41415 additions and 321 deletions
  1. 96 0
      src/main/java/com/gyee/frame/mapper/auto/CompanyMapper.java
  2. 96 0
      src/main/java/com/gyee/frame/mapper/auto/ElectricaltestingPointAiMapper.java
  3. 96 0
      src/main/java/com/gyee/frame/mapper/auto/ElectricaltestingPointDiMapper.java
  4. 96 0
      src/main/java/com/gyee/frame/mapper/auto/ProjectMapper.java
  5. 96 0
      src/main/java/com/gyee/frame/mapper/auto/ProjectplanMapper.java
  6. 96 0
      src/main/java/com/gyee/frame/mapper/auto/RMConfigMapper.java
  7. 96 0
      src/main/java/com/gyee/frame/mapper/auto/WindPowerstationTestingPointMapper.java
  8. 96 0
      src/main/java/com/gyee/frame/mapper/auto/WindTurbineTestingPointAiMapper.java
  9. 96 0
      src/main/java/com/gyee/frame/mapper/auto/WindTurbineTestingPointDiMapper.java
  10. 96 0
      src/main/java/com/gyee/frame/mapper/auto/WindpowerinfodayMapper.java
  11. 96 0
      src/main/java/com/gyee/frame/mapper/auto/WindpowerstationMapper.java
  12. 96 0
      src/main/java/com/gyee/frame/mapper/auto/WindturbineinfodayMapper.java
  13. 79 0
      src/main/java/com/gyee/frame/model/auto/Company.java
  14. 442 0
      src/main/java/com/gyee/frame/model/auto/CompanyExample.java
  15. 607 0
      src/main/java/com/gyee/frame/model/auto/ElectricaltestingPointAi.java
  16. 1522 0
      src/main/java/com/gyee/frame/model/auto/ElectricaltestingPointAiExample.java
  17. 607 0
      src/main/java/com/gyee/frame/model/auto/ElectricaltestingPointDi.java
  18. 1522 0
      src/main/java/com/gyee/frame/model/auto/ElectricaltestingPointDiExample.java
  19. 476 0
      src/main/java/com/gyee/frame/model/auto/Project.java
  20. 1270 0
      src/main/java/com/gyee/frame/model/auto/ProjectExample.java
  21. 244 0
      src/main/java/com/gyee/frame/model/auto/Projectplan.java
  22. 782 0
      src/main/java/com/gyee/frame/model/auto/ProjectplanExample.java
  23. 244 0
      src/main/java/com/gyee/frame/model/auto/RMConfig.java
  24. 732 0
      src/main/java/com/gyee/frame/model/auto/RMConfigExample.java
  25. 541 0
      src/main/java/com/gyee/frame/model/auto/WindPowerstationTestingPoint.java
  26. 1382 0
      src/main/java/com/gyee/frame/model/auto/WindPowerstationTestingPointExample.java
  27. 607 0
      src/main/java/com/gyee/frame/model/auto/WindTurbineTestingPointAi.java
  28. 1522 0
      src/main/java/com/gyee/frame/model/auto/WindTurbineTestingPointAiExample.java
  29. 607 0
      src/main/java/com/gyee/frame/model/auto/WindTurbineTestingPointDi.java
  30. 1522 0
      src/main/java/com/gyee/frame/model/auto/WindTurbineTestingPointDiExample.java
  31. 3017 0
      src/main/java/com/gyee/frame/model/auto/Windpowerinfoday.java
  32. 5840 0
      src/main/java/com/gyee/frame/model/auto/WindpowerinfodayExample.java
  33. 640 0
      src/main/java/com/gyee/frame/model/auto/Windpowerstation.java
  34. 1572 0
      src/main/java/com/gyee/frame/model/auto/WindpowerstationExample.java
  35. 2489 0
      src/main/java/com/gyee/frame/model/auto/Windturbineinfoday.java
  36. 4870 0
      src/main/java/com/gyee/frame/model/auto/WindturbineinfodayExample.java
  37. 0 124
      src/main/java/com/gyee/frame/model/custom/WindPowerStationTestingPoint.java
  38. 0 180
      src/main/java/com/gyee/frame/model/custom/WindTurbineTestingPointAi.java
  39. 7 7
      src/main/java/com/gyee/frame/util/mongodb/IMongodbUtil.java
  40. 8 4
      src/main/java/com/gyee/frame/util/mongodb/MongoDbUtil.java
  41. 6 6
      src/main/java/com/gyee/frame/util/mongodb/MongodbUtilImpl.java
  42. 224 0
      src/main/resources/mybatis/auto/CompanyMapper.xml
  43. 478 0
      src/main/resources/mybatis/auto/ElectricaltestingPointAiMapper.xml
  44. 478 0
      src/main/resources/mybatis/auto/ElectricaltestingPointDiMapper.xml
  45. 413 0
      src/main/resources/mybatis/auto/ProjectMapper.xml
  46. 303 0
      src/main/resources/mybatis/auto/ProjectplanMapper.xml
  47. 303 0
      src/main/resources/mybatis/auto/RMConfigMapper.xml
  48. 445 0
      src/main/resources/mybatis/auto/WindPowerstationTestingPointMapper.xml
  49. 478 0
      src/main/resources/mybatis/auto/WindTurbineTestingPointAiMapper.xml
  50. 478 0
      src/main/resources/mybatis/auto/WindTurbineTestingPointDiMapper.xml
  51. 1633 0
      src/main/resources/mybatis/auto/WindpowerinfodayMapper.xml
  52. 493 0
      src/main/resources/mybatis/auto/WindpowerstationMapper.xml
  53. 1380 0
      src/main/resources/mybatis/auto/WindturbineinfodayMapper.xml

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/CompanyMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.Company;
+import com.gyee.frame.model.auto.CompanyExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface CompanyMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    long countByExample(CompanyExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(CompanyExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    int insert(Company record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    int insertSelective(Company record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    List<Company> selectByExample(CompanyExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    Company selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") Company record, @Param("example") CompanyExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") Company record, @Param("example") CompanyExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(Company record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(Company record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/ElectricaltestingPointAiMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.ElectricaltestingPointAi;
+import com.gyee.frame.model.auto.ElectricaltestingPointAiExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface ElectricaltestingPointAiMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    long countByExample(ElectricaltestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(ElectricaltestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    int insert(ElectricaltestingPointAi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    int insertSelective(ElectricaltestingPointAi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    List<ElectricaltestingPointAi> selectByExample(ElectricaltestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    ElectricaltestingPointAi selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") ElectricaltestingPointAi record, @Param("example") ElectricaltestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") ElectricaltestingPointAi record, @Param("example") ElectricaltestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(ElectricaltestingPointAi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(ElectricaltestingPointAi record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/ElectricaltestingPointDiMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.ElectricaltestingPointDi;
+import com.gyee.frame.model.auto.ElectricaltestingPointDiExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface ElectricaltestingPointDiMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    long countByExample(ElectricaltestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(ElectricaltestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    int insert(ElectricaltestingPointDi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    int insertSelective(ElectricaltestingPointDi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    List<ElectricaltestingPointDi> selectByExample(ElectricaltestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    ElectricaltestingPointDi selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") ElectricaltestingPointDi record, @Param("example") ElectricaltestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") ElectricaltestingPointDi record, @Param("example") ElectricaltestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(ElectricaltestingPointDi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(ElectricaltestingPointDi record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/ProjectMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.Project;
+import com.gyee.frame.model.auto.ProjectExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface ProjectMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    long countByExample(ProjectExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(ProjectExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    int insert(Project record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    int insertSelective(Project record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    List<Project> selectByExample(ProjectExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    Project selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") Project record, @Param("example") ProjectExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") Project record, @Param("example") ProjectExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(Project record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(Project record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/ProjectplanMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.Projectplan;
+import com.gyee.frame.model.auto.ProjectplanExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface ProjectplanMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    long countByExample(ProjectplanExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(ProjectplanExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    int insert(Projectplan record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    int insertSelective(Projectplan record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    List<Projectplan> selectByExample(ProjectplanExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    Projectplan selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") Projectplan record, @Param("example") ProjectplanExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") Projectplan record, @Param("example") ProjectplanExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(Projectplan record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(Projectplan record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/RMConfigMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.RMConfig;
+import com.gyee.frame.model.auto.RMConfigExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface RMConfigMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    long countByExample(RMConfigExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(RMConfigExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    int insert(RMConfig record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    int insertSelective(RMConfig record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    List<RMConfig> selectByExample(RMConfigExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    RMConfig selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") RMConfig record, @Param("example") RMConfigExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") RMConfig record, @Param("example") RMConfigExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(RMConfig record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(RMConfig record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/WindPowerstationTestingPointMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.WindPowerstationTestingPoint;
+import com.gyee.frame.model.auto.WindPowerstationTestingPointExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface WindPowerstationTestingPointMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    long countByExample(WindPowerstationTestingPointExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(WindPowerstationTestingPointExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String code);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    int insert(WindPowerstationTestingPoint record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    int insertSelective(WindPowerstationTestingPoint record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    List<WindPowerstationTestingPoint> selectByExample(WindPowerstationTestingPointExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    WindPowerstationTestingPoint selectByPrimaryKey(String code);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") WindPowerstationTestingPoint record, @Param("example") WindPowerstationTestingPointExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") WindPowerstationTestingPoint record, @Param("example") WindPowerstationTestingPointExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(WindPowerstationTestingPoint record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(WindPowerstationTestingPoint record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/WindTurbineTestingPointAiMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.WindTurbineTestingPointAi;
+import com.gyee.frame.model.auto.WindTurbineTestingPointAiExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface WindTurbineTestingPointAiMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    long countByExample(WindTurbineTestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(WindTurbineTestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    int insert(WindTurbineTestingPointAi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    int insertSelective(WindTurbineTestingPointAi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    List<WindTurbineTestingPointAi> selectByExample(WindTurbineTestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    WindTurbineTestingPointAi selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") WindTurbineTestingPointAi record, @Param("example") WindTurbineTestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") WindTurbineTestingPointAi record, @Param("example") WindTurbineTestingPointAiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(WindTurbineTestingPointAi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(WindTurbineTestingPointAi record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/WindTurbineTestingPointDiMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.WindTurbineTestingPointDi;
+import com.gyee.frame.model.auto.WindTurbineTestingPointDiExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface WindTurbineTestingPointDiMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    long countByExample(WindTurbineTestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(WindTurbineTestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    int insert(WindTurbineTestingPointDi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    int insertSelective(WindTurbineTestingPointDi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    List<WindTurbineTestingPointDi> selectByExample(WindTurbineTestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    WindTurbineTestingPointDi selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") WindTurbineTestingPointDi record, @Param("example") WindTurbineTestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") WindTurbineTestingPointDi record, @Param("example") WindTurbineTestingPointDiExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(WindTurbineTestingPointDi record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(WindTurbineTestingPointDi record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/WindpowerinfodayMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.Windpowerinfoday;
+import com.gyee.frame.model.auto.WindpowerinfodayExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface WindpowerinfodayMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    long countByExample(WindpowerinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(WindpowerinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(Integer id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    int insert(Windpowerinfoday record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    int insertSelective(Windpowerinfoday record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    List<Windpowerinfoday> selectByExample(WindpowerinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    Windpowerinfoday selectByPrimaryKey(Integer id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") Windpowerinfoday record, @Param("example") WindpowerinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") Windpowerinfoday record, @Param("example") WindpowerinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(Windpowerinfoday record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerinfoday
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(Windpowerinfoday record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/WindpowerstationMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.Windpowerstation;
+import com.gyee.frame.model.auto.WindpowerstationExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface WindpowerstationMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    long countByExample(WindpowerstationExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(WindpowerstationExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    int insert(Windpowerstation record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    int insertSelective(Windpowerstation record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    List<Windpowerstation> selectByExample(WindpowerstationExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    Windpowerstation selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") Windpowerstation record, @Param("example") WindpowerstationExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") Windpowerstation record, @Param("example") WindpowerstationExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(Windpowerstation record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(Windpowerstation record);
+}

+ 96 - 0
src/main/java/com/gyee/frame/mapper/auto/WindturbineinfodayMapper.java

@@ -0,0 +1,96 @@
+package com.gyee.frame.mapper.auto;
+
+import com.gyee.frame.model.auto.Windturbineinfoday;
+import com.gyee.frame.model.auto.WindturbineinfodayExample;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface WindturbineinfodayMapper {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    long countByExample(WindturbineinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    int deleteByExample(WindturbineinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    int deleteByPrimaryKey(Integer id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    int insert(Windturbineinfoday record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    int insertSelective(Windturbineinfoday record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    List<Windturbineinfoday> selectByExample(WindturbineinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    Windturbineinfoday selectByPrimaryKey(Integer id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    int updateByExampleSelective(@Param("record") Windturbineinfoday record, @Param("example") WindturbineinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    int updateByExample(@Param("record") Windturbineinfoday record, @Param("example") WindturbineinfodayExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKeySelective(Windturbineinfoday record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table windturbineinfoday
+     *
+     * @mbg.generated
+     */
+    int updateByPrimaryKey(Windturbineinfoday record);
+}

+ 79 - 0
src/main/java/com/gyee/frame/model/auto/Company.java

@@ -0,0 +1,79 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+
+public class Company implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column company.id
+     *
+     * @mbg.generated
+     */
+    private String id;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column company.name
+     *
+     * @mbg.generated
+     */
+    private String name;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column company.id
+     *
+     * @return the value of company.id
+     *
+     * @mbg.generated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column company.id
+     *
+     * @param id the value for company.id
+     *
+     * @mbg.generated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column company.name
+     *
+     * @return the value of company.name
+     *
+     * @mbg.generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column company.name
+     *
+     * @param name the value for company.name
+     *
+     * @mbg.generated
+     */
+    public void setName(String name) {
+        this.name = name == null ? null : name.trim();
+    }
+}

+ 442 - 0
src/main/java/com/gyee/frame/model/auto/CompanyExample.java

@@ -0,0 +1,442 @@
+package com.gyee.frame.model.auto;
+
+import java.util.ArrayList;
+import java.util.List;
+
+public class CompanyExample {
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    protected String orderByClause;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    protected boolean distinct;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    protected List<Criteria> oredCriteria;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public CompanyExample() {
+        oredCriteria = new ArrayList<Criteria>();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public void setOrderByClause(String orderByClause) {
+        this.orderByClause = orderByClause;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public String getOrderByClause() {
+        return orderByClause;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public void setDistinct(boolean distinct) {
+        this.distinct = distinct;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public boolean isDistinct() {
+        return distinct;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public List<Criteria> getOredCriteria() {
+        return oredCriteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public void or(Criteria criteria) {
+        oredCriteria.add(criteria);
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public Criteria or() {
+        Criteria criteria = createCriteriaInternal();
+        oredCriteria.add(criteria);
+        return criteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public Criteria createCriteria() {
+        Criteria criteria = createCriteriaInternal();
+        if (oredCriteria.size() == 0) {
+            oredCriteria.add(criteria);
+        }
+        return criteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    protected Criteria createCriteriaInternal() {
+        Criteria criteria = new Criteria();
+        return criteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public void clear() {
+        oredCriteria.clear();
+        orderByClause = null;
+        distinct = false;
+    }
+
+    /**
+     * This class was generated by MyBatis Generator.
+     * This class corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    protected abstract static class GeneratedCriteria {
+        protected List<Criterion> criteria;
+
+        protected GeneratedCriteria() {
+            super();
+            criteria = new ArrayList<Criterion>();
+        }
+
+        public boolean isValid() {
+            return criteria.size() > 0;
+        }
+
+        public List<Criterion> getAllCriteria() {
+            return criteria;
+        }
+
+        public List<Criterion> getCriteria() {
+            return criteria;
+        }
+
+        protected void addCriterion(String condition) {
+            if (condition == null) {
+                throw new RuntimeException("Value for condition cannot be null");
+            }
+            criteria.add(new Criterion(condition));
+        }
+
+        protected void addCriterion(String condition, Object value, String property) {
+            if (value == null) {
+                throw new RuntimeException("Value for " + property + " cannot be null");
+            }
+            criteria.add(new Criterion(condition, value));
+        }
+
+        protected void addCriterion(String condition, Object value1, Object value2, String property) {
+            if (value1 == null || value2 == null) {
+                throw new RuntimeException("Between values for " + property + " cannot be null");
+            }
+            criteria.add(new Criterion(condition, value1, value2));
+        }
+
+        public Criteria andIdIsNull() {
+            addCriterion("id is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdIsNotNull() {
+            addCriterion("id is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdEqualTo(String value) {
+            addCriterion("id =", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotEqualTo(String value) {
+            addCriterion("id <>", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdGreaterThan(String value) {
+            addCriterion("id >", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdGreaterThanOrEqualTo(String value) {
+            addCriterion("id >=", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdLessThan(String value) {
+            addCriterion("id <", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdLessThanOrEqualTo(String value) {
+            addCriterion("id <=", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdLike(String value) {
+            addCriterion("id like", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotLike(String value) {
+            addCriterion("id not like", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdIn(List<String> values) {
+            addCriterion("id in", values, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotIn(List<String> values) {
+            addCriterion("id not in", values, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdBetween(String value1, String value2) {
+            addCriterion("id between", value1, value2, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotBetween(String value1, String value2) {
+            addCriterion("id not between", value1, value2, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameIsNull() {
+            addCriterion("name is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameIsNotNull() {
+            addCriterion("name is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameEqualTo(String value) {
+            addCriterion("name =", value, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameNotEqualTo(String value) {
+            addCriterion("name <>", value, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameGreaterThan(String value) {
+            addCriterion("name >", value, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameGreaterThanOrEqualTo(String value) {
+            addCriterion("name >=", value, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameLessThan(String value) {
+            addCriterion("name <", value, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameLessThanOrEqualTo(String value) {
+            addCriterion("name <=", value, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameLike(String value) {
+            addCriterion("name like", value, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameNotLike(String value) {
+            addCriterion("name not like", value, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameIn(List<String> values) {
+            addCriterion("name in", values, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameNotIn(List<String> values) {
+            addCriterion("name not in", values, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameBetween(String value1, String value2) {
+            addCriterion("name between", value1, value2, "name");
+            return (Criteria) this;
+        }
+
+        public Criteria andNameNotBetween(String value1, String value2) {
+            addCriterion("name not between", value1, value2, "name");
+            return (Criteria) this;
+        }
+    }
+
+    /**
+     * This class was generated by MyBatis Generator.
+     * This class corresponds to the database table company
+     *
+     * @mbg.generated do_not_delete_during_merge
+     */
+    public static class Criteria extends GeneratedCriteria {
+
+        protected Criteria() {
+            super();
+        }
+    }
+
+    /**
+     * This class was generated by MyBatis Generator.
+     * This class corresponds to the database table company
+     *
+     * @mbg.generated
+     */
+    public static class Criterion {
+        private String condition;
+
+        private Object value;
+
+        private Object secondValue;
+
+        private boolean noValue;
+
+        private boolean singleValue;
+
+        private boolean betweenValue;
+
+        private boolean listValue;
+
+        private String typeHandler;
+
+        public String getCondition() {
+            return condition;
+        }
+
+        public Object getValue() {
+            return value;
+        }
+
+        public Object getSecondValue() {
+            return secondValue;
+        }
+
+        public boolean isNoValue() {
+            return noValue;
+        }
+
+        public boolean isSingleValue() {
+            return singleValue;
+        }
+
+        public boolean isBetweenValue() {
+            return betweenValue;
+        }
+
+        public boolean isListValue() {
+            return listValue;
+        }
+
+        public String getTypeHandler() {
+            return typeHandler;
+        }
+
+        protected Criterion(String condition) {
+            super();
+            this.condition = condition;
+            this.typeHandler = null;
+            this.noValue = true;
+        }
+
+        protected Criterion(String condition, Object value, String typeHandler) {
+            super();
+            this.condition = condition;
+            this.value = value;
+            this.typeHandler = typeHandler;
+            if (value instanceof List<?>) {
+                this.listValue = true;
+            } else {
+                this.singleValue = true;
+            }
+        }
+
+        protected Criterion(String condition, Object value) {
+            this(condition, value, null);
+        }
+
+        protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
+            super();
+            this.condition = condition;
+            this.value = value;
+            this.secondValue = secondValue;
+            this.typeHandler = typeHandler;
+            this.betweenValue = true;
+        }
+
+        protected Criterion(String condition, Object value, Object secondValue) {
+            this(condition, value, secondValue, null);
+        }
+    }
+}

+ 607 - 0
src/main/java/com/gyee/frame/model/auto/ElectricaltestingPointAi.java

@@ -0,0 +1,607 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+
+public class ElectricaltestingPointAi implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.id
+     *
+     * @mbg.generated
+     */
+    private String id;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.code
+     *
+     * @mbg.generated
+     */
+    private String code;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.name
+     *
+     * @mbg.generated
+     */
+    private String name;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.model
+     *
+     * @mbg.generated
+     */
+    private String model;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.valueUnit
+     *
+     * @mbg.generated
+     */
+    private String valueunit;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.englishName
+     *
+     * @mbg.generated
+     */
+    private String englishname;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.typeId
+     *
+     * @mbg.generated
+     */
+    private String typeid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.modelId
+     *
+     * @mbg.generated
+     */
+    private String modelid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.maxVal
+     *
+     * @mbg.generated
+     */
+    private Double maxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.MinVal
+     *
+     * @mbg.generated
+     */
+    private Double minval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonablemaxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonableminval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.electricalid
+     *
+     * @mbg.generated
+     */
+    private String electricalid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.uniformCode
+     *
+     * @mbg.generated
+     */
+    private String uniformcode;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.shortId
+     *
+     * @mbg.generated
+     */
+    private String shortid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.longId
+     *
+     * @mbg.generated
+     */
+    private String longid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    private String windpowerstationid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointai.realTimeId
+     *
+     * @mbg.generated
+     */
+    private String realtimeid;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table electricaltestingpointai
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.id
+     *
+     * @return the value of electricaltestingpointai.id
+     *
+     * @mbg.generated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.id
+     *
+     * @param id the value for electricaltestingpointai.id
+     *
+     * @mbg.generated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.code
+     *
+     * @return the value of electricaltestingpointai.code
+     *
+     * @mbg.generated
+     */
+    public String getCode() {
+        return code;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.code
+     *
+     * @param code the value for electricaltestingpointai.code
+     *
+     * @mbg.generated
+     */
+    public void setCode(String code) {
+        this.code = code == null ? null : code.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.name
+     *
+     * @return the value of electricaltestingpointai.name
+     *
+     * @mbg.generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.name
+     *
+     * @param name the value for electricaltestingpointai.name
+     *
+     * @mbg.generated
+     */
+    public void setName(String name) {
+        this.name = name == null ? null : name.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.model
+     *
+     * @return the value of electricaltestingpointai.model
+     *
+     * @mbg.generated
+     */
+    public String getModel() {
+        return model;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.model
+     *
+     * @param model the value for electricaltestingpointai.model
+     *
+     * @mbg.generated
+     */
+    public void setModel(String model) {
+        this.model = model == null ? null : model.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.valueUnit
+     *
+     * @return the value of electricaltestingpointai.valueUnit
+     *
+     * @mbg.generated
+     */
+    public String getValueunit() {
+        return valueunit;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.valueUnit
+     *
+     * @param valueunit the value for electricaltestingpointai.valueUnit
+     *
+     * @mbg.generated
+     */
+    public void setValueunit(String valueunit) {
+        this.valueunit = valueunit == null ? null : valueunit.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.englishName
+     *
+     * @return the value of electricaltestingpointai.englishName
+     *
+     * @mbg.generated
+     */
+    public String getEnglishname() {
+        return englishname;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.englishName
+     *
+     * @param englishname the value for electricaltestingpointai.englishName
+     *
+     * @mbg.generated
+     */
+    public void setEnglishname(String englishname) {
+        this.englishname = englishname == null ? null : englishname.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.typeId
+     *
+     * @return the value of electricaltestingpointai.typeId
+     *
+     * @mbg.generated
+     */
+    public String getTypeid() {
+        return typeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.typeId
+     *
+     * @param typeid the value for electricaltestingpointai.typeId
+     *
+     * @mbg.generated
+     */
+    public void setTypeid(String typeid) {
+        this.typeid = typeid == null ? null : typeid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.modelId
+     *
+     * @return the value of electricaltestingpointai.modelId
+     *
+     * @mbg.generated
+     */
+    public String getModelid() {
+        return modelid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.modelId
+     *
+     * @param modelid the value for electricaltestingpointai.modelId
+     *
+     * @mbg.generated
+     */
+    public void setModelid(String modelid) {
+        this.modelid = modelid == null ? null : modelid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.maxVal
+     *
+     * @return the value of electricaltestingpointai.maxVal
+     *
+     * @mbg.generated
+     */
+    public Double getMaxval() {
+        return maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.maxVal
+     *
+     * @param maxval the value for electricaltestingpointai.maxVal
+     *
+     * @mbg.generated
+     */
+    public void setMaxval(Double maxval) {
+        this.maxval = maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.MinVal
+     *
+     * @return the value of electricaltestingpointai.MinVal
+     *
+     * @mbg.generated
+     */
+    public Double getMinval() {
+        return minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.MinVal
+     *
+     * @param minval the value for electricaltestingpointai.MinVal
+     *
+     * @mbg.generated
+     */
+    public void setMinval(Double minval) {
+        this.minval = minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.reasonableMaxVal
+     *
+     * @return the value of electricaltestingpointai.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonablemaxval() {
+        return reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.reasonableMaxVal
+     *
+     * @param reasonablemaxval the value for electricaltestingpointai.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonablemaxval(Double reasonablemaxval) {
+        this.reasonablemaxval = reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.reasonableMinVal
+     *
+     * @return the value of electricaltestingpointai.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonableminval() {
+        return reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.reasonableMinVal
+     *
+     * @param reasonableminval the value for electricaltestingpointai.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonableminval(Double reasonableminval) {
+        this.reasonableminval = reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.electricalid
+     *
+     * @return the value of electricaltestingpointai.electricalid
+     *
+     * @mbg.generated
+     */
+    public String getElectricalid() {
+        return electricalid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.electricalid
+     *
+     * @param electricalid the value for electricaltestingpointai.electricalid
+     *
+     * @mbg.generated
+     */
+    public void setElectricalid(String electricalid) {
+        this.electricalid = electricalid == null ? null : electricalid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.uniformCode
+     *
+     * @return the value of electricaltestingpointai.uniformCode
+     *
+     * @mbg.generated
+     */
+    public String getUniformcode() {
+        return uniformcode;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.uniformCode
+     *
+     * @param uniformcode the value for electricaltestingpointai.uniformCode
+     *
+     * @mbg.generated
+     */
+    public void setUniformcode(String uniformcode) {
+        this.uniformcode = uniformcode == null ? null : uniformcode.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.shortId
+     *
+     * @return the value of electricaltestingpointai.shortId
+     *
+     * @mbg.generated
+     */
+    public String getShortid() {
+        return shortid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.shortId
+     *
+     * @param shortid the value for electricaltestingpointai.shortId
+     *
+     * @mbg.generated
+     */
+    public void setShortid(String shortid) {
+        this.shortid = shortid == null ? null : shortid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.longId
+     *
+     * @return the value of electricaltestingpointai.longId
+     *
+     * @mbg.generated
+     */
+    public String getLongid() {
+        return longid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.longId
+     *
+     * @param longid the value for electricaltestingpointai.longId
+     *
+     * @mbg.generated
+     */
+    public void setLongid(String longid) {
+        this.longid = longid == null ? null : longid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.windPowerStationId
+     *
+     * @return the value of electricaltestingpointai.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public String getWindpowerstationid() {
+        return windpowerstationid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.windPowerStationId
+     *
+     * @param windpowerstationid the value for electricaltestingpointai.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public void setWindpowerstationid(String windpowerstationid) {
+        this.windpowerstationid = windpowerstationid == null ? null : windpowerstationid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointai.realTimeId
+     *
+     * @return the value of electricaltestingpointai.realTimeId
+     *
+     * @mbg.generated
+     */
+    public String getRealtimeid() {
+        return realtimeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointai.realTimeId
+     *
+     * @param realtimeid the value for electricaltestingpointai.realTimeId
+     *
+     * @mbg.generated
+     */
+    public void setRealtimeid(String realtimeid) {
+        this.realtimeid = realtimeid == null ? null : realtimeid.trim();
+    }
+}

File diff suppressed because it is too large
+ 1522 - 0
src/main/java/com/gyee/frame/model/auto/ElectricaltestingPointAiExample.java


+ 607 - 0
src/main/java/com/gyee/frame/model/auto/ElectricaltestingPointDi.java

@@ -0,0 +1,607 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+
+public class ElectricaltestingPointDi implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.id
+     *
+     * @mbg.generated
+     */
+    private String id;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.code
+     *
+     * @mbg.generated
+     */
+    private String code;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.name
+     *
+     * @mbg.generated
+     */
+    private String name;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.model
+     *
+     * @mbg.generated
+     */
+    private String model;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.valueUnit
+     *
+     * @mbg.generated
+     */
+    private String valueunit;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.englishName
+     *
+     * @mbg.generated
+     */
+    private String englishname;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.typeId
+     *
+     * @mbg.generated
+     */
+    private String typeid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.modelId
+     *
+     * @mbg.generated
+     */
+    private String modelid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.maxVal
+     *
+     * @mbg.generated
+     */
+    private Double maxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.MinVal
+     *
+     * @mbg.generated
+     */
+    private Double minval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonablemaxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonableminval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.electricalid
+     *
+     * @mbg.generated
+     */
+    private String electricalid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.uniformCode
+     *
+     * @mbg.generated
+     */
+    private String uniformcode;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.shortId
+     *
+     * @mbg.generated
+     */
+    private String shortid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.longId
+     *
+     * @mbg.generated
+     */
+    private String longid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    private String windpowerstationid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column electricaltestingpointdi.realTimeId
+     *
+     * @mbg.generated
+     */
+    private String realtimeid;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table electricaltestingpointdi
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.id
+     *
+     * @return the value of electricaltestingpointdi.id
+     *
+     * @mbg.generated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.id
+     *
+     * @param id the value for electricaltestingpointdi.id
+     *
+     * @mbg.generated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.code
+     *
+     * @return the value of electricaltestingpointdi.code
+     *
+     * @mbg.generated
+     */
+    public String getCode() {
+        return code;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.code
+     *
+     * @param code the value for electricaltestingpointdi.code
+     *
+     * @mbg.generated
+     */
+    public void setCode(String code) {
+        this.code = code == null ? null : code.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.name
+     *
+     * @return the value of electricaltestingpointdi.name
+     *
+     * @mbg.generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.name
+     *
+     * @param name the value for electricaltestingpointdi.name
+     *
+     * @mbg.generated
+     */
+    public void setName(String name) {
+        this.name = name == null ? null : name.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.model
+     *
+     * @return the value of electricaltestingpointdi.model
+     *
+     * @mbg.generated
+     */
+    public String getModel() {
+        return model;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.model
+     *
+     * @param model the value for electricaltestingpointdi.model
+     *
+     * @mbg.generated
+     */
+    public void setModel(String model) {
+        this.model = model == null ? null : model.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.valueUnit
+     *
+     * @return the value of electricaltestingpointdi.valueUnit
+     *
+     * @mbg.generated
+     */
+    public String getValueunit() {
+        return valueunit;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.valueUnit
+     *
+     * @param valueunit the value for electricaltestingpointdi.valueUnit
+     *
+     * @mbg.generated
+     */
+    public void setValueunit(String valueunit) {
+        this.valueunit = valueunit == null ? null : valueunit.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.englishName
+     *
+     * @return the value of electricaltestingpointdi.englishName
+     *
+     * @mbg.generated
+     */
+    public String getEnglishname() {
+        return englishname;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.englishName
+     *
+     * @param englishname the value for electricaltestingpointdi.englishName
+     *
+     * @mbg.generated
+     */
+    public void setEnglishname(String englishname) {
+        this.englishname = englishname == null ? null : englishname.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.typeId
+     *
+     * @return the value of electricaltestingpointdi.typeId
+     *
+     * @mbg.generated
+     */
+    public String getTypeid() {
+        return typeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.typeId
+     *
+     * @param typeid the value for electricaltestingpointdi.typeId
+     *
+     * @mbg.generated
+     */
+    public void setTypeid(String typeid) {
+        this.typeid = typeid == null ? null : typeid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.modelId
+     *
+     * @return the value of electricaltestingpointdi.modelId
+     *
+     * @mbg.generated
+     */
+    public String getModelid() {
+        return modelid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.modelId
+     *
+     * @param modelid the value for electricaltestingpointdi.modelId
+     *
+     * @mbg.generated
+     */
+    public void setModelid(String modelid) {
+        this.modelid = modelid == null ? null : modelid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.maxVal
+     *
+     * @return the value of electricaltestingpointdi.maxVal
+     *
+     * @mbg.generated
+     */
+    public Double getMaxval() {
+        return maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.maxVal
+     *
+     * @param maxval the value for electricaltestingpointdi.maxVal
+     *
+     * @mbg.generated
+     */
+    public void setMaxval(Double maxval) {
+        this.maxval = maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.MinVal
+     *
+     * @return the value of electricaltestingpointdi.MinVal
+     *
+     * @mbg.generated
+     */
+    public Double getMinval() {
+        return minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.MinVal
+     *
+     * @param minval the value for electricaltestingpointdi.MinVal
+     *
+     * @mbg.generated
+     */
+    public void setMinval(Double minval) {
+        this.minval = minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.reasonableMaxVal
+     *
+     * @return the value of electricaltestingpointdi.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonablemaxval() {
+        return reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.reasonableMaxVal
+     *
+     * @param reasonablemaxval the value for electricaltestingpointdi.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonablemaxval(Double reasonablemaxval) {
+        this.reasonablemaxval = reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.reasonableMinVal
+     *
+     * @return the value of electricaltestingpointdi.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonableminval() {
+        return reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.reasonableMinVal
+     *
+     * @param reasonableminval the value for electricaltestingpointdi.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonableminval(Double reasonableminval) {
+        this.reasonableminval = reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.electricalid
+     *
+     * @return the value of electricaltestingpointdi.electricalid
+     *
+     * @mbg.generated
+     */
+    public String getElectricalid() {
+        return electricalid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.electricalid
+     *
+     * @param electricalid the value for electricaltestingpointdi.electricalid
+     *
+     * @mbg.generated
+     */
+    public void setElectricalid(String electricalid) {
+        this.electricalid = electricalid == null ? null : electricalid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.uniformCode
+     *
+     * @return the value of electricaltestingpointdi.uniformCode
+     *
+     * @mbg.generated
+     */
+    public String getUniformcode() {
+        return uniformcode;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.uniformCode
+     *
+     * @param uniformcode the value for electricaltestingpointdi.uniformCode
+     *
+     * @mbg.generated
+     */
+    public void setUniformcode(String uniformcode) {
+        this.uniformcode = uniformcode == null ? null : uniformcode.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.shortId
+     *
+     * @return the value of electricaltestingpointdi.shortId
+     *
+     * @mbg.generated
+     */
+    public String getShortid() {
+        return shortid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.shortId
+     *
+     * @param shortid the value for electricaltestingpointdi.shortId
+     *
+     * @mbg.generated
+     */
+    public void setShortid(String shortid) {
+        this.shortid = shortid == null ? null : shortid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.longId
+     *
+     * @return the value of electricaltestingpointdi.longId
+     *
+     * @mbg.generated
+     */
+    public String getLongid() {
+        return longid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.longId
+     *
+     * @param longid the value for electricaltestingpointdi.longId
+     *
+     * @mbg.generated
+     */
+    public void setLongid(String longid) {
+        this.longid = longid == null ? null : longid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.windPowerStationId
+     *
+     * @return the value of electricaltestingpointdi.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public String getWindpowerstationid() {
+        return windpowerstationid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.windPowerStationId
+     *
+     * @param windpowerstationid the value for electricaltestingpointdi.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public void setWindpowerstationid(String windpowerstationid) {
+        this.windpowerstationid = windpowerstationid == null ? null : windpowerstationid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column electricaltestingpointdi.realTimeId
+     *
+     * @return the value of electricaltestingpointdi.realTimeId
+     *
+     * @mbg.generated
+     */
+    public String getRealtimeid() {
+        return realtimeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column electricaltestingpointdi.realTimeId
+     *
+     * @param realtimeid the value for electricaltestingpointdi.realTimeId
+     *
+     * @mbg.generated
+     */
+    public void setRealtimeid(String realtimeid) {
+        this.realtimeid = realtimeid == null ? null : realtimeid.trim();
+    }
+}

File diff suppressed because it is too large
+ 1522 - 0
src/main/java/com/gyee/frame/model/auto/ElectricaltestingPointDiExample.java


+ 476 - 0
src/main/java/com/gyee/frame/model/auto/Project.java

@@ -0,0 +1,476 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+import java.util.Date;
+
+public class Project implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.id
+     *
+     * @mbg.generated
+     */
+    private String id;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.code
+     *
+     * @mbg.generated
+     */
+    private String code;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.name
+     *
+     * @mbg.generated
+     */
+    private String name;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.aname
+     *
+     * @mbg.generated
+     */
+    private String aname;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    private String windpowerstationid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.capacity
+     *
+     * @mbg.generated
+     */
+    private Double capacity;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.capacityUnit
+     *
+     * @mbg.generated
+     */
+    private String capacityunit;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.quantity
+     *
+     * @mbg.generated
+     */
+    private Integer quantity;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.model
+     *
+     * @mbg.generated
+     */
+    private String model;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.commissionDate
+     *
+     * @mbg.generated
+     */
+    private Date commissiondate;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.masterPhone
+     *
+     * @mbg.generated
+     */
+    private String masterphone;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.shiftForeman
+     *
+     * @mbg.generated
+     */
+    private String shiftforeman;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.shiftForemanPhone
+     *
+     * @mbg.generated
+     */
+    private String shiftforemanphone;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column project.orderNum
+     *
+     * @mbg.generated
+     */
+    private Integer ordernum;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table project
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.id
+     *
+     * @return the value of project.id
+     *
+     * @mbg.generated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.id
+     *
+     * @param id the value for project.id
+     *
+     * @mbg.generated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.code
+     *
+     * @return the value of project.code
+     *
+     * @mbg.generated
+     */
+    public String getCode() {
+        return code;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.code
+     *
+     * @param code the value for project.code
+     *
+     * @mbg.generated
+     */
+    public void setCode(String code) {
+        this.code = code == null ? null : code.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.name
+     *
+     * @return the value of project.name
+     *
+     * @mbg.generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.name
+     *
+     * @param name the value for project.name
+     *
+     * @mbg.generated
+     */
+    public void setName(String name) {
+        this.name = name == null ? null : name.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.aname
+     *
+     * @return the value of project.aname
+     *
+     * @mbg.generated
+     */
+    public String getAname() {
+        return aname;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.aname
+     *
+     * @param aname the value for project.aname
+     *
+     * @mbg.generated
+     */
+    public void setAname(String aname) {
+        this.aname = aname == null ? null : aname.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.windPowerStationId
+     *
+     * @return the value of project.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public String getWindpowerstationid() {
+        return windpowerstationid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.windPowerStationId
+     *
+     * @param windpowerstationid the value for project.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public void setWindpowerstationid(String windpowerstationid) {
+        this.windpowerstationid = windpowerstationid == null ? null : windpowerstationid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.capacity
+     *
+     * @return the value of project.capacity
+     *
+     * @mbg.generated
+     */
+    public Double getCapacity() {
+        return capacity;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.capacity
+     *
+     * @param capacity the value for project.capacity
+     *
+     * @mbg.generated
+     */
+    public void setCapacity(Double capacity) {
+        this.capacity = capacity;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.capacityUnit
+     *
+     * @return the value of project.capacityUnit
+     *
+     * @mbg.generated
+     */
+    public String getCapacityunit() {
+        return capacityunit;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.capacityUnit
+     *
+     * @param capacityunit the value for project.capacityUnit
+     *
+     * @mbg.generated
+     */
+    public void setCapacityunit(String capacityunit) {
+        this.capacityunit = capacityunit == null ? null : capacityunit.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.quantity
+     *
+     * @return the value of project.quantity
+     *
+     * @mbg.generated
+     */
+    public Integer getQuantity() {
+        return quantity;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.quantity
+     *
+     * @param quantity the value for project.quantity
+     *
+     * @mbg.generated
+     */
+    public void setQuantity(Integer quantity) {
+        this.quantity = quantity;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.model
+     *
+     * @return the value of project.model
+     *
+     * @mbg.generated
+     */
+    public String getModel() {
+        return model;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.model
+     *
+     * @param model the value for project.model
+     *
+     * @mbg.generated
+     */
+    public void setModel(String model) {
+        this.model = model == null ? null : model.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.commissionDate
+     *
+     * @return the value of project.commissionDate
+     *
+     * @mbg.generated
+     */
+    public Date getCommissiondate() {
+        return commissiondate;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.commissionDate
+     *
+     * @param commissiondate the value for project.commissionDate
+     *
+     * @mbg.generated
+     */
+    public void setCommissiondate(Date commissiondate) {
+        this.commissiondate = commissiondate;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.masterPhone
+     *
+     * @return the value of project.masterPhone
+     *
+     * @mbg.generated
+     */
+    public String getMasterphone() {
+        return masterphone;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.masterPhone
+     *
+     * @param masterphone the value for project.masterPhone
+     *
+     * @mbg.generated
+     */
+    public void setMasterphone(String masterphone) {
+        this.masterphone = masterphone == null ? null : masterphone.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.shiftForeman
+     *
+     * @return the value of project.shiftForeman
+     *
+     * @mbg.generated
+     */
+    public String getShiftforeman() {
+        return shiftforeman;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.shiftForeman
+     *
+     * @param shiftforeman the value for project.shiftForeman
+     *
+     * @mbg.generated
+     */
+    public void setShiftforeman(String shiftforeman) {
+        this.shiftforeman = shiftforeman == null ? null : shiftforeman.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.shiftForemanPhone
+     *
+     * @return the value of project.shiftForemanPhone
+     *
+     * @mbg.generated
+     */
+    public String getShiftforemanphone() {
+        return shiftforemanphone;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.shiftForemanPhone
+     *
+     * @param shiftforemanphone the value for project.shiftForemanPhone
+     *
+     * @mbg.generated
+     */
+    public void setShiftforemanphone(String shiftforemanphone) {
+        this.shiftforemanphone = shiftforemanphone == null ? null : shiftforemanphone.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column project.orderNum
+     *
+     * @return the value of project.orderNum
+     *
+     * @mbg.generated
+     */
+    public Integer getOrdernum() {
+        return ordernum;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column project.orderNum
+     *
+     * @param ordernum the value for project.orderNum
+     *
+     * @mbg.generated
+     */
+    public void setOrdernum(Integer ordernum) {
+        this.ordernum = ordernum;
+    }
+}

File diff suppressed because it is too large
+ 1270 - 0
src/main/java/com/gyee/frame/model/auto/ProjectExample.java


+ 244 - 0
src/main/java/com/gyee/frame/model/auto/Projectplan.java

@@ -0,0 +1,244 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+
+public class Projectplan implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column projectplan.id
+     *
+     * @mbg.generated
+     */
+    private String id;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column projectplan.projectId
+     *
+     * @mbg.generated
+     */
+    private String projectid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column projectplan.generatingCapacity
+     *
+     * @mbg.generated
+     */
+    private String generatingcapacity;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column projectplan.outageHours
+     *
+     * @mbg.generated
+     */
+    private Double outagehours;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column projectplan.year
+     *
+     * @mbg.generated
+     */
+    private String year;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column projectplan.month
+     *
+     * @mbg.generated
+     */
+    private String month;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column projectplan.windpowerId
+     *
+     * @mbg.generated
+     */
+    private String windpowerid;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column projectplan.id
+     *
+     * @return the value of projectplan.id
+     *
+     * @mbg.generated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column projectplan.id
+     *
+     * @param id the value for projectplan.id
+     *
+     * @mbg.generated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column projectplan.projectId
+     *
+     * @return the value of projectplan.projectId
+     *
+     * @mbg.generated
+     */
+    public String getProjectid() {
+        return projectid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column projectplan.projectId
+     *
+     * @param projectid the value for projectplan.projectId
+     *
+     * @mbg.generated
+     */
+    public void setProjectid(String projectid) {
+        this.projectid = projectid == null ? null : projectid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column projectplan.generatingCapacity
+     *
+     * @return the value of projectplan.generatingCapacity
+     *
+     * @mbg.generated
+     */
+    public String getGeneratingcapacity() {
+        return generatingcapacity;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column projectplan.generatingCapacity
+     *
+     * @param generatingcapacity the value for projectplan.generatingCapacity
+     *
+     * @mbg.generated
+     */
+    public void setGeneratingcapacity(String generatingcapacity) {
+        this.generatingcapacity = generatingcapacity == null ? null : generatingcapacity.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column projectplan.outageHours
+     *
+     * @return the value of projectplan.outageHours
+     *
+     * @mbg.generated
+     */
+    public Double getOutagehours() {
+        return outagehours;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column projectplan.outageHours
+     *
+     * @param outagehours the value for projectplan.outageHours
+     *
+     * @mbg.generated
+     */
+    public void setOutagehours(Double outagehours) {
+        this.outagehours = outagehours;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column projectplan.year
+     *
+     * @return the value of projectplan.year
+     *
+     * @mbg.generated
+     */
+    public String getYear() {
+        return year;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column projectplan.year
+     *
+     * @param year the value for projectplan.year
+     *
+     * @mbg.generated
+     */
+    public void setYear(String year) {
+        this.year = year == null ? null : year.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column projectplan.month
+     *
+     * @return the value of projectplan.month
+     *
+     * @mbg.generated
+     */
+    public String getMonth() {
+        return month;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column projectplan.month
+     *
+     * @param month the value for projectplan.month
+     *
+     * @mbg.generated
+     */
+    public void setMonth(String month) {
+        this.month = month == null ? null : month.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column projectplan.windpowerId
+     *
+     * @return the value of projectplan.windpowerId
+     *
+     * @mbg.generated
+     */
+    public String getWindpowerid() {
+        return windpowerid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column projectplan.windpowerId
+     *
+     * @param windpowerid the value for projectplan.windpowerId
+     *
+     * @mbg.generated
+     */
+    public void setWindpowerid(String windpowerid) {
+        this.windpowerid = windpowerid == null ? null : windpowerid.trim();
+    }
+}

+ 782 - 0
src/main/java/com/gyee/frame/model/auto/ProjectplanExample.java

@@ -0,0 +1,782 @@
+package com.gyee.frame.model.auto;
+
+import java.util.ArrayList;
+import java.util.List;
+
+public class ProjectplanExample {
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    protected String orderByClause;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    protected boolean distinct;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    protected List<Criteria> oredCriteria;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public ProjectplanExample() {
+        oredCriteria = new ArrayList<Criteria>();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public void setOrderByClause(String orderByClause) {
+        this.orderByClause = orderByClause;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public String getOrderByClause() {
+        return orderByClause;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public void setDistinct(boolean distinct) {
+        this.distinct = distinct;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public boolean isDistinct() {
+        return distinct;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public List<Criteria> getOredCriteria() {
+        return oredCriteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public void or(Criteria criteria) {
+        oredCriteria.add(criteria);
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public Criteria or() {
+        Criteria criteria = createCriteriaInternal();
+        oredCriteria.add(criteria);
+        return criteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public Criteria createCriteria() {
+        Criteria criteria = createCriteriaInternal();
+        if (oredCriteria.size() == 0) {
+            oredCriteria.add(criteria);
+        }
+        return criteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    protected Criteria createCriteriaInternal() {
+        Criteria criteria = new Criteria();
+        return criteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public void clear() {
+        oredCriteria.clear();
+        orderByClause = null;
+        distinct = false;
+    }
+
+    /**
+     * This class was generated by MyBatis Generator.
+     * This class corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    protected abstract static class GeneratedCriteria {
+        protected List<Criterion> criteria;
+
+        protected GeneratedCriteria() {
+            super();
+            criteria = new ArrayList<Criterion>();
+        }
+
+        public boolean isValid() {
+            return criteria.size() > 0;
+        }
+
+        public List<Criterion> getAllCriteria() {
+            return criteria;
+        }
+
+        public List<Criterion> getCriteria() {
+            return criteria;
+        }
+
+        protected void addCriterion(String condition) {
+            if (condition == null) {
+                throw new RuntimeException("Value for condition cannot be null");
+            }
+            criteria.add(new Criterion(condition));
+        }
+
+        protected void addCriterion(String condition, Object value, String property) {
+            if (value == null) {
+                throw new RuntimeException("Value for " + property + " cannot be null");
+            }
+            criteria.add(new Criterion(condition, value));
+        }
+
+        protected void addCriterion(String condition, Object value1, Object value2, String property) {
+            if (value1 == null || value2 == null) {
+                throw new RuntimeException("Between values for " + property + " cannot be null");
+            }
+            criteria.add(new Criterion(condition, value1, value2));
+        }
+
+        public Criteria andIdIsNull() {
+            addCriterion("id is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdIsNotNull() {
+            addCriterion("id is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdEqualTo(String value) {
+            addCriterion("id =", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotEqualTo(String value) {
+            addCriterion("id <>", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdGreaterThan(String value) {
+            addCriterion("id >", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdGreaterThanOrEqualTo(String value) {
+            addCriterion("id >=", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdLessThan(String value) {
+            addCriterion("id <", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdLessThanOrEqualTo(String value) {
+            addCriterion("id <=", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdLike(String value) {
+            addCriterion("id like", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotLike(String value) {
+            addCriterion("id not like", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdIn(List<String> values) {
+            addCriterion("id in", values, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotIn(List<String> values) {
+            addCriterion("id not in", values, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdBetween(String value1, String value2) {
+            addCriterion("id between", value1, value2, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotBetween(String value1, String value2) {
+            addCriterion("id not between", value1, value2, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidIsNull() {
+            addCriterion("projectId is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidIsNotNull() {
+            addCriterion("projectId is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidEqualTo(String value) {
+            addCriterion("projectId =", value, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidNotEqualTo(String value) {
+            addCriterion("projectId <>", value, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidGreaterThan(String value) {
+            addCriterion("projectId >", value, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidGreaterThanOrEqualTo(String value) {
+            addCriterion("projectId >=", value, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidLessThan(String value) {
+            addCriterion("projectId <", value, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidLessThanOrEqualTo(String value) {
+            addCriterion("projectId <=", value, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidLike(String value) {
+            addCriterion("projectId like", value, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidNotLike(String value) {
+            addCriterion("projectId not like", value, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidIn(List<String> values) {
+            addCriterion("projectId in", values, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidNotIn(List<String> values) {
+            addCriterion("projectId not in", values, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidBetween(String value1, String value2) {
+            addCriterion("projectId between", value1, value2, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andProjectidNotBetween(String value1, String value2) {
+            addCriterion("projectId not between", value1, value2, "projectid");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityIsNull() {
+            addCriterion("generatingCapacity is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityIsNotNull() {
+            addCriterion("generatingCapacity is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityEqualTo(String value) {
+            addCriterion("generatingCapacity =", value, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityNotEqualTo(String value) {
+            addCriterion("generatingCapacity <>", value, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityGreaterThan(String value) {
+            addCriterion("generatingCapacity >", value, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityGreaterThanOrEqualTo(String value) {
+            addCriterion("generatingCapacity >=", value, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityLessThan(String value) {
+            addCriterion("generatingCapacity <", value, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityLessThanOrEqualTo(String value) {
+            addCriterion("generatingCapacity <=", value, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityLike(String value) {
+            addCriterion("generatingCapacity like", value, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityNotLike(String value) {
+            addCriterion("generatingCapacity not like", value, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityIn(List<String> values) {
+            addCriterion("generatingCapacity in", values, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityNotIn(List<String> values) {
+            addCriterion("generatingCapacity not in", values, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityBetween(String value1, String value2) {
+            addCriterion("generatingCapacity between", value1, value2, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andGeneratingcapacityNotBetween(String value1, String value2) {
+            addCriterion("generatingCapacity not between", value1, value2, "generatingcapacity");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursIsNull() {
+            addCriterion("outageHours is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursIsNotNull() {
+            addCriterion("outageHours is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursEqualTo(Double value) {
+            addCriterion("outageHours =", value, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursNotEqualTo(Double value) {
+            addCriterion("outageHours <>", value, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursGreaterThan(Double value) {
+            addCriterion("outageHours >", value, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursGreaterThanOrEqualTo(Double value) {
+            addCriterion("outageHours >=", value, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursLessThan(Double value) {
+            addCriterion("outageHours <", value, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursLessThanOrEqualTo(Double value) {
+            addCriterion("outageHours <=", value, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursIn(List<Double> values) {
+            addCriterion("outageHours in", values, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursNotIn(List<Double> values) {
+            addCriterion("outageHours not in", values, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursBetween(Double value1, Double value2) {
+            addCriterion("outageHours between", value1, value2, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andOutagehoursNotBetween(Double value1, Double value2) {
+            addCriterion("outageHours not between", value1, value2, "outagehours");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearIsNull() {
+            addCriterion("year is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearIsNotNull() {
+            addCriterion("year is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearEqualTo(String value) {
+            addCriterion("year =", value, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearNotEqualTo(String value) {
+            addCriterion("year <>", value, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearGreaterThan(String value) {
+            addCriterion("year >", value, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearGreaterThanOrEqualTo(String value) {
+            addCriterion("year >=", value, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearLessThan(String value) {
+            addCriterion("year <", value, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearLessThanOrEqualTo(String value) {
+            addCriterion("year <=", value, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearLike(String value) {
+            addCriterion("year like", value, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearNotLike(String value) {
+            addCriterion("year not like", value, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearIn(List<String> values) {
+            addCriterion("year in", values, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearNotIn(List<String> values) {
+            addCriterion("year not in", values, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearBetween(String value1, String value2) {
+            addCriterion("year between", value1, value2, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andYearNotBetween(String value1, String value2) {
+            addCriterion("year not between", value1, value2, "year");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthIsNull() {
+            addCriterion("month is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthIsNotNull() {
+            addCriterion("month is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthEqualTo(String value) {
+            addCriterion("month =", value, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthNotEqualTo(String value) {
+            addCriterion("month <>", value, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthGreaterThan(String value) {
+            addCriterion("month >", value, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthGreaterThanOrEqualTo(String value) {
+            addCriterion("month >=", value, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthLessThan(String value) {
+            addCriterion("month <", value, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthLessThanOrEqualTo(String value) {
+            addCriterion("month <=", value, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthLike(String value) {
+            addCriterion("month like", value, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthNotLike(String value) {
+            addCriterion("month not like", value, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthIn(List<String> values) {
+            addCriterion("month in", values, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthNotIn(List<String> values) {
+            addCriterion("month not in", values, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthBetween(String value1, String value2) {
+            addCriterion("month between", value1, value2, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andMonthNotBetween(String value1, String value2) {
+            addCriterion("month not between", value1, value2, "month");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridIsNull() {
+            addCriterion("windpowerId is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridIsNotNull() {
+            addCriterion("windpowerId is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridEqualTo(String value) {
+            addCriterion("windpowerId =", value, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridNotEqualTo(String value) {
+            addCriterion("windpowerId <>", value, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridGreaterThan(String value) {
+            addCriterion("windpowerId >", value, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridGreaterThanOrEqualTo(String value) {
+            addCriterion("windpowerId >=", value, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridLessThan(String value) {
+            addCriterion("windpowerId <", value, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridLessThanOrEqualTo(String value) {
+            addCriterion("windpowerId <=", value, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridLike(String value) {
+            addCriterion("windpowerId like", value, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridNotLike(String value) {
+            addCriterion("windpowerId not like", value, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridIn(List<String> values) {
+            addCriterion("windpowerId in", values, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridNotIn(List<String> values) {
+            addCriterion("windpowerId not in", values, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridBetween(String value1, String value2) {
+            addCriterion("windpowerId between", value1, value2, "windpowerid");
+            return (Criteria) this;
+        }
+
+        public Criteria andWindpoweridNotBetween(String value1, String value2) {
+            addCriterion("windpowerId not between", value1, value2, "windpowerid");
+            return (Criteria) this;
+        }
+    }
+
+    /**
+     * This class was generated by MyBatis Generator.
+     * This class corresponds to the database table projectplan
+     *
+     * @mbg.generated do_not_delete_during_merge
+     */
+    public static class Criteria extends GeneratedCriteria {
+
+        protected Criteria() {
+            super();
+        }
+    }
+
+    /**
+     * This class was generated by MyBatis Generator.
+     * This class corresponds to the database table projectplan
+     *
+     * @mbg.generated
+     */
+    public static class Criterion {
+        private String condition;
+
+        private Object value;
+
+        private Object secondValue;
+
+        private boolean noValue;
+
+        private boolean singleValue;
+
+        private boolean betweenValue;
+
+        private boolean listValue;
+
+        private String typeHandler;
+
+        public String getCondition() {
+            return condition;
+        }
+
+        public Object getValue() {
+            return value;
+        }
+
+        public Object getSecondValue() {
+            return secondValue;
+        }
+
+        public boolean isNoValue() {
+            return noValue;
+        }
+
+        public boolean isSingleValue() {
+            return singleValue;
+        }
+
+        public boolean isBetweenValue() {
+            return betweenValue;
+        }
+
+        public boolean isListValue() {
+            return listValue;
+        }
+
+        public String getTypeHandler() {
+            return typeHandler;
+        }
+
+        protected Criterion(String condition) {
+            super();
+            this.condition = condition;
+            this.typeHandler = null;
+            this.noValue = true;
+        }
+
+        protected Criterion(String condition, Object value, String typeHandler) {
+            super();
+            this.condition = condition;
+            this.value = value;
+            this.typeHandler = typeHandler;
+            if (value instanceof List<?>) {
+                this.listValue = true;
+            } else {
+                this.singleValue = true;
+            }
+        }
+
+        protected Criterion(String condition, Object value) {
+            this(condition, value, null);
+        }
+
+        protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
+            super();
+            this.condition = condition;
+            this.value = value;
+            this.secondValue = secondValue;
+            this.typeHandler = typeHandler;
+            this.betweenValue = true;
+        }
+
+        protected Criterion(String condition, Object value, Object secondValue) {
+            this(condition, value, secondValue, null);
+        }
+    }
+}

+ 244 - 0
src/main/java/com/gyee/frame/model/auto/RMConfig.java

@@ -0,0 +1,244 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+
+public class RMConfig implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column rmconfig.id
+     *
+     * @mbg.generated
+     */
+    private String id;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column rmconfig.redisIndex
+     *
+     * @mbg.generated
+     */
+    private Integer redisindex;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column rmconfig.mongodbIndex
+     *
+     * @mbg.generated
+     */
+    private Integer mongodbindex;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column rmconfig.type
+     *
+     * @mbg.generated
+     */
+    private Integer type;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column rmconfig.model
+     *
+     * @mbg.generated
+     */
+    private Integer model;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column rmconfig.ukey
+     *
+     * @mbg.generated
+     */
+    private Integer ukey;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column rmconfig.collIndex
+     *
+     * @mbg.generated
+     */
+    private Integer collindex;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column rmconfig.id
+     *
+     * @return the value of rmconfig.id
+     *
+     * @mbg.generated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column rmconfig.id
+     *
+     * @param id the value for rmconfig.id
+     *
+     * @mbg.generated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column rmconfig.redisIndex
+     *
+     * @return the value of rmconfig.redisIndex
+     *
+     * @mbg.generated
+     */
+    public Integer getRedisindex() {
+        return redisindex;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column rmconfig.redisIndex
+     *
+     * @param redisindex the value for rmconfig.redisIndex
+     *
+     * @mbg.generated
+     */
+    public void setRedisindex(Integer redisindex) {
+        this.redisindex = redisindex;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column rmconfig.mongodbIndex
+     *
+     * @return the value of rmconfig.mongodbIndex
+     *
+     * @mbg.generated
+     */
+    public Integer getMongodbindex() {
+        return mongodbindex;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column rmconfig.mongodbIndex
+     *
+     * @param mongodbindex the value for rmconfig.mongodbIndex
+     *
+     * @mbg.generated
+     */
+    public void setMongodbindex(Integer mongodbindex) {
+        this.mongodbindex = mongodbindex;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column rmconfig.type
+     *
+     * @return the value of rmconfig.type
+     *
+     * @mbg.generated
+     */
+    public Integer getType() {
+        return type;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column rmconfig.type
+     *
+     * @param type the value for rmconfig.type
+     *
+     * @mbg.generated
+     */
+    public void setType(Integer type) {
+        this.type = type;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column rmconfig.model
+     *
+     * @return the value of rmconfig.model
+     *
+     * @mbg.generated
+     */
+    public Integer getModel() {
+        return model;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column rmconfig.model
+     *
+     * @param model the value for rmconfig.model
+     *
+     * @mbg.generated
+     */
+    public void setModel(Integer model) {
+        this.model = model;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column rmconfig.ukey
+     *
+     * @return the value of rmconfig.ukey
+     *
+     * @mbg.generated
+     */
+    public Integer getUkey() {
+        return ukey;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column rmconfig.ukey
+     *
+     * @param ukey the value for rmconfig.ukey
+     *
+     * @mbg.generated
+     */
+    public void setUkey(Integer ukey) {
+        this.ukey = ukey;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column rmconfig.collIndex
+     *
+     * @return the value of rmconfig.collIndex
+     *
+     * @mbg.generated
+     */
+    public Integer getCollindex() {
+        return collindex;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column rmconfig.collIndex
+     *
+     * @param collindex the value for rmconfig.collIndex
+     *
+     * @mbg.generated
+     */
+    public void setCollindex(Integer collindex) {
+        this.collindex = collindex;
+    }
+}

+ 732 - 0
src/main/java/com/gyee/frame/model/auto/RMConfigExample.java

@@ -0,0 +1,732 @@
+package com.gyee.frame.model.auto;
+
+import java.util.ArrayList;
+import java.util.List;
+
+public class RMConfigExample {
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    protected String orderByClause;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    protected boolean distinct;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    protected List<Criteria> oredCriteria;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public RMConfigExample() {
+        oredCriteria = new ArrayList<Criteria>();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public void setOrderByClause(String orderByClause) {
+        this.orderByClause = orderByClause;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public String getOrderByClause() {
+        return orderByClause;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public void setDistinct(boolean distinct) {
+        this.distinct = distinct;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public boolean isDistinct() {
+        return distinct;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public List<Criteria> getOredCriteria() {
+        return oredCriteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public void or(Criteria criteria) {
+        oredCriteria.add(criteria);
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public Criteria or() {
+        Criteria criteria = createCriteriaInternal();
+        oredCriteria.add(criteria);
+        return criteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public Criteria createCriteria() {
+        Criteria criteria = createCriteriaInternal();
+        if (oredCriteria.size() == 0) {
+            oredCriteria.add(criteria);
+        }
+        return criteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    protected Criteria createCriteriaInternal() {
+        Criteria criteria = new Criteria();
+        return criteria;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public void clear() {
+        oredCriteria.clear();
+        orderByClause = null;
+        distinct = false;
+    }
+
+    /**
+     * This class was generated by MyBatis Generator.
+     * This class corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    protected abstract static class GeneratedCriteria {
+        protected List<Criterion> criteria;
+
+        protected GeneratedCriteria() {
+            super();
+            criteria = new ArrayList<Criterion>();
+        }
+
+        public boolean isValid() {
+            return criteria.size() > 0;
+        }
+
+        public List<Criterion> getAllCriteria() {
+            return criteria;
+        }
+
+        public List<Criterion> getCriteria() {
+            return criteria;
+        }
+
+        protected void addCriterion(String condition) {
+            if (condition == null) {
+                throw new RuntimeException("Value for condition cannot be null");
+            }
+            criteria.add(new Criterion(condition));
+        }
+
+        protected void addCriterion(String condition, Object value, String property) {
+            if (value == null) {
+                throw new RuntimeException("Value for " + property + " cannot be null");
+            }
+            criteria.add(new Criterion(condition, value));
+        }
+
+        protected void addCriterion(String condition, Object value1, Object value2, String property) {
+            if (value1 == null || value2 == null) {
+                throw new RuntimeException("Between values for " + property + " cannot be null");
+            }
+            criteria.add(new Criterion(condition, value1, value2));
+        }
+
+        public Criteria andIdIsNull() {
+            addCriterion("id is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdIsNotNull() {
+            addCriterion("id is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdEqualTo(String value) {
+            addCriterion("id =", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotEqualTo(String value) {
+            addCriterion("id <>", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdGreaterThan(String value) {
+            addCriterion("id >", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdGreaterThanOrEqualTo(String value) {
+            addCriterion("id >=", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdLessThan(String value) {
+            addCriterion("id <", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdLessThanOrEqualTo(String value) {
+            addCriterion("id <=", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdLike(String value) {
+            addCriterion("id like", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotLike(String value) {
+            addCriterion("id not like", value, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdIn(List<String> values) {
+            addCriterion("id in", values, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotIn(List<String> values) {
+            addCriterion("id not in", values, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdBetween(String value1, String value2) {
+            addCriterion("id between", value1, value2, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andIdNotBetween(String value1, String value2) {
+            addCriterion("id not between", value1, value2, "id");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexIsNull() {
+            addCriterion("redisIndex is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexIsNotNull() {
+            addCriterion("redisIndex is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexEqualTo(Integer value) {
+            addCriterion("redisIndex =", value, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexNotEqualTo(Integer value) {
+            addCriterion("redisIndex <>", value, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexGreaterThan(Integer value) {
+            addCriterion("redisIndex >", value, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexGreaterThanOrEqualTo(Integer value) {
+            addCriterion("redisIndex >=", value, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexLessThan(Integer value) {
+            addCriterion("redisIndex <", value, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexLessThanOrEqualTo(Integer value) {
+            addCriterion("redisIndex <=", value, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexIn(List<Integer> values) {
+            addCriterion("redisIndex in", values, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexNotIn(List<Integer> values) {
+            addCriterion("redisIndex not in", values, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexBetween(Integer value1, Integer value2) {
+            addCriterion("redisIndex between", value1, value2, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andRedisindexNotBetween(Integer value1, Integer value2) {
+            addCriterion("redisIndex not between", value1, value2, "redisindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexIsNull() {
+            addCriterion("mongodbIndex is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexIsNotNull() {
+            addCriterion("mongodbIndex is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexEqualTo(Integer value) {
+            addCriterion("mongodbIndex =", value, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexNotEqualTo(Integer value) {
+            addCriterion("mongodbIndex <>", value, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexGreaterThan(Integer value) {
+            addCriterion("mongodbIndex >", value, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexGreaterThanOrEqualTo(Integer value) {
+            addCriterion("mongodbIndex >=", value, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexLessThan(Integer value) {
+            addCriterion("mongodbIndex <", value, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexLessThanOrEqualTo(Integer value) {
+            addCriterion("mongodbIndex <=", value, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexIn(List<Integer> values) {
+            addCriterion("mongodbIndex in", values, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexNotIn(List<Integer> values) {
+            addCriterion("mongodbIndex not in", values, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexBetween(Integer value1, Integer value2) {
+            addCriterion("mongodbIndex between", value1, value2, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andMongodbindexNotBetween(Integer value1, Integer value2) {
+            addCriterion("mongodbIndex not between", value1, value2, "mongodbindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeIsNull() {
+            addCriterion("type is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeIsNotNull() {
+            addCriterion("type is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeEqualTo(Integer value) {
+            addCriterion("type =", value, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeNotEqualTo(Integer value) {
+            addCriterion("type <>", value, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeGreaterThan(Integer value) {
+            addCriterion("type >", value, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeGreaterThanOrEqualTo(Integer value) {
+            addCriterion("type >=", value, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeLessThan(Integer value) {
+            addCriterion("type <", value, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeLessThanOrEqualTo(Integer value) {
+            addCriterion("type <=", value, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeIn(List<Integer> values) {
+            addCriterion("type in", values, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeNotIn(List<Integer> values) {
+            addCriterion("type not in", values, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeBetween(Integer value1, Integer value2) {
+            addCriterion("type between", value1, value2, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andTypeNotBetween(Integer value1, Integer value2) {
+            addCriterion("type not between", value1, value2, "type");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelIsNull() {
+            addCriterion("model is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelIsNotNull() {
+            addCriterion("model is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelEqualTo(Integer value) {
+            addCriterion("model =", value, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelNotEqualTo(Integer value) {
+            addCriterion("model <>", value, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelGreaterThan(Integer value) {
+            addCriterion("model >", value, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelGreaterThanOrEqualTo(Integer value) {
+            addCriterion("model >=", value, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelLessThan(Integer value) {
+            addCriterion("model <", value, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelLessThanOrEqualTo(Integer value) {
+            addCriterion("model <=", value, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelIn(List<Integer> values) {
+            addCriterion("model in", values, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelNotIn(List<Integer> values) {
+            addCriterion("model not in", values, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelBetween(Integer value1, Integer value2) {
+            addCriterion("model between", value1, value2, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andModelNotBetween(Integer value1, Integer value2) {
+            addCriterion("model not between", value1, value2, "model");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyIsNull() {
+            addCriterion("ukey is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyIsNotNull() {
+            addCriterion("ukey is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyEqualTo(Integer value) {
+            addCriterion("ukey =", value, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyNotEqualTo(Integer value) {
+            addCriterion("ukey <>", value, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyGreaterThan(Integer value) {
+            addCriterion("ukey >", value, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyGreaterThanOrEqualTo(Integer value) {
+            addCriterion("ukey >=", value, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyLessThan(Integer value) {
+            addCriterion("ukey <", value, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyLessThanOrEqualTo(Integer value) {
+            addCriterion("ukey <=", value, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyIn(List<Integer> values) {
+            addCriterion("ukey in", values, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyNotIn(List<Integer> values) {
+            addCriterion("ukey not in", values, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyBetween(Integer value1, Integer value2) {
+            addCriterion("ukey between", value1, value2, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andUkeyNotBetween(Integer value1, Integer value2) {
+            addCriterion("ukey not between", value1, value2, "ukey");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexIsNull() {
+            addCriterion("collIndex is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexIsNotNull() {
+            addCriterion("collIndex is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexEqualTo(Integer value) {
+            addCriterion("collIndex =", value, "collindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexNotEqualTo(Integer value) {
+            addCriterion("collIndex <>", value, "collindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexGreaterThan(Integer value) {
+            addCriterion("collIndex >", value, "collindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexGreaterThanOrEqualTo(Integer value) {
+            addCriterion("collIndex >=", value, "collindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexLessThan(Integer value) {
+            addCriterion("collIndex <", value, "collindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexLessThanOrEqualTo(Integer value) {
+            addCriterion("collIndex <=", value, "collindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexIn(List<Integer> values) {
+            addCriterion("collIndex in", values, "collindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexNotIn(List<Integer> values) {
+            addCriterion("collIndex not in", values, "collindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexBetween(Integer value1, Integer value2) {
+            addCriterion("collIndex between", value1, value2, "collindex");
+            return (Criteria) this;
+        }
+
+        public Criteria andCollindexNotBetween(Integer value1, Integer value2) {
+            addCriterion("collIndex not between", value1, value2, "collindex");
+            return (Criteria) this;
+        }
+    }
+
+    /**
+     * This class was generated by MyBatis Generator.
+     * This class corresponds to the database table rmconfig
+     *
+     * @mbg.generated do_not_delete_during_merge
+     */
+    public static class Criteria extends GeneratedCriteria {
+
+        protected Criteria() {
+            super();
+        }
+    }
+
+    /**
+     * This class was generated by MyBatis Generator.
+     * This class corresponds to the database table rmconfig
+     *
+     * @mbg.generated
+     */
+    public static class Criterion {
+        private String condition;
+
+        private Object value;
+
+        private Object secondValue;
+
+        private boolean noValue;
+
+        private boolean singleValue;
+
+        private boolean betweenValue;
+
+        private boolean listValue;
+
+        private String typeHandler;
+
+        public String getCondition() {
+            return condition;
+        }
+
+        public Object getValue() {
+            return value;
+        }
+
+        public Object getSecondValue() {
+            return secondValue;
+        }
+
+        public boolean isNoValue() {
+            return noValue;
+        }
+
+        public boolean isSingleValue() {
+            return singleValue;
+        }
+
+        public boolean isBetweenValue() {
+            return betweenValue;
+        }
+
+        public boolean isListValue() {
+            return listValue;
+        }
+
+        public String getTypeHandler() {
+            return typeHandler;
+        }
+
+        protected Criterion(String condition) {
+            super();
+            this.condition = condition;
+            this.typeHandler = null;
+            this.noValue = true;
+        }
+
+        protected Criterion(String condition, Object value, String typeHandler) {
+            super();
+            this.condition = condition;
+            this.value = value;
+            this.typeHandler = typeHandler;
+            if (value instanceof List<?>) {
+                this.listValue = true;
+            } else {
+                this.singleValue = true;
+            }
+        }
+
+        protected Criterion(String condition, Object value) {
+            this(condition, value, null);
+        }
+
+        protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
+            super();
+            this.condition = condition;
+            this.value = value;
+            this.secondValue = secondValue;
+            this.typeHandler = typeHandler;
+            this.betweenValue = true;
+        }
+
+        protected Criterion(String condition, Object value, Object secondValue) {
+            this(condition, value, secondValue, null);
+        }
+    }
+}

+ 541 - 0
src/main/java/com/gyee/frame/model/auto/WindPowerstationTestingPoint.java

@@ -0,0 +1,541 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+
+public class WindPowerstationTestingPoint implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.code
+     *
+     * @mbg.generated
+     */
+    private String code;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.name
+     *
+     * @mbg.generated
+     */
+    private String name;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.model
+     *
+     * @mbg.generated
+     */
+    private String model;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.valueUnit
+     *
+     * @mbg.generated
+     */
+    private String valueunit;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.englishName
+     *
+     * @mbg.generated
+     */
+    private String englishname;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.typeId
+     *
+     * @mbg.generated
+     */
+    private String typeid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.modelId
+     *
+     * @mbg.generated
+     */
+    private String modelid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.maxVal
+     *
+     * @mbg.generated
+     */
+    private Double maxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.MinVal
+     *
+     * @mbg.generated
+     */
+    private Double minval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonablemaxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonableminval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.uniformCode
+     *
+     * @mbg.generated
+     */
+    private String uniformcode;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.shortId
+     *
+     * @mbg.generated
+     */
+    private String shortid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.longId
+     *
+     * @mbg.generated
+     */
+    private String longid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    private String windpowerstationid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstationtestingpoint.realTimeId
+     *
+     * @mbg.generated
+     */
+    private String realtimeid;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table windpowerstationtestingpoint
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.code
+     *
+     * @return the value of windpowerstationtestingpoint.code
+     *
+     * @mbg.generated
+     */
+    public String getCode() {
+        return code;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.code
+     *
+     * @param code the value for windpowerstationtestingpoint.code
+     *
+     * @mbg.generated
+     */
+    public void setCode(String code) {
+        this.code = code == null ? null : code.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.name
+     *
+     * @return the value of windpowerstationtestingpoint.name
+     *
+     * @mbg.generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.name
+     *
+     * @param name the value for windpowerstationtestingpoint.name
+     *
+     * @mbg.generated
+     */
+    public void setName(String name) {
+        this.name = name == null ? null : name.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.model
+     *
+     * @return the value of windpowerstationtestingpoint.model
+     *
+     * @mbg.generated
+     */
+    public String getModel() {
+        return model;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.model
+     *
+     * @param model the value for windpowerstationtestingpoint.model
+     *
+     * @mbg.generated
+     */
+    public void setModel(String model) {
+        this.model = model == null ? null : model.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.valueUnit
+     *
+     * @return the value of windpowerstationtestingpoint.valueUnit
+     *
+     * @mbg.generated
+     */
+    public String getValueunit() {
+        return valueunit;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.valueUnit
+     *
+     * @param valueunit the value for windpowerstationtestingpoint.valueUnit
+     *
+     * @mbg.generated
+     */
+    public void setValueunit(String valueunit) {
+        this.valueunit = valueunit == null ? null : valueunit.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.englishName
+     *
+     * @return the value of windpowerstationtestingpoint.englishName
+     *
+     * @mbg.generated
+     */
+    public String getEnglishname() {
+        return englishname;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.englishName
+     *
+     * @param englishname the value for windpowerstationtestingpoint.englishName
+     *
+     * @mbg.generated
+     */
+    public void setEnglishname(String englishname) {
+        this.englishname = englishname == null ? null : englishname.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.typeId
+     *
+     * @return the value of windpowerstationtestingpoint.typeId
+     *
+     * @mbg.generated
+     */
+    public String getTypeid() {
+        return typeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.typeId
+     *
+     * @param typeid the value for windpowerstationtestingpoint.typeId
+     *
+     * @mbg.generated
+     */
+    public void setTypeid(String typeid) {
+        this.typeid = typeid == null ? null : typeid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.modelId
+     *
+     * @return the value of windpowerstationtestingpoint.modelId
+     *
+     * @mbg.generated
+     */
+    public String getModelid() {
+        return modelid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.modelId
+     *
+     * @param modelid the value for windpowerstationtestingpoint.modelId
+     *
+     * @mbg.generated
+     */
+    public void setModelid(String modelid) {
+        this.modelid = modelid == null ? null : modelid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.maxVal
+     *
+     * @return the value of windpowerstationtestingpoint.maxVal
+     *
+     * @mbg.generated
+     */
+    public Double getMaxval() {
+        return maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.maxVal
+     *
+     * @param maxval the value for windpowerstationtestingpoint.maxVal
+     *
+     * @mbg.generated
+     */
+    public void setMaxval(Double maxval) {
+        this.maxval = maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.MinVal
+     *
+     * @return the value of windpowerstationtestingpoint.MinVal
+     *
+     * @mbg.generated
+     */
+    public Double getMinval() {
+        return minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.MinVal
+     *
+     * @param minval the value for windpowerstationtestingpoint.MinVal
+     *
+     * @mbg.generated
+     */
+    public void setMinval(Double minval) {
+        this.minval = minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.reasonableMaxVal
+     *
+     * @return the value of windpowerstationtestingpoint.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonablemaxval() {
+        return reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.reasonableMaxVal
+     *
+     * @param reasonablemaxval the value for windpowerstationtestingpoint.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonablemaxval(Double reasonablemaxval) {
+        this.reasonablemaxval = reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.reasonableMinVal
+     *
+     * @return the value of windpowerstationtestingpoint.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonableminval() {
+        return reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.reasonableMinVal
+     *
+     * @param reasonableminval the value for windpowerstationtestingpoint.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonableminval(Double reasonableminval) {
+        this.reasonableminval = reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.uniformCode
+     *
+     * @return the value of windpowerstationtestingpoint.uniformCode
+     *
+     * @mbg.generated
+     */
+    public String getUniformcode() {
+        return uniformcode;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.uniformCode
+     *
+     * @param uniformcode the value for windpowerstationtestingpoint.uniformCode
+     *
+     * @mbg.generated
+     */
+    public void setUniformcode(String uniformcode) {
+        this.uniformcode = uniformcode == null ? null : uniformcode.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.shortId
+     *
+     * @return the value of windpowerstationtestingpoint.shortId
+     *
+     * @mbg.generated
+     */
+    public String getShortid() {
+        return shortid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.shortId
+     *
+     * @param shortid the value for windpowerstationtestingpoint.shortId
+     *
+     * @mbg.generated
+     */
+    public void setShortid(String shortid) {
+        this.shortid = shortid == null ? null : shortid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.longId
+     *
+     * @return the value of windpowerstationtestingpoint.longId
+     *
+     * @mbg.generated
+     */
+    public String getLongid() {
+        return longid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.longId
+     *
+     * @param longid the value for windpowerstationtestingpoint.longId
+     *
+     * @mbg.generated
+     */
+    public void setLongid(String longid) {
+        this.longid = longid == null ? null : longid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.windPowerStationId
+     *
+     * @return the value of windpowerstationtestingpoint.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public String getWindpowerstationid() {
+        return windpowerstationid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.windPowerStationId
+     *
+     * @param windpowerstationid the value for windpowerstationtestingpoint.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public void setWindpowerstationid(String windpowerstationid) {
+        this.windpowerstationid = windpowerstationid == null ? null : windpowerstationid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstationtestingpoint.realTimeId
+     *
+     * @return the value of windpowerstationtestingpoint.realTimeId
+     *
+     * @mbg.generated
+     */
+    public String getRealtimeid() {
+        return realtimeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstationtestingpoint.realTimeId
+     *
+     * @param realtimeid the value for windpowerstationtestingpoint.realTimeId
+     *
+     * @mbg.generated
+     */
+    public void setRealtimeid(String realtimeid) {
+        this.realtimeid = realtimeid == null ? null : realtimeid.trim();
+    }
+}

File diff suppressed because it is too large
+ 1382 - 0
src/main/java/com/gyee/frame/model/auto/WindPowerstationTestingPointExample.java


+ 607 - 0
src/main/java/com/gyee/frame/model/auto/WindTurbineTestingPointAi.java

@@ -0,0 +1,607 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+
+public class WindTurbineTestingPointAi implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.id
+     *
+     * @mbg.generated
+     */
+    private String id;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.code
+     *
+     * @mbg.generated
+     */
+    private String code;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.name
+     *
+     * @mbg.generated
+     */
+    private String name;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.model
+     *
+     * @mbg.generated
+     */
+    private String model;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.valueUnit
+     *
+     * @mbg.generated
+     */
+    private String valueunit;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.englishName
+     *
+     * @mbg.generated
+     */
+    private String englishname;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.typeId
+     *
+     * @mbg.generated
+     */
+    private String typeid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.modelId
+     *
+     * @mbg.generated
+     */
+    private String modelid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.maxVal
+     *
+     * @mbg.generated
+     */
+    private Double maxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.MinVal
+     *
+     * @mbg.generated
+     */
+    private Double minval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonablemaxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonableminval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.windTurbineid
+     *
+     * @mbg.generated
+     */
+    private String windturbineid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.uniformCode
+     *
+     * @mbg.generated
+     */
+    private String uniformcode;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.shortId
+     *
+     * @mbg.generated
+     */
+    private String shortid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.longId
+     *
+     * @mbg.generated
+     */
+    private String longid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    private String windpowerstationid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointai.realTimeId
+     *
+     * @mbg.generated
+     */
+    private String realtimeid;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table windturbinetestingpointai
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.id
+     *
+     * @return the value of windturbinetestingpointai.id
+     *
+     * @mbg.generated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.id
+     *
+     * @param id the value for windturbinetestingpointai.id
+     *
+     * @mbg.generated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.code
+     *
+     * @return the value of windturbinetestingpointai.code
+     *
+     * @mbg.generated
+     */
+    public String getCode() {
+        return code;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.code
+     *
+     * @param code the value for windturbinetestingpointai.code
+     *
+     * @mbg.generated
+     */
+    public void setCode(String code) {
+        this.code = code == null ? null : code.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.name
+     *
+     * @return the value of windturbinetestingpointai.name
+     *
+     * @mbg.generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.name
+     *
+     * @param name the value for windturbinetestingpointai.name
+     *
+     * @mbg.generated
+     */
+    public void setName(String name) {
+        this.name = name == null ? null : name.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.model
+     *
+     * @return the value of windturbinetestingpointai.model
+     *
+     * @mbg.generated
+     */
+    public String getModel() {
+        return model;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.model
+     *
+     * @param model the value for windturbinetestingpointai.model
+     *
+     * @mbg.generated
+     */
+    public void setModel(String model) {
+        this.model = model == null ? null : model.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.valueUnit
+     *
+     * @return the value of windturbinetestingpointai.valueUnit
+     *
+     * @mbg.generated
+     */
+    public String getValueunit() {
+        return valueunit;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.valueUnit
+     *
+     * @param valueunit the value for windturbinetestingpointai.valueUnit
+     *
+     * @mbg.generated
+     */
+    public void setValueunit(String valueunit) {
+        this.valueunit = valueunit == null ? null : valueunit.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.englishName
+     *
+     * @return the value of windturbinetestingpointai.englishName
+     *
+     * @mbg.generated
+     */
+    public String getEnglishname() {
+        return englishname;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.englishName
+     *
+     * @param englishname the value for windturbinetestingpointai.englishName
+     *
+     * @mbg.generated
+     */
+    public void setEnglishname(String englishname) {
+        this.englishname = englishname == null ? null : englishname.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.typeId
+     *
+     * @return the value of windturbinetestingpointai.typeId
+     *
+     * @mbg.generated
+     */
+    public String getTypeid() {
+        return typeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.typeId
+     *
+     * @param typeid the value for windturbinetestingpointai.typeId
+     *
+     * @mbg.generated
+     */
+    public void setTypeid(String typeid) {
+        this.typeid = typeid == null ? null : typeid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.modelId
+     *
+     * @return the value of windturbinetestingpointai.modelId
+     *
+     * @mbg.generated
+     */
+    public String getModelid() {
+        return modelid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.modelId
+     *
+     * @param modelid the value for windturbinetestingpointai.modelId
+     *
+     * @mbg.generated
+     */
+    public void setModelid(String modelid) {
+        this.modelid = modelid == null ? null : modelid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.maxVal
+     *
+     * @return the value of windturbinetestingpointai.maxVal
+     *
+     * @mbg.generated
+     */
+    public Double getMaxval() {
+        return maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.maxVal
+     *
+     * @param maxval the value for windturbinetestingpointai.maxVal
+     *
+     * @mbg.generated
+     */
+    public void setMaxval(Double maxval) {
+        this.maxval = maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.MinVal
+     *
+     * @return the value of windturbinetestingpointai.MinVal
+     *
+     * @mbg.generated
+     */
+    public Double getMinval() {
+        return minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.MinVal
+     *
+     * @param minval the value for windturbinetestingpointai.MinVal
+     *
+     * @mbg.generated
+     */
+    public void setMinval(Double minval) {
+        this.minval = minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.reasonableMaxVal
+     *
+     * @return the value of windturbinetestingpointai.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonablemaxval() {
+        return reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.reasonableMaxVal
+     *
+     * @param reasonablemaxval the value for windturbinetestingpointai.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonablemaxval(Double reasonablemaxval) {
+        this.reasonablemaxval = reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.reasonableMinVal
+     *
+     * @return the value of windturbinetestingpointai.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonableminval() {
+        return reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.reasonableMinVal
+     *
+     * @param reasonableminval the value for windturbinetestingpointai.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonableminval(Double reasonableminval) {
+        this.reasonableminval = reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.windTurbineid
+     *
+     * @return the value of windturbinetestingpointai.windTurbineid
+     *
+     * @mbg.generated
+     */
+    public String getWindturbineid() {
+        return windturbineid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.windTurbineid
+     *
+     * @param windturbineid the value for windturbinetestingpointai.windTurbineid
+     *
+     * @mbg.generated
+     */
+    public void setWindturbineid(String windturbineid) {
+        this.windturbineid = windturbineid == null ? null : windturbineid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.uniformCode
+     *
+     * @return the value of windturbinetestingpointai.uniformCode
+     *
+     * @mbg.generated
+     */
+    public String getUniformcode() {
+        return uniformcode;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.uniformCode
+     *
+     * @param uniformcode the value for windturbinetestingpointai.uniformCode
+     *
+     * @mbg.generated
+     */
+    public void setUniformcode(String uniformcode) {
+        this.uniformcode = uniformcode == null ? null : uniformcode.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.shortId
+     *
+     * @return the value of windturbinetestingpointai.shortId
+     *
+     * @mbg.generated
+     */
+    public String getShortid() {
+        return shortid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.shortId
+     *
+     * @param shortid the value for windturbinetestingpointai.shortId
+     *
+     * @mbg.generated
+     */
+    public void setShortid(String shortid) {
+        this.shortid = shortid == null ? null : shortid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.longId
+     *
+     * @return the value of windturbinetestingpointai.longId
+     *
+     * @mbg.generated
+     */
+    public String getLongid() {
+        return longid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.longId
+     *
+     * @param longid the value for windturbinetestingpointai.longId
+     *
+     * @mbg.generated
+     */
+    public void setLongid(String longid) {
+        this.longid = longid == null ? null : longid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.windPowerStationId
+     *
+     * @return the value of windturbinetestingpointai.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public String getWindpowerstationid() {
+        return windpowerstationid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.windPowerStationId
+     *
+     * @param windpowerstationid the value for windturbinetestingpointai.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public void setWindpowerstationid(String windpowerstationid) {
+        this.windpowerstationid = windpowerstationid == null ? null : windpowerstationid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointai.realTimeId
+     *
+     * @return the value of windturbinetestingpointai.realTimeId
+     *
+     * @mbg.generated
+     */
+    public String getRealtimeid() {
+        return realtimeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointai.realTimeId
+     *
+     * @param realtimeid the value for windturbinetestingpointai.realTimeId
+     *
+     * @mbg.generated
+     */
+    public void setRealtimeid(String realtimeid) {
+        this.realtimeid = realtimeid == null ? null : realtimeid.trim();
+    }
+}

File diff suppressed because it is too large
+ 1522 - 0
src/main/java/com/gyee/frame/model/auto/WindTurbineTestingPointAiExample.java


+ 607 - 0
src/main/java/com/gyee/frame/model/auto/WindTurbineTestingPointDi.java

@@ -0,0 +1,607 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+
+public class WindTurbineTestingPointDi implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.id
+     *
+     * @mbg.generated
+     */
+    private String id;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.code
+     *
+     * @mbg.generated
+     */
+    private String code;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.name
+     *
+     * @mbg.generated
+     */
+    private String name;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.model
+     *
+     * @mbg.generated
+     */
+    private String model;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.valueUnit
+     *
+     * @mbg.generated
+     */
+    private String valueunit;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.englishName
+     *
+     * @mbg.generated
+     */
+    private String englishname;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.typeId
+     *
+     * @mbg.generated
+     */
+    private String typeid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.modelId
+     *
+     * @mbg.generated
+     */
+    private String modelid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.maxVal
+     *
+     * @mbg.generated
+     */
+    private Double maxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.MinVal
+     *
+     * @mbg.generated
+     */
+    private Double minval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonablemaxval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    private Double reasonableminval;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.windTurbineid
+     *
+     * @mbg.generated
+     */
+    private String windturbineid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.uniformCode
+     *
+     * @mbg.generated
+     */
+    private String uniformcode;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.shortId
+     *
+     * @mbg.generated
+     */
+    private String shortid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.longId
+     *
+     * @mbg.generated
+     */
+    private String longid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    private String windpowerstationid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windturbinetestingpointdi.realTimeId
+     *
+     * @mbg.generated
+     */
+    private String realtimeid;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table windturbinetestingpointdi
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.id
+     *
+     * @return the value of windturbinetestingpointdi.id
+     *
+     * @mbg.generated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.id
+     *
+     * @param id the value for windturbinetestingpointdi.id
+     *
+     * @mbg.generated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.code
+     *
+     * @return the value of windturbinetestingpointdi.code
+     *
+     * @mbg.generated
+     */
+    public String getCode() {
+        return code;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.code
+     *
+     * @param code the value for windturbinetestingpointdi.code
+     *
+     * @mbg.generated
+     */
+    public void setCode(String code) {
+        this.code = code == null ? null : code.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.name
+     *
+     * @return the value of windturbinetestingpointdi.name
+     *
+     * @mbg.generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.name
+     *
+     * @param name the value for windturbinetestingpointdi.name
+     *
+     * @mbg.generated
+     */
+    public void setName(String name) {
+        this.name = name == null ? null : name.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.model
+     *
+     * @return the value of windturbinetestingpointdi.model
+     *
+     * @mbg.generated
+     */
+    public String getModel() {
+        return model;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.model
+     *
+     * @param model the value for windturbinetestingpointdi.model
+     *
+     * @mbg.generated
+     */
+    public void setModel(String model) {
+        this.model = model == null ? null : model.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.valueUnit
+     *
+     * @return the value of windturbinetestingpointdi.valueUnit
+     *
+     * @mbg.generated
+     */
+    public String getValueunit() {
+        return valueunit;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.valueUnit
+     *
+     * @param valueunit the value for windturbinetestingpointdi.valueUnit
+     *
+     * @mbg.generated
+     */
+    public void setValueunit(String valueunit) {
+        this.valueunit = valueunit == null ? null : valueunit.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.englishName
+     *
+     * @return the value of windturbinetestingpointdi.englishName
+     *
+     * @mbg.generated
+     */
+    public String getEnglishname() {
+        return englishname;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.englishName
+     *
+     * @param englishname the value for windturbinetestingpointdi.englishName
+     *
+     * @mbg.generated
+     */
+    public void setEnglishname(String englishname) {
+        this.englishname = englishname == null ? null : englishname.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.typeId
+     *
+     * @return the value of windturbinetestingpointdi.typeId
+     *
+     * @mbg.generated
+     */
+    public String getTypeid() {
+        return typeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.typeId
+     *
+     * @param typeid the value for windturbinetestingpointdi.typeId
+     *
+     * @mbg.generated
+     */
+    public void setTypeid(String typeid) {
+        this.typeid = typeid == null ? null : typeid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.modelId
+     *
+     * @return the value of windturbinetestingpointdi.modelId
+     *
+     * @mbg.generated
+     */
+    public String getModelid() {
+        return modelid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.modelId
+     *
+     * @param modelid the value for windturbinetestingpointdi.modelId
+     *
+     * @mbg.generated
+     */
+    public void setModelid(String modelid) {
+        this.modelid = modelid == null ? null : modelid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.maxVal
+     *
+     * @return the value of windturbinetestingpointdi.maxVal
+     *
+     * @mbg.generated
+     */
+    public Double getMaxval() {
+        return maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.maxVal
+     *
+     * @param maxval the value for windturbinetestingpointdi.maxVal
+     *
+     * @mbg.generated
+     */
+    public void setMaxval(Double maxval) {
+        this.maxval = maxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.MinVal
+     *
+     * @return the value of windturbinetestingpointdi.MinVal
+     *
+     * @mbg.generated
+     */
+    public Double getMinval() {
+        return minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.MinVal
+     *
+     * @param minval the value for windturbinetestingpointdi.MinVal
+     *
+     * @mbg.generated
+     */
+    public void setMinval(Double minval) {
+        this.minval = minval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.reasonableMaxVal
+     *
+     * @return the value of windturbinetestingpointdi.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonablemaxval() {
+        return reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.reasonableMaxVal
+     *
+     * @param reasonablemaxval the value for windturbinetestingpointdi.reasonableMaxVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonablemaxval(Double reasonablemaxval) {
+        this.reasonablemaxval = reasonablemaxval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.reasonableMinVal
+     *
+     * @return the value of windturbinetestingpointdi.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public Double getReasonableminval() {
+        return reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.reasonableMinVal
+     *
+     * @param reasonableminval the value for windturbinetestingpointdi.reasonableMinVal
+     *
+     * @mbg.generated
+     */
+    public void setReasonableminval(Double reasonableminval) {
+        this.reasonableminval = reasonableminval;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.windTurbineid
+     *
+     * @return the value of windturbinetestingpointdi.windTurbineid
+     *
+     * @mbg.generated
+     */
+    public String getWindturbineid() {
+        return windturbineid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.windTurbineid
+     *
+     * @param windturbineid the value for windturbinetestingpointdi.windTurbineid
+     *
+     * @mbg.generated
+     */
+    public void setWindturbineid(String windturbineid) {
+        this.windturbineid = windturbineid == null ? null : windturbineid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.uniformCode
+     *
+     * @return the value of windturbinetestingpointdi.uniformCode
+     *
+     * @mbg.generated
+     */
+    public String getUniformcode() {
+        return uniformcode;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.uniformCode
+     *
+     * @param uniformcode the value for windturbinetestingpointdi.uniformCode
+     *
+     * @mbg.generated
+     */
+    public void setUniformcode(String uniformcode) {
+        this.uniformcode = uniformcode == null ? null : uniformcode.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.shortId
+     *
+     * @return the value of windturbinetestingpointdi.shortId
+     *
+     * @mbg.generated
+     */
+    public String getShortid() {
+        return shortid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.shortId
+     *
+     * @param shortid the value for windturbinetestingpointdi.shortId
+     *
+     * @mbg.generated
+     */
+    public void setShortid(String shortid) {
+        this.shortid = shortid == null ? null : shortid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.longId
+     *
+     * @return the value of windturbinetestingpointdi.longId
+     *
+     * @mbg.generated
+     */
+    public String getLongid() {
+        return longid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.longId
+     *
+     * @param longid the value for windturbinetestingpointdi.longId
+     *
+     * @mbg.generated
+     */
+    public void setLongid(String longid) {
+        this.longid = longid == null ? null : longid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.windPowerStationId
+     *
+     * @return the value of windturbinetestingpointdi.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public String getWindpowerstationid() {
+        return windpowerstationid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.windPowerStationId
+     *
+     * @param windpowerstationid the value for windturbinetestingpointdi.windPowerStationId
+     *
+     * @mbg.generated
+     */
+    public void setWindpowerstationid(String windpowerstationid) {
+        this.windpowerstationid = windpowerstationid == null ? null : windpowerstationid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windturbinetestingpointdi.realTimeId
+     *
+     * @return the value of windturbinetestingpointdi.realTimeId
+     *
+     * @mbg.generated
+     */
+    public String getRealtimeid() {
+        return realtimeid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windturbinetestingpointdi.realTimeId
+     *
+     * @param realtimeid the value for windturbinetestingpointdi.realTimeId
+     *
+     * @mbg.generated
+     */
+    public void setRealtimeid(String realtimeid) {
+        this.realtimeid = realtimeid == null ? null : realtimeid.trim();
+    }
+}

File diff suppressed because it is too large
+ 1522 - 0
src/main/java/com/gyee/frame/model/auto/WindTurbineTestingPointDiExample.java


File diff suppressed because it is too large
+ 3017 - 0
src/main/java/com/gyee/frame/model/auto/Windpowerinfoday.java


File diff suppressed because it is too large
+ 5840 - 0
src/main/java/com/gyee/frame/model/auto/WindpowerinfodayExample.java


+ 640 - 0
src/main/java/com/gyee/frame/model/auto/Windpowerstation.java

@@ -0,0 +1,640 @@
+package com.gyee.frame.model.auto;
+
+import java.io.Serializable;
+
+public class Windpowerstation implements Serializable {
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.id
+     *
+     * @mbg.generated
+     */
+    private String id;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.code
+     *
+     * @mbg.generated
+     */
+    private String code;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.name
+     *
+     * @mbg.generated
+     */
+    private String name;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.address
+     *
+     * @mbg.generated
+     */
+    private String address;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.telephone
+     *
+     * @mbg.generated
+     */
+    private String telephone;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.capacity
+     *
+     * @mbg.generated
+     */
+    private Double capacity;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.capacityUnit
+     *
+     * @mbg.generated
+     */
+    private String capacityunit;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.quantity
+     *
+     * @mbg.generated
+     */
+    private Integer quantity;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.aname
+     *
+     * @mbg.generated
+     */
+    private String aname;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.longitude
+     *
+     * @mbg.generated
+     */
+    private Double longitude;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.latitude
+     *
+     * @mbg.generated
+     */
+    private Double latitude;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.photo
+     *
+     * @mbg.generated
+     */
+    private String photo;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.companyId
+     *
+     * @mbg.generated
+     */
+    private String companyid;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.systemManufact
+     *
+     * @mbg.generated
+     */
+    private String systemmanufact;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.headFarm
+     *
+     * @mbg.generated
+     */
+    private String headfarm;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.headFarmPhone
+     *
+     * @mbg.generated
+     */
+    private String headfarmphone;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.model
+     *
+     * @mbg.generated
+     */
+    private String model;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.ordernum
+     *
+     * @mbg.generated
+     */
+    private Integer ordernum;
+
+    /**
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column windpowerstation.height
+     *
+     * @mbg.generated
+     */
+    private Double height;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database table windpowerstation
+     *
+     * @mbg.generated
+     */
+    private static final long serialVersionUID = 1L;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.id
+     *
+     * @return the value of windpowerstation.id
+     *
+     * @mbg.generated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.id
+     *
+     * @param id the value for windpowerstation.id
+     *
+     * @mbg.generated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.code
+     *
+     * @return the value of windpowerstation.code
+     *
+     * @mbg.generated
+     */
+    public String getCode() {
+        return code;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.code
+     *
+     * @param code the value for windpowerstation.code
+     *
+     * @mbg.generated
+     */
+    public void setCode(String code) {
+        this.code = code == null ? null : code.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.name
+     *
+     * @return the value of windpowerstation.name
+     *
+     * @mbg.generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.name
+     *
+     * @param name the value for windpowerstation.name
+     *
+     * @mbg.generated
+     */
+    public void setName(String name) {
+        this.name = name == null ? null : name.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.address
+     *
+     * @return the value of windpowerstation.address
+     *
+     * @mbg.generated
+     */
+    public String getAddress() {
+        return address;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.address
+     *
+     * @param address the value for windpowerstation.address
+     *
+     * @mbg.generated
+     */
+    public void setAddress(String address) {
+        this.address = address == null ? null : address.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.telephone
+     *
+     * @return the value of windpowerstation.telephone
+     *
+     * @mbg.generated
+     */
+    public String getTelephone() {
+        return telephone;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.telephone
+     *
+     * @param telephone the value for windpowerstation.telephone
+     *
+     * @mbg.generated
+     */
+    public void setTelephone(String telephone) {
+        this.telephone = telephone == null ? null : telephone.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.capacity
+     *
+     * @return the value of windpowerstation.capacity
+     *
+     * @mbg.generated
+     */
+    public Double getCapacity() {
+        return capacity;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.capacity
+     *
+     * @param capacity the value for windpowerstation.capacity
+     *
+     * @mbg.generated
+     */
+    public void setCapacity(Double capacity) {
+        this.capacity = capacity;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.capacityUnit
+     *
+     * @return the value of windpowerstation.capacityUnit
+     *
+     * @mbg.generated
+     */
+    public String getCapacityunit() {
+        return capacityunit;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.capacityUnit
+     *
+     * @param capacityunit the value for windpowerstation.capacityUnit
+     *
+     * @mbg.generated
+     */
+    public void setCapacityunit(String capacityunit) {
+        this.capacityunit = capacityunit == null ? null : capacityunit.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.quantity
+     *
+     * @return the value of windpowerstation.quantity
+     *
+     * @mbg.generated
+     */
+    public Integer getQuantity() {
+        return quantity;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.quantity
+     *
+     * @param quantity the value for windpowerstation.quantity
+     *
+     * @mbg.generated
+     */
+    public void setQuantity(Integer quantity) {
+        this.quantity = quantity;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.aname
+     *
+     * @return the value of windpowerstation.aname
+     *
+     * @mbg.generated
+     */
+    public String getAname() {
+        return aname;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.aname
+     *
+     * @param aname the value for windpowerstation.aname
+     *
+     * @mbg.generated
+     */
+    public void setAname(String aname) {
+        this.aname = aname == null ? null : aname.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.longitude
+     *
+     * @return the value of windpowerstation.longitude
+     *
+     * @mbg.generated
+     */
+    public Double getLongitude() {
+        return longitude;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.longitude
+     *
+     * @param longitude the value for windpowerstation.longitude
+     *
+     * @mbg.generated
+     */
+    public void setLongitude(Double longitude) {
+        this.longitude = longitude;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.latitude
+     *
+     * @return the value of windpowerstation.latitude
+     *
+     * @mbg.generated
+     */
+    public Double getLatitude() {
+        return latitude;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.latitude
+     *
+     * @param latitude the value for windpowerstation.latitude
+     *
+     * @mbg.generated
+     */
+    public void setLatitude(Double latitude) {
+        this.latitude = latitude;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.photo
+     *
+     * @return the value of windpowerstation.photo
+     *
+     * @mbg.generated
+     */
+    public String getPhoto() {
+        return photo;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.photo
+     *
+     * @param photo the value for windpowerstation.photo
+     *
+     * @mbg.generated
+     */
+    public void setPhoto(String photo) {
+        this.photo = photo == null ? null : photo.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.companyId
+     *
+     * @return the value of windpowerstation.companyId
+     *
+     * @mbg.generated
+     */
+    public String getCompanyid() {
+        return companyid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.companyId
+     *
+     * @param companyid the value for windpowerstation.companyId
+     *
+     * @mbg.generated
+     */
+    public void setCompanyid(String companyid) {
+        this.companyid = companyid == null ? null : companyid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.systemManufact
+     *
+     * @return the value of windpowerstation.systemManufact
+     *
+     * @mbg.generated
+     */
+    public String getSystemmanufact() {
+        return systemmanufact;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.systemManufact
+     *
+     * @param systemmanufact the value for windpowerstation.systemManufact
+     *
+     * @mbg.generated
+     */
+    public void setSystemmanufact(String systemmanufact) {
+        this.systemmanufact = systemmanufact == null ? null : systemmanufact.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.headFarm
+     *
+     * @return the value of windpowerstation.headFarm
+     *
+     * @mbg.generated
+     */
+    public String getHeadfarm() {
+        return headfarm;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.headFarm
+     *
+     * @param headfarm the value for windpowerstation.headFarm
+     *
+     * @mbg.generated
+     */
+    public void setHeadfarm(String headfarm) {
+        this.headfarm = headfarm == null ? null : headfarm.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.headFarmPhone
+     *
+     * @return the value of windpowerstation.headFarmPhone
+     *
+     * @mbg.generated
+     */
+    public String getHeadfarmphone() {
+        return headfarmphone;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.headFarmPhone
+     *
+     * @param headfarmphone the value for windpowerstation.headFarmPhone
+     *
+     * @mbg.generated
+     */
+    public void setHeadfarmphone(String headfarmphone) {
+        this.headfarmphone = headfarmphone == null ? null : headfarmphone.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.model
+     *
+     * @return the value of windpowerstation.model
+     *
+     * @mbg.generated
+     */
+    public String getModel() {
+        return model;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.model
+     *
+     * @param model the value for windpowerstation.model
+     *
+     * @mbg.generated
+     */
+    public void setModel(String model) {
+        this.model = model == null ? null : model.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.ordernum
+     *
+     * @return the value of windpowerstation.ordernum
+     *
+     * @mbg.generated
+     */
+    public Integer getOrdernum() {
+        return ordernum;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.ordernum
+     *
+     * @param ordernum the value for windpowerstation.ordernum
+     *
+     * @mbg.generated
+     */
+    public void setOrdernum(Integer ordernum) {
+        this.ordernum = ordernum;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column windpowerstation.height
+     *
+     * @return the value of windpowerstation.height
+     *
+     * @mbg.generated
+     */
+    public Double getHeight() {
+        return height;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column windpowerstation.height
+     *
+     * @param height the value for windpowerstation.height
+     *
+     * @mbg.generated
+     */
+    public void setHeight(Double height) {
+        this.height = height;
+    }
+}

File diff suppressed because it is too large
+ 1572 - 0
src/main/java/com/gyee/frame/model/auto/WindpowerstationExample.java


File diff suppressed because it is too large
+ 2489 - 0
src/main/java/com/gyee/frame/model/auto/Windturbineinfoday.java


File diff suppressed because it is too large
+ 4870 - 0
src/main/java/com/gyee/frame/model/auto/WindturbineinfodayExample.java


+ 0 - 124
src/main/java/com/gyee/frame/model/custom/WindPowerStationTestingPoint.java

@@ -1,124 +0,0 @@
-package com.gyee.frame.model.custom;
-
-
-public class WindPowerStationTestingPoint implements java.io.Serializable {
-
-	private static final long serialVersionUID = 1L;
-	
-	private String code;
-	private String typeid;
-	private String name;
-	private String model;
-	private String valueunit;
-	private String englishname;
-	private String modelid;
-	private Double maxval;
-	private Double minval;
-	private Double reasonablemaxval;
-	private Double reasonableminval;
-	private String uniformcode;
-	private String shortid;
-	private String longid;
-	private String windpowerstationid;
-	private String realtimeid;
-	public String getCode() {
-    	return code;
-    }
-	public void setCode(String code) {
-    	this.code = code;
-    }
-	public String getTypeid() {
-    	return typeid;
-    }
-	public void setTypeid(String typeid) {
-    	this.typeid = typeid;
-    }
-	public String getName() {
-    	return name;
-    }
-	public void setName(String name) {
-    	this.name = name;
-    }
-	public String getModel() {
-    	return model;
-    }
-	public void setModel(String model) {
-    	this.model = model;
-    }
-	public String getValueunit() {
-    	return valueunit;
-    }
-	public void setValueunit(String valueunit) {
-    	this.valueunit = valueunit;
-    }
-	public String getEnglishname() {
-    	return englishname;
-    }
-	public void setEnglishname(String englishname) {
-    	this.englishname = englishname;
-    }
-	public String getModelid() {
-    	return modelid;
-    }
-	public void setModelid(String modelid) {
-    	this.modelid = modelid;
-    }
-	public Double getMaxval() {
-    	return maxval;
-    }
-	public void setMaxval(Double maxval) {
-    	this.maxval = maxval;
-    }
-	public Double getMinval() {
-    	return minval;
-    }
-	public void setMinval(Double minval) {
-    	this.minval = minval;
-    }
-	public Double getReasonablemaxval() {
-    	return reasonablemaxval;
-    }
-	public void setReasonablemaxval(Double reasonablemaxval) {
-    	this.reasonablemaxval = reasonablemaxval;
-    }
-	public Double getReasonableminval() {
-    	return reasonableminval;
-    }
-	public void setReasonableminval(Double reasonableminval) {
-    	this.reasonableminval = reasonableminval;
-    }
-	public String getUniformcode() {
-    	return uniformcode;
-    }
-	public void setUniformcode(String uniformcode) {
-    	this.uniformcode = uniformcode;
-    }
-	public String getShortid() {
-    	return shortid;
-    }
-	public void setShortid(String shortid) {
-    	this.shortid = shortid;
-    }
-	public String getLongid() {
-    	return longid;
-    }
-	public void setLongid(String longid) {
-    	this.longid = longid;
-    }
-	public String getWindpowerstationid() {
-    	return windpowerstationid;
-    }
-	public void setWindpowerstationid(String windpowerstationid) {
-    	this.windpowerstationid = windpowerstationid;
-    }
-	public String getRealtimeid() {
-    	return realtimeid;
-    }
-	public void setRealtimeid(String realtimeid) {
-    	this.realtimeid = realtimeid;
-    }
-
-
-	
-
-}

+ 0 - 180
src/main/java/com/gyee/frame/model/custom/WindTurbineTestingPointAi.java

@@ -1,180 +0,0 @@
-package com.gyee.frame.model.custom;
-
-
-public class WindTurbineTestingPointAi implements java.io.Serializable {
-
-	private static final long serialVersionUID = -7413709575956310328L;
-	// Fields
-
-	private String id;
-	private String code;
-	private String name;
-	private String model;
-	private String valueunit;
-	private String englishname;
-	private String typeid;
-	private String modelid;
-	private Double maxval;
-	private Double minval;
-	private Double reasonablemaxval;
-	private Double reasonableminval;
-	private String windturbineid;
-	private String uniformcode;
-	private String shortid;
-	private String longid;
-	private String windpowerstationid;
-	private String realtimeid;
-
-	// Constructors
-
-	/** default constructor */
-	public WindTurbineTestingPointAi() {
-	}
-
-	public String getId() {
-    	return id;
-    }
-
-	public void setId(String id) {
-    	this.id = id;
-    }
-
-	public String getCode() {
-    	return code;
-    }
-
-	public void setCode(String code) {
-    	this.code = code;
-    }
-
-	public String getName() {
-    	return name;
-    }
-
-	public void setName(String name) {
-    	this.name = name;
-    }
-
-	public String getModel() {
-    	return model;
-    }
-
-	public void setModel(String model) {
-    	this.model = model;
-    }
-
-	public String getValueunit() {
-    	return valueunit;
-    }
-
-	public void setValueunit(String valueunit) {
-    	this.valueunit = valueunit;
-    }
-
-	public String getEnglishname() {
-    	return englishname;
-    }
-
-	public void setEnglishname(String englishname) {
-    	this.englishname = englishname;
-    }
-
-	public String getTypeid() {
-    	return typeid;
-    }
-
-	public void setTypeid(String typeid) {
-    	this.typeid = typeid;
-    }
-
-	public String getModelid() {
-    	return modelid;
-    }
-
-	public void setModelid(String modelid) {
-    	this.modelid = modelid;
-    }
-
-	public Double getMaxval() {
-    	return maxval;
-    }
-
-	public void setMaxval(Double maxval) {
-    	this.maxval = maxval;
-    }
-
-	public Double getMinval() {
-    	return minval;
-    }
-
-	public void setMinval(Double minval) {
-    	this.minval = minval;
-    }
-
-	public Double getReasonablemaxval() {
-    	return reasonablemaxval;
-    }
-
-	public void setReasonablemaxval(Double reasonablemaxval) {
-    	this.reasonablemaxval = reasonablemaxval;
-    }
-
-	public Double getReasonableminval() {
-    	return reasonableminval;
-    }
-
-	public void setReasonableminval(Double reasonableminval) {
-    	this.reasonableminval = reasonableminval;
-    }
-
-	public String getWindturbineid() {
-    	return windturbineid;
-    }
-
-	public void setWindturbineid(String windturbineid) {
-    	this.windturbineid = windturbineid;
-    }
-
-	public String getUniformcode() {
-    	return uniformcode;
-    }
-
-	public void setUniformcode(String uniformcode) {
-    	this.uniformcode = uniformcode;
-    }
-
-	public String getShortid() {
-    	return shortid;
-    }
-
-	public void setShortid(String shortid) {
-    	this.shortid = shortid;
-    }
-
-	public String getLongid() {
-    	return longid;
-    }
-
-	public void setLongid(String longid) {
-    	this.longid = longid;
-    }
-
-	public String getWindpowerstationid() {
-    	return windpowerstationid;
-    }
-
-	public void setWindpowerstationid(String windpowerstationid) {
-    	this.windpowerstationid = windpowerstationid;
-    }
-
-	public String getRealtimeid() {
-    	return realtimeid;
-    }
-
-	public void setRealtimeid(String realtimeid) {
-    	this.realtimeid = realtimeid;
-    }
-
-	
-
-}

+ 7 - 7
src/main/java/com/gyee/frame/util/mongodb/IMongodbUtil.java

@@ -1,10 +1,10 @@
 package com.gyee.frame.util.mongodb;
 
 
+import com.gyee.frame.model.auto.WindPowerstationTestingPoint;
+import com.gyee.frame.model.auto.WindTurbineTestingPointAi;
 import com.gyee.frame.model.custom.DNAStatVal;
 import com.gyee.frame.model.custom.PointData;
-import com.gyee.frame.model.custom.WindPowerStationTestingPoint;
-import com.gyee.frame.model.custom.WindTurbineTestingPointAi;
 
 import java.util.List;
 import java.util.Map;
@@ -13,13 +13,13 @@ import java.util.Map;
 
 public interface IMongodbUtil {
     // 通过风场测点获得测点实时数据
-    public PointData getRealData(WindPowerStationTestingPoint point) throws Exception;
+    public PointData getRealData(WindPowerstationTestingPoint point) throws Exception;
 
     // 通过风场测点获得测点实时数据
-    public List<PointData> getHistoryDatasSnap(WindPowerStationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried) throws Exception;
+    public List<PointData> getHistoryDatasSnap(WindPowerstationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried) throws Exception;
 
     // 通过风场测点获得测点实时数据
-    public List<PointData> getHistoryDatasRaw(WindPowerStationTestingPoint point, Long beginDate, Long endDate) throws Exception;
+    public List<PointData> getHistoryDatasRaw(WindPowerstationTestingPoint point, Long beginDate, Long endDate) throws Exception;
 
     // 通过风机测点获得测点实时数据
     public PointData getRealData(WindTurbineTestingPointAi point) throws Exception;
@@ -50,13 +50,13 @@ public interface IMongodbUtil {
     /*
      * //通过全局点名获得测点实时数据 public PointData getRealDataByTime(String pointid)
      * throws Exception; //通过风场测点获得测点实时数据 public PointData
-     * getRealDataByTime(WindPowerStationTestingPoint point) throws Exception;
+     * getRealDataByTime(WindPowerstationTestingPoint point) throws Exception;
      */
     // 通过风机测点获得特殊数据
     public List<PointData> getHistStat(WindTurbineTestingPointAi point, Long beginDate, Long endDate, Long count, Long pried, int type) throws Exception;
 
     // 通过场站测点获得特殊数据
-    public List<PointData> getHistStat(WindPowerStationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried, int type) throws Exception;
+    public List<PointData> getHistStat(WindPowerstationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried, int type) throws Exception;
 
     // 通过全局点名获得特殊数据
     public List<PointData> getHistStat(String pointid, Long beginDate, Long endDate, Long count, Long pried, int type) throws Exception;

+ 8 - 4
src/main/java/com/gyee/frame/util/mongodb/MongoDbUtil.java

@@ -1,6 +1,10 @@
 package com.gyee.frame.util.mongodb;
 
-import com.gyee.frame.model.custom.*;
+import com.gyee.frame.model.auto.WindPowerstationTestingPoint;
+import com.gyee.frame.model.auto.WindTurbineTestingPointAi;
+import com.gyee.frame.model.custom.DNAStatVal;
+import com.gyee.frame.model.custom.DNAVal;
+import com.gyee.frame.model.custom.PointData;
 import com.gyee.frame.util.StringUtils;
 import com.mongodb.BasicDBObject;
 import com.mongodb.client.MongoCollection;
@@ -29,7 +33,7 @@ public class MongoDbUtil {
 	private JedisPool jedisPool;
 
 
-	public List<PointData> getHistoryDatasSnap(WindPowerStationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried) throws Exception {
+	public List<PointData> getHistoryDatasSnap(WindPowerstationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried) throws Exception {
 
 //		long startStamp = System.currentTimeMillis();
 //		Date startDate = DateUtils.parseLongToDate(startStamp);
@@ -201,7 +205,7 @@ public class MongoDbUtil {
 
 	}
 
-	public List<PointData> getHistStat(WindPowerStationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried, int type) throws Exception {
+	public List<PointData> getHistStat(WindPowerstationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried, int type) throws Exception {
 //		long startStamp = System.currentTimeMillis();
 //		logger.info("==================开始时刻: " + DateUtils.parseLongToDate(startStamp));
 
@@ -369,7 +373,7 @@ public class MongoDbUtil {
 		return ls;
 	}
 
-	public List<PointData> getHistoryDatasRaw(WindPowerStationTestingPoint point, Long beginDate, Long endDate) throws Exception {
+	public List<PointData> getHistoryDatasRaw(WindPowerstationTestingPoint point, Long beginDate, Long endDate) throws Exception {
 //		long startStamp = System.currentTimeMillis();
 //		logger.info("==================开始时刻: " + DateUtils.parseLongToDate(startStamp));
 		List<PointData> ls = new ArrayList<PointData>();

+ 6 - 6
src/main/java/com/gyee/frame/util/mongodb/MongodbUtilImpl.java

@@ -2,10 +2,10 @@ package com.gyee.frame.util.mongodb;
 
 
 import com.gyee.frame.common.spring.SpringUtils;
+import com.gyee.frame.model.auto.WindPowerstationTestingPoint;
+import com.gyee.frame.model.auto.WindTurbineTestingPointAi;
 import com.gyee.frame.model.custom.DNAStatVal;
 import com.gyee.frame.model.custom.PointData;
-import com.gyee.frame.model.custom.WindPowerStationTestingPoint;
-import com.gyee.frame.model.custom.WindTurbineTestingPointAi;
 import com.gyee.frame.util.StringUtils;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -25,13 +25,13 @@ public class MongodbUtilImpl implements IMongodbUtil {
     private MongoDbUtil mdb = SpringUtils.getBean(MongoDbUtil.class);
     private static Logger logger = LoggerFactory.getLogger(MongoDbUtil.class);
 
-    public PointData getRealData(WindPowerStationTestingPoint point) throws Exception {
+    public PointData getRealData(WindPowerstationTestingPoint point) throws Exception {
 
         PointData po = jedisPoolUtil.getRealData(point.getCode());
         return po;
     }
 
-    public List<PointData> getHistoryDatasSnap(WindPowerStationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried) throws Exception {
+    public List<PointData> getHistoryDatasSnap(WindPowerstationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried) throws Exception {
 //        long startStamp = System.currentTimeMillis();
 //        logger.info("==================开始时刻: " + DateUtils.parseLongToDate(startStamp));
 
@@ -84,7 +84,7 @@ public class MongodbUtilImpl implements IMongodbUtil {
 
     }
 
-    public List<PointData> getHistStat(WindPowerStationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried, int type) throws Exception {
+    public List<PointData> getHistStat(WindPowerstationTestingPoint point, Long beginDate, Long endDate, Long count, Long pried, int type) throws Exception {
 //        long startStamp = System.currentTimeMillis();
 //        logger.info("==================开始时刻: " + DateUtils.parseLongToDate(startStamp));
 
@@ -275,7 +275,7 @@ public class MongodbUtilImpl implements IMongodbUtil {
         return ls;
     }
 
-    public List<PointData> getHistoryDatasRaw(WindPowerStationTestingPoint point, Long beginDate, Long endDate) throws Exception {
+    public List<PointData> getHistoryDatasRaw(WindPowerstationTestingPoint point, Long beginDate, Long endDate) throws Exception {
 //        long startStamp = System.currentTimeMillis();
 //        logger.info("==================开始时刻: " + DateUtils.parseLongToDate(startStamp));
         List<PointData> ls = mdb.getHistoryDatasRaw(point, beginDate, endDate);

+ 224 - 0
src/main/resources/mybatis/auto/CompanyMapper.xml

@@ -0,0 +1,224 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.CompanyMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.Company">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="id" jdbcType="VARCHAR" property="id" />
+    <result column="name" jdbcType="VARCHAR" property="name" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    id, name
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.CompanyExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from company
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from company
+    where id = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from company
+    where id = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.CompanyExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from company
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.Company">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into company (id, name)
+    values (#{id,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR})
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.Company">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into company
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        id,
+      </if>
+      <if test="name != null">
+        name,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        #{name,jdbcType=VARCHAR},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.CompanyExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from company
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update company
+    <set>
+      <if test="record.id != null">
+        id = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.name != null">
+        name = #{record.name,jdbcType=VARCHAR},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update company
+    set id = #{record.id,jdbcType=VARCHAR},
+      name = #{record.name,jdbcType=VARCHAR}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.Company">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update company
+    <set>
+      <if test="name != null">
+        name = #{name,jdbcType=VARCHAR},
+      </if>
+    </set>
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.Company">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update company
+    set name = #{name,jdbcType=VARCHAR}
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>

+ 478 - 0
src/main/resources/mybatis/auto/ElectricaltestingPointAiMapper.xml

@@ -0,0 +1,478 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.ElectricaltestingPointAiMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.ElectricaltestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="id" jdbcType="VARCHAR" property="id" />
+    <result column="code" jdbcType="VARCHAR" property="code" />
+    <result column="name" jdbcType="VARCHAR" property="name" />
+    <result column="model" jdbcType="VARCHAR" property="model" />
+    <result column="valueUnit" jdbcType="VARCHAR" property="valueunit" />
+    <result column="englishName" jdbcType="VARCHAR" property="englishname" />
+    <result column="typeId" jdbcType="VARCHAR" property="typeid" />
+    <result column="modelId" jdbcType="VARCHAR" property="modelid" />
+    <result column="maxVal" jdbcType="DOUBLE" property="maxval" />
+    <result column="MinVal" jdbcType="DOUBLE" property="minval" />
+    <result column="reasonableMaxVal" jdbcType="DOUBLE" property="reasonablemaxval" />
+    <result column="reasonableMinVal" jdbcType="DOUBLE" property="reasonableminval" />
+    <result column="electricalid" jdbcType="VARCHAR" property="electricalid" />
+    <result column="uniformCode" jdbcType="VARCHAR" property="uniformcode" />
+    <result column="shortId" jdbcType="VARCHAR" property="shortid" />
+    <result column="longId" jdbcType="VARCHAR" property="longid" />
+    <result column="windPowerStationId" jdbcType="VARCHAR" property="windpowerstationid" />
+    <result column="realTimeId" jdbcType="VARCHAR" property="realtimeid" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    id, code, name, model, valueUnit, englishName, typeId, modelId, maxVal, MinVal, reasonableMaxVal, 
+    reasonableMinVal, electricalid, uniformCode, shortId, longId, windPowerStationId, 
+    realTimeId
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointAiExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from electricaltestingpointai
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from electricaltestingpointai
+    where id = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from electricaltestingpointai
+    where id = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointAiExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from electricaltestingpointai
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into electricaltestingpointai (id, code, name, 
+      model, valueUnit, englishName, 
+      typeId, modelId, maxVal, 
+      MinVal, reasonableMaxVal, reasonableMinVal, 
+      electricalid, uniformCode, shortId, 
+      longId, windPowerStationId, realTimeId
+      )
+    values (#{id,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, 
+      #{model,jdbcType=VARCHAR}, #{valueunit,jdbcType=VARCHAR}, #{englishname,jdbcType=VARCHAR}, 
+      #{typeid,jdbcType=VARCHAR}, #{modelid,jdbcType=VARCHAR}, #{maxval,jdbcType=DOUBLE}, 
+      #{minval,jdbcType=DOUBLE}, #{reasonablemaxval,jdbcType=DOUBLE}, #{reasonableminval,jdbcType=DOUBLE}, 
+      #{electricalid,jdbcType=VARCHAR}, #{uniformcode,jdbcType=VARCHAR}, #{shortid,jdbcType=VARCHAR}, 
+      #{longid,jdbcType=VARCHAR}, #{windpowerstationid,jdbcType=VARCHAR}, #{realtimeid,jdbcType=VARCHAR}
+      )
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into electricaltestingpointai
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        id,
+      </if>
+      <if test="code != null">
+        code,
+      </if>
+      <if test="name != null">
+        name,
+      </if>
+      <if test="model != null">
+        model,
+      </if>
+      <if test="valueunit != null">
+        valueUnit,
+      </if>
+      <if test="englishname != null">
+        englishName,
+      </if>
+      <if test="typeid != null">
+        typeId,
+      </if>
+      <if test="modelid != null">
+        modelId,
+      </if>
+      <if test="maxval != null">
+        maxVal,
+      </if>
+      <if test="minval != null">
+        MinVal,
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal,
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal,
+      </if>
+      <if test="electricalid != null">
+        electricalid,
+      </if>
+      <if test="uniformcode != null">
+        uniformCode,
+      </if>
+      <if test="shortid != null">
+        shortId,
+      </if>
+      <if test="longid != null">
+        longId,
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId,
+      </if>
+      <if test="realtimeid != null">
+        realTimeId,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="code != null">
+        #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="electricalid != null">
+        #{electricalid,jdbcType=VARCHAR},
+      </if>
+      <if test="uniformcode != null">
+        #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointAiExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from electricaltestingpointai
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update electricaltestingpointai
+    <set>
+      <if test="record.id != null">
+        id = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.code != null">
+        code = #{record.code,jdbcType=VARCHAR},
+      </if>
+      <if test="record.name != null">
+        name = #{record.name,jdbcType=VARCHAR},
+      </if>
+      <if test="record.model != null">
+        model = #{record.model,jdbcType=VARCHAR},
+      </if>
+      <if test="record.valueunit != null">
+        valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="record.englishname != null">
+        englishName = #{record.englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="record.typeid != null">
+        typeId = #{record.typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.modelid != null">
+        modelId = #{record.modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.maxval != null">
+        maxVal = #{record.maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.minval != null">
+        MinVal = #{record.minval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonablemaxval != null">
+        reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonableminval != null">
+        reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.electricalid != null">
+        electricalid = #{record.electricalid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.uniformcode != null">
+        uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="record.shortid != null">
+        shortId = #{record.shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.longid != null">
+        longId = #{record.longid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.windpowerstationid != null">
+        windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.realtimeid != null">
+        realTimeId = #{record.realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update electricaltestingpointai
+    set id = #{record.id,jdbcType=VARCHAR},
+      code = #{record.code,jdbcType=VARCHAR},
+      name = #{record.name,jdbcType=VARCHAR},
+      model = #{record.model,jdbcType=VARCHAR},
+      valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      englishName = #{record.englishname,jdbcType=VARCHAR},
+      typeId = #{record.typeid,jdbcType=VARCHAR},
+      modelId = #{record.modelid,jdbcType=VARCHAR},
+      maxVal = #{record.maxval,jdbcType=DOUBLE},
+      MinVal = #{record.minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      electricalid = #{record.electricalid,jdbcType=VARCHAR},
+      uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      shortId = #{record.shortid,jdbcType=VARCHAR},
+      longId = #{record.longid,jdbcType=VARCHAR},
+      windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{record.realtimeid,jdbcType=VARCHAR}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update electricaltestingpointai
+    <set>
+      <if test="code != null">
+        code = #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        name = #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        model = #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        valueUnit = #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        englishName = #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        typeId = #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        modelId = #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        maxVal = #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        MinVal = #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="electricalid != null">
+        electricalid = #{electricalid,jdbcType=VARCHAR},
+      </if>
+      <if test="uniformcode != null">
+        uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        shortId = #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        longId = #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        realTimeId = #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update electricaltestingpointai
+    set code = #{code,jdbcType=VARCHAR},
+      name = #{name,jdbcType=VARCHAR},
+      model = #{model,jdbcType=VARCHAR},
+      valueUnit = #{valueunit,jdbcType=VARCHAR},
+      englishName = #{englishname,jdbcType=VARCHAR},
+      typeId = #{typeid,jdbcType=VARCHAR},
+      modelId = #{modelid,jdbcType=VARCHAR},
+      maxVal = #{maxval,jdbcType=DOUBLE},
+      MinVal = #{minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      electricalid = #{electricalid,jdbcType=VARCHAR},
+      uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      shortId = #{shortid,jdbcType=VARCHAR},
+      longId = #{longid,jdbcType=VARCHAR},
+      windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{realtimeid,jdbcType=VARCHAR}
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>

+ 478 - 0
src/main/resources/mybatis/auto/ElectricaltestingPointDiMapper.xml

@@ -0,0 +1,478 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.ElectricaltestingPointDiMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.ElectricaltestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="id" jdbcType="VARCHAR" property="id" />
+    <result column="code" jdbcType="VARCHAR" property="code" />
+    <result column="name" jdbcType="VARCHAR" property="name" />
+    <result column="model" jdbcType="VARCHAR" property="model" />
+    <result column="valueUnit" jdbcType="VARCHAR" property="valueunit" />
+    <result column="englishName" jdbcType="VARCHAR" property="englishname" />
+    <result column="typeId" jdbcType="VARCHAR" property="typeid" />
+    <result column="modelId" jdbcType="VARCHAR" property="modelid" />
+    <result column="maxVal" jdbcType="DOUBLE" property="maxval" />
+    <result column="MinVal" jdbcType="DOUBLE" property="minval" />
+    <result column="reasonableMaxVal" jdbcType="DOUBLE" property="reasonablemaxval" />
+    <result column="reasonableMinVal" jdbcType="DOUBLE" property="reasonableminval" />
+    <result column="electricalid" jdbcType="VARCHAR" property="electricalid" />
+    <result column="uniformCode" jdbcType="VARCHAR" property="uniformcode" />
+    <result column="shortId" jdbcType="VARCHAR" property="shortid" />
+    <result column="longId" jdbcType="VARCHAR" property="longid" />
+    <result column="windPowerStationId" jdbcType="VARCHAR" property="windpowerstationid" />
+    <result column="realTimeId" jdbcType="VARCHAR" property="realtimeid" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    id, code, name, model, valueUnit, englishName, typeId, modelId, maxVal, MinVal, reasonableMaxVal, 
+    reasonableMinVal, electricalid, uniformCode, shortId, longId, windPowerStationId, 
+    realTimeId
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointDiExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from electricaltestingpointdi
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from electricaltestingpointdi
+    where id = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from electricaltestingpointdi
+    where id = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointDiExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from electricaltestingpointdi
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into electricaltestingpointdi (id, code, name, 
+      model, valueUnit, englishName, 
+      typeId, modelId, maxVal, 
+      MinVal, reasonableMaxVal, reasonableMinVal, 
+      electricalid, uniformCode, shortId, 
+      longId, windPowerStationId, realTimeId
+      )
+    values (#{id,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, 
+      #{model,jdbcType=VARCHAR}, #{valueunit,jdbcType=VARCHAR}, #{englishname,jdbcType=VARCHAR}, 
+      #{typeid,jdbcType=VARCHAR}, #{modelid,jdbcType=VARCHAR}, #{maxval,jdbcType=DOUBLE}, 
+      #{minval,jdbcType=DOUBLE}, #{reasonablemaxval,jdbcType=DOUBLE}, #{reasonableminval,jdbcType=DOUBLE}, 
+      #{electricalid,jdbcType=VARCHAR}, #{uniformcode,jdbcType=VARCHAR}, #{shortid,jdbcType=VARCHAR}, 
+      #{longid,jdbcType=VARCHAR}, #{windpowerstationid,jdbcType=VARCHAR}, #{realtimeid,jdbcType=VARCHAR}
+      )
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into electricaltestingpointdi
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        id,
+      </if>
+      <if test="code != null">
+        code,
+      </if>
+      <if test="name != null">
+        name,
+      </if>
+      <if test="model != null">
+        model,
+      </if>
+      <if test="valueunit != null">
+        valueUnit,
+      </if>
+      <if test="englishname != null">
+        englishName,
+      </if>
+      <if test="typeid != null">
+        typeId,
+      </if>
+      <if test="modelid != null">
+        modelId,
+      </if>
+      <if test="maxval != null">
+        maxVal,
+      </if>
+      <if test="minval != null">
+        MinVal,
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal,
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal,
+      </if>
+      <if test="electricalid != null">
+        electricalid,
+      </if>
+      <if test="uniformcode != null">
+        uniformCode,
+      </if>
+      <if test="shortid != null">
+        shortId,
+      </if>
+      <if test="longid != null">
+        longId,
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId,
+      </if>
+      <if test="realtimeid != null">
+        realTimeId,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="code != null">
+        #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="electricalid != null">
+        #{electricalid,jdbcType=VARCHAR},
+      </if>
+      <if test="uniformcode != null">
+        #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointDiExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from electricaltestingpointdi
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update electricaltestingpointdi
+    <set>
+      <if test="record.id != null">
+        id = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.code != null">
+        code = #{record.code,jdbcType=VARCHAR},
+      </if>
+      <if test="record.name != null">
+        name = #{record.name,jdbcType=VARCHAR},
+      </if>
+      <if test="record.model != null">
+        model = #{record.model,jdbcType=VARCHAR},
+      </if>
+      <if test="record.valueunit != null">
+        valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="record.englishname != null">
+        englishName = #{record.englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="record.typeid != null">
+        typeId = #{record.typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.modelid != null">
+        modelId = #{record.modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.maxval != null">
+        maxVal = #{record.maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.minval != null">
+        MinVal = #{record.minval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonablemaxval != null">
+        reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonableminval != null">
+        reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.electricalid != null">
+        electricalid = #{record.electricalid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.uniformcode != null">
+        uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="record.shortid != null">
+        shortId = #{record.shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.longid != null">
+        longId = #{record.longid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.windpowerstationid != null">
+        windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.realtimeid != null">
+        realTimeId = #{record.realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update electricaltestingpointdi
+    set id = #{record.id,jdbcType=VARCHAR},
+      code = #{record.code,jdbcType=VARCHAR},
+      name = #{record.name,jdbcType=VARCHAR},
+      model = #{record.model,jdbcType=VARCHAR},
+      valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      englishName = #{record.englishname,jdbcType=VARCHAR},
+      typeId = #{record.typeid,jdbcType=VARCHAR},
+      modelId = #{record.modelid,jdbcType=VARCHAR},
+      maxVal = #{record.maxval,jdbcType=DOUBLE},
+      MinVal = #{record.minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      electricalid = #{record.electricalid,jdbcType=VARCHAR},
+      uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      shortId = #{record.shortid,jdbcType=VARCHAR},
+      longId = #{record.longid,jdbcType=VARCHAR},
+      windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{record.realtimeid,jdbcType=VARCHAR}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update electricaltestingpointdi
+    <set>
+      <if test="code != null">
+        code = #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        name = #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        model = #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        valueUnit = #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        englishName = #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        typeId = #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        modelId = #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        maxVal = #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        MinVal = #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="electricalid != null">
+        electricalid = #{electricalid,jdbcType=VARCHAR},
+      </if>
+      <if test="uniformcode != null">
+        uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        shortId = #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        longId = #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        realTimeId = #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.ElectricaltestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update electricaltestingpointdi
+    set code = #{code,jdbcType=VARCHAR},
+      name = #{name,jdbcType=VARCHAR},
+      model = #{model,jdbcType=VARCHAR},
+      valueUnit = #{valueunit,jdbcType=VARCHAR},
+      englishName = #{englishname,jdbcType=VARCHAR},
+      typeId = #{typeid,jdbcType=VARCHAR},
+      modelId = #{modelid,jdbcType=VARCHAR},
+      maxVal = #{maxval,jdbcType=DOUBLE},
+      MinVal = #{minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      electricalid = #{electricalid,jdbcType=VARCHAR},
+      uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      shortId = #{shortid,jdbcType=VARCHAR},
+      longId = #{longid,jdbcType=VARCHAR},
+      windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{realtimeid,jdbcType=VARCHAR}
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>

+ 413 - 0
src/main/resources/mybatis/auto/ProjectMapper.xml

@@ -0,0 +1,413 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.ProjectMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.Project">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="id" jdbcType="VARCHAR" property="id" />
+    <result column="code" jdbcType="VARCHAR" property="code" />
+    <result column="name" jdbcType="VARCHAR" property="name" />
+    <result column="aname" jdbcType="VARCHAR" property="aname" />
+    <result column="windPowerStationId" jdbcType="VARCHAR" property="windpowerstationid" />
+    <result column="capacity" jdbcType="DOUBLE" property="capacity" />
+    <result column="capacityUnit" jdbcType="VARCHAR" property="capacityunit" />
+    <result column="quantity" jdbcType="INTEGER" property="quantity" />
+    <result column="model" jdbcType="VARCHAR" property="model" />
+    <result column="commissionDate" jdbcType="DATE" property="commissiondate" />
+    <result column="masterPhone" jdbcType="VARCHAR" property="masterphone" />
+    <result column="shiftForeman" jdbcType="VARCHAR" property="shiftforeman" />
+    <result column="shiftForemanPhone" jdbcType="VARCHAR" property="shiftforemanphone" />
+    <result column="orderNum" jdbcType="INTEGER" property="ordernum" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    id, code, name, aname, windPowerStationId, capacity, capacityUnit, quantity, model, 
+    commissionDate, masterPhone, shiftForeman, shiftForemanPhone, orderNum
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.ProjectExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from project
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from project
+    where id = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from project
+    where id = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.ProjectExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from project
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.Project">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into project (id, code, name, 
+      aname, windPowerStationId, capacity, 
+      capacityUnit, quantity, model, 
+      commissionDate, masterPhone, shiftForeman, 
+      shiftForemanPhone, orderNum)
+    values (#{id,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, 
+      #{aname,jdbcType=VARCHAR}, #{windpowerstationid,jdbcType=VARCHAR}, #{capacity,jdbcType=DOUBLE}, 
+      #{capacityunit,jdbcType=VARCHAR}, #{quantity,jdbcType=INTEGER}, #{model,jdbcType=VARCHAR}, 
+      #{commissiondate,jdbcType=DATE}, #{masterphone,jdbcType=VARCHAR}, #{shiftforeman,jdbcType=VARCHAR}, 
+      #{shiftforemanphone,jdbcType=VARCHAR}, #{ordernum,jdbcType=INTEGER})
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.Project">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into project
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        id,
+      </if>
+      <if test="code != null">
+        code,
+      </if>
+      <if test="name != null">
+        name,
+      </if>
+      <if test="aname != null">
+        aname,
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId,
+      </if>
+      <if test="capacity != null">
+        capacity,
+      </if>
+      <if test="capacityunit != null">
+        capacityUnit,
+      </if>
+      <if test="quantity != null">
+        quantity,
+      </if>
+      <if test="model != null">
+        model,
+      </if>
+      <if test="commissiondate != null">
+        commissionDate,
+      </if>
+      <if test="masterphone != null">
+        masterPhone,
+      </if>
+      <if test="shiftforeman != null">
+        shiftForeman,
+      </if>
+      <if test="shiftforemanphone != null">
+        shiftForemanPhone,
+      </if>
+      <if test="ordernum != null">
+        orderNum,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="code != null">
+        #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="aname != null">
+        #{aname,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="capacity != null">
+        #{capacity,jdbcType=DOUBLE},
+      </if>
+      <if test="capacityunit != null">
+        #{capacityunit,jdbcType=VARCHAR},
+      </if>
+      <if test="quantity != null">
+        #{quantity,jdbcType=INTEGER},
+      </if>
+      <if test="model != null">
+        #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="commissiondate != null">
+        #{commissiondate,jdbcType=DATE},
+      </if>
+      <if test="masterphone != null">
+        #{masterphone,jdbcType=VARCHAR},
+      </if>
+      <if test="shiftforeman != null">
+        #{shiftforeman,jdbcType=VARCHAR},
+      </if>
+      <if test="shiftforemanphone != null">
+        #{shiftforemanphone,jdbcType=VARCHAR},
+      </if>
+      <if test="ordernum != null">
+        #{ordernum,jdbcType=INTEGER},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.ProjectExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from project
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update project
+    <set>
+      <if test="record.id != null">
+        id = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.code != null">
+        code = #{record.code,jdbcType=VARCHAR},
+      </if>
+      <if test="record.name != null">
+        name = #{record.name,jdbcType=VARCHAR},
+      </if>
+      <if test="record.aname != null">
+        aname = #{record.aname,jdbcType=VARCHAR},
+      </if>
+      <if test="record.windpowerstationid != null">
+        windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.capacity != null">
+        capacity = #{record.capacity,jdbcType=DOUBLE},
+      </if>
+      <if test="record.capacityunit != null">
+        capacityUnit = #{record.capacityunit,jdbcType=VARCHAR},
+      </if>
+      <if test="record.quantity != null">
+        quantity = #{record.quantity,jdbcType=INTEGER},
+      </if>
+      <if test="record.model != null">
+        model = #{record.model,jdbcType=VARCHAR},
+      </if>
+      <if test="record.commissiondate != null">
+        commissionDate = #{record.commissiondate,jdbcType=DATE},
+      </if>
+      <if test="record.masterphone != null">
+        masterPhone = #{record.masterphone,jdbcType=VARCHAR},
+      </if>
+      <if test="record.shiftforeman != null">
+        shiftForeman = #{record.shiftforeman,jdbcType=VARCHAR},
+      </if>
+      <if test="record.shiftforemanphone != null">
+        shiftForemanPhone = #{record.shiftforemanphone,jdbcType=VARCHAR},
+      </if>
+      <if test="record.ordernum != null">
+        orderNum = #{record.ordernum,jdbcType=INTEGER},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update project
+    set id = #{record.id,jdbcType=VARCHAR},
+      code = #{record.code,jdbcType=VARCHAR},
+      name = #{record.name,jdbcType=VARCHAR},
+      aname = #{record.aname,jdbcType=VARCHAR},
+      windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      capacity = #{record.capacity,jdbcType=DOUBLE},
+      capacityUnit = #{record.capacityunit,jdbcType=VARCHAR},
+      quantity = #{record.quantity,jdbcType=INTEGER},
+      model = #{record.model,jdbcType=VARCHAR},
+      commissionDate = #{record.commissiondate,jdbcType=DATE},
+      masterPhone = #{record.masterphone,jdbcType=VARCHAR},
+      shiftForeman = #{record.shiftforeman,jdbcType=VARCHAR},
+      shiftForemanPhone = #{record.shiftforemanphone,jdbcType=VARCHAR},
+      orderNum = #{record.ordernum,jdbcType=INTEGER}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.Project">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update project
+    <set>
+      <if test="code != null">
+        code = #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        name = #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="aname != null">
+        aname = #{aname,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="capacity != null">
+        capacity = #{capacity,jdbcType=DOUBLE},
+      </if>
+      <if test="capacityunit != null">
+        capacityUnit = #{capacityunit,jdbcType=VARCHAR},
+      </if>
+      <if test="quantity != null">
+        quantity = #{quantity,jdbcType=INTEGER},
+      </if>
+      <if test="model != null">
+        model = #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="commissiondate != null">
+        commissionDate = #{commissiondate,jdbcType=DATE},
+      </if>
+      <if test="masterphone != null">
+        masterPhone = #{masterphone,jdbcType=VARCHAR},
+      </if>
+      <if test="shiftforeman != null">
+        shiftForeman = #{shiftforeman,jdbcType=VARCHAR},
+      </if>
+      <if test="shiftforemanphone != null">
+        shiftForemanPhone = #{shiftforemanphone,jdbcType=VARCHAR},
+      </if>
+      <if test="ordernum != null">
+        orderNum = #{ordernum,jdbcType=INTEGER},
+      </if>
+    </set>
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.Project">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update project
+    set code = #{code,jdbcType=VARCHAR},
+      name = #{name,jdbcType=VARCHAR},
+      aname = #{aname,jdbcType=VARCHAR},
+      windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      capacity = #{capacity,jdbcType=DOUBLE},
+      capacityUnit = #{capacityunit,jdbcType=VARCHAR},
+      quantity = #{quantity,jdbcType=INTEGER},
+      model = #{model,jdbcType=VARCHAR},
+      commissionDate = #{commissiondate,jdbcType=DATE},
+      masterPhone = #{masterphone,jdbcType=VARCHAR},
+      shiftForeman = #{shiftforeman,jdbcType=VARCHAR},
+      shiftForemanPhone = #{shiftforemanphone,jdbcType=VARCHAR},
+      orderNum = #{ordernum,jdbcType=INTEGER}
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>

+ 303 - 0
src/main/resources/mybatis/auto/ProjectplanMapper.xml

@@ -0,0 +1,303 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.ProjectplanMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.Projectplan">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="id" jdbcType="VARCHAR" property="id" />
+    <result column="projectId" jdbcType="VARCHAR" property="projectid" />
+    <result column="generatingCapacity" jdbcType="VARCHAR" property="generatingcapacity" />
+    <result column="outageHours" jdbcType="DOUBLE" property="outagehours" />
+    <result column="year" jdbcType="VARCHAR" property="year" />
+    <result column="month" jdbcType="VARCHAR" property="month" />
+    <result column="windpowerId" jdbcType="VARCHAR" property="windpowerid" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    id, projectId, generatingCapacity, outageHours, year, month, windpowerId
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.ProjectplanExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from projectplan
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from projectplan
+    where id = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from projectplan
+    where id = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.ProjectplanExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from projectplan
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.Projectplan">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into projectplan (id, projectId, generatingCapacity, 
+      outageHours, year, month, 
+      windpowerId)
+    values (#{id,jdbcType=VARCHAR}, #{projectid,jdbcType=VARCHAR}, #{generatingcapacity,jdbcType=VARCHAR}, 
+      #{outagehours,jdbcType=DOUBLE}, #{year,jdbcType=VARCHAR}, #{month,jdbcType=VARCHAR}, 
+      #{windpowerid,jdbcType=VARCHAR})
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.Projectplan">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into projectplan
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        id,
+      </if>
+      <if test="projectid != null">
+        projectId,
+      </if>
+      <if test="generatingcapacity != null">
+        generatingCapacity,
+      </if>
+      <if test="outagehours != null">
+        outageHours,
+      </if>
+      <if test="year != null">
+        year,
+      </if>
+      <if test="month != null">
+        month,
+      </if>
+      <if test="windpowerid != null">
+        windpowerId,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="projectid != null">
+        #{projectid,jdbcType=VARCHAR},
+      </if>
+      <if test="generatingcapacity != null">
+        #{generatingcapacity,jdbcType=VARCHAR},
+      </if>
+      <if test="outagehours != null">
+        #{outagehours,jdbcType=DOUBLE},
+      </if>
+      <if test="year != null">
+        #{year,jdbcType=VARCHAR},
+      </if>
+      <if test="month != null">
+        #{month,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerid != null">
+        #{windpowerid,jdbcType=VARCHAR},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.ProjectplanExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from projectplan
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update projectplan
+    <set>
+      <if test="record.id != null">
+        id = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.projectid != null">
+        projectId = #{record.projectid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.generatingcapacity != null">
+        generatingCapacity = #{record.generatingcapacity,jdbcType=VARCHAR},
+      </if>
+      <if test="record.outagehours != null">
+        outageHours = #{record.outagehours,jdbcType=DOUBLE},
+      </if>
+      <if test="record.year != null">
+        year = #{record.year,jdbcType=VARCHAR},
+      </if>
+      <if test="record.month != null">
+        month = #{record.month,jdbcType=VARCHAR},
+      </if>
+      <if test="record.windpowerid != null">
+        windpowerId = #{record.windpowerid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update projectplan
+    set id = #{record.id,jdbcType=VARCHAR},
+      projectId = #{record.projectid,jdbcType=VARCHAR},
+      generatingCapacity = #{record.generatingcapacity,jdbcType=VARCHAR},
+      outageHours = #{record.outagehours,jdbcType=DOUBLE},
+      year = #{record.year,jdbcType=VARCHAR},
+      month = #{record.month,jdbcType=VARCHAR},
+      windpowerId = #{record.windpowerid,jdbcType=VARCHAR}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.Projectplan">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update projectplan
+    <set>
+      <if test="projectid != null">
+        projectId = #{projectid,jdbcType=VARCHAR},
+      </if>
+      <if test="generatingcapacity != null">
+        generatingCapacity = #{generatingcapacity,jdbcType=VARCHAR},
+      </if>
+      <if test="outagehours != null">
+        outageHours = #{outagehours,jdbcType=DOUBLE},
+      </if>
+      <if test="year != null">
+        year = #{year,jdbcType=VARCHAR},
+      </if>
+      <if test="month != null">
+        month = #{month,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerid != null">
+        windpowerId = #{windpowerid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.Projectplan">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update projectplan
+    set projectId = #{projectid,jdbcType=VARCHAR},
+      generatingCapacity = #{generatingcapacity,jdbcType=VARCHAR},
+      outageHours = #{outagehours,jdbcType=DOUBLE},
+      year = #{year,jdbcType=VARCHAR},
+      month = #{month,jdbcType=VARCHAR},
+      windpowerId = #{windpowerid,jdbcType=VARCHAR}
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>

+ 303 - 0
src/main/resources/mybatis/auto/RMConfigMapper.xml

@@ -0,0 +1,303 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.RMConfigMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.RMConfig">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="id" jdbcType="VARCHAR" property="id" />
+    <result column="redisIndex" jdbcType="INTEGER" property="redisindex" />
+    <result column="mongodbIndex" jdbcType="INTEGER" property="mongodbindex" />
+    <result column="type" jdbcType="INTEGER" property="type" />
+    <result column="model" jdbcType="INTEGER" property="model" />
+    <result column="ukey" jdbcType="INTEGER" property="ukey" />
+    <result column="collIndex" jdbcType="INTEGER" property="collindex" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    id, redisIndex, mongodbIndex, type, model, ukey, collIndex
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.RMConfigExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from rmconfig
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from rmconfig
+    where id = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from rmconfig
+    where id = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.RMConfigExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from rmconfig
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.RMConfig">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into rmconfig (id, redisIndex, mongodbIndex, 
+      type, model, ukey, 
+      collIndex)
+    values (#{id,jdbcType=VARCHAR}, #{redisindex,jdbcType=INTEGER}, #{mongodbindex,jdbcType=INTEGER}, 
+      #{type,jdbcType=INTEGER}, #{model,jdbcType=INTEGER}, #{ukey,jdbcType=INTEGER}, 
+      #{collindex,jdbcType=INTEGER})
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.RMConfig">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into rmconfig
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        id,
+      </if>
+      <if test="redisindex != null">
+        redisIndex,
+      </if>
+      <if test="mongodbindex != null">
+        mongodbIndex,
+      </if>
+      <if test="type != null">
+        type,
+      </if>
+      <if test="model != null">
+        model,
+      </if>
+      <if test="ukey != null">
+        ukey,
+      </if>
+      <if test="collindex != null">
+        collIndex,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="redisindex != null">
+        #{redisindex,jdbcType=INTEGER},
+      </if>
+      <if test="mongodbindex != null">
+        #{mongodbindex,jdbcType=INTEGER},
+      </if>
+      <if test="type != null">
+        #{type,jdbcType=INTEGER},
+      </if>
+      <if test="model != null">
+        #{model,jdbcType=INTEGER},
+      </if>
+      <if test="ukey != null">
+        #{ukey,jdbcType=INTEGER},
+      </if>
+      <if test="collindex != null">
+        #{collindex,jdbcType=INTEGER},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.RMConfigExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from rmconfig
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update rmconfig
+    <set>
+      <if test="record.id != null">
+        id = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.redisindex != null">
+        redisIndex = #{record.redisindex,jdbcType=INTEGER},
+      </if>
+      <if test="record.mongodbindex != null">
+        mongodbIndex = #{record.mongodbindex,jdbcType=INTEGER},
+      </if>
+      <if test="record.type != null">
+        type = #{record.type,jdbcType=INTEGER},
+      </if>
+      <if test="record.model != null">
+        model = #{record.model,jdbcType=INTEGER},
+      </if>
+      <if test="record.ukey != null">
+        ukey = #{record.ukey,jdbcType=INTEGER},
+      </if>
+      <if test="record.collindex != null">
+        collIndex = #{record.collindex,jdbcType=INTEGER},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update rmconfig
+    set id = #{record.id,jdbcType=VARCHAR},
+      redisIndex = #{record.redisindex,jdbcType=INTEGER},
+      mongodbIndex = #{record.mongodbindex,jdbcType=INTEGER},
+      type = #{record.type,jdbcType=INTEGER},
+      model = #{record.model,jdbcType=INTEGER},
+      ukey = #{record.ukey,jdbcType=INTEGER},
+      collIndex = #{record.collindex,jdbcType=INTEGER}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.RMConfig">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update rmconfig
+    <set>
+      <if test="redisindex != null">
+        redisIndex = #{redisindex,jdbcType=INTEGER},
+      </if>
+      <if test="mongodbindex != null">
+        mongodbIndex = #{mongodbindex,jdbcType=INTEGER},
+      </if>
+      <if test="type != null">
+        type = #{type,jdbcType=INTEGER},
+      </if>
+      <if test="model != null">
+        model = #{model,jdbcType=INTEGER},
+      </if>
+      <if test="ukey != null">
+        ukey = #{ukey,jdbcType=INTEGER},
+      </if>
+      <if test="collindex != null">
+        collIndex = #{collindex,jdbcType=INTEGER},
+      </if>
+    </set>
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.RMConfig">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update rmconfig
+    set redisIndex = #{redisindex,jdbcType=INTEGER},
+      mongodbIndex = #{mongodbindex,jdbcType=INTEGER},
+      type = #{type,jdbcType=INTEGER},
+      model = #{model,jdbcType=INTEGER},
+      ukey = #{ukey,jdbcType=INTEGER},
+      collIndex = #{collindex,jdbcType=INTEGER}
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>

+ 445 - 0
src/main/resources/mybatis/auto/WindPowerstationTestingPointMapper.xml

@@ -0,0 +1,445 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.WindPowerstationTestingPointMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.WindPowerstationTestingPoint">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="code" jdbcType="VARCHAR" property="code" />
+    <result column="name" jdbcType="VARCHAR" property="name" />
+    <result column="model" jdbcType="VARCHAR" property="model" />
+    <result column="valueUnit" jdbcType="VARCHAR" property="valueunit" />
+    <result column="englishName" jdbcType="VARCHAR" property="englishname" />
+    <result column="typeId" jdbcType="VARCHAR" property="typeid" />
+    <result column="modelId" jdbcType="VARCHAR" property="modelid" />
+    <result column="maxVal" jdbcType="DOUBLE" property="maxval" />
+    <result column="MinVal" jdbcType="DOUBLE" property="minval" />
+    <result column="reasonableMaxVal" jdbcType="DOUBLE" property="reasonablemaxval" />
+    <result column="reasonableMinVal" jdbcType="DOUBLE" property="reasonableminval" />
+    <result column="uniformCode" jdbcType="VARCHAR" property="uniformcode" />
+    <result column="shortId" jdbcType="VARCHAR" property="shortid" />
+    <result column="longId" jdbcType="VARCHAR" property="longid" />
+    <result column="windPowerStationId" jdbcType="VARCHAR" property="windpowerstationid" />
+    <result column="realTimeId" jdbcType="VARCHAR" property="realtimeid" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    code, name, model, valueUnit, englishName, typeId, modelId, maxVal, MinVal, reasonableMaxVal, 
+    reasonableMinVal, uniformCode, shortId, longId, windPowerStationId, realTimeId
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.WindPowerstationTestingPointExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from windpowerstationtestingpoint
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from windpowerstationtestingpoint
+    where code = #{code,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from windpowerstationtestingpoint
+    where code = #{code,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.WindPowerstationTestingPointExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from windpowerstationtestingpoint
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.WindPowerstationTestingPoint">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into windpowerstationtestingpoint (code, name, model, 
+      valueUnit, englishName, typeId, 
+      modelId, maxVal, MinVal, 
+      reasonableMaxVal, reasonableMinVal, uniformCode, 
+      shortId, longId, windPowerStationId, 
+      realTimeId)
+    values (#{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{model,jdbcType=VARCHAR}, 
+      #{valueunit,jdbcType=VARCHAR}, #{englishname,jdbcType=VARCHAR}, #{typeid,jdbcType=VARCHAR}, 
+      #{modelid,jdbcType=VARCHAR}, #{maxval,jdbcType=DOUBLE}, #{minval,jdbcType=DOUBLE}, 
+      #{reasonablemaxval,jdbcType=DOUBLE}, #{reasonableminval,jdbcType=DOUBLE}, #{uniformcode,jdbcType=VARCHAR}, 
+      #{shortid,jdbcType=VARCHAR}, #{longid,jdbcType=VARCHAR}, #{windpowerstationid,jdbcType=VARCHAR}, 
+      #{realtimeid,jdbcType=VARCHAR})
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.WindPowerstationTestingPoint">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into windpowerstationtestingpoint
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="code != null">
+        code,
+      </if>
+      <if test="name != null">
+        name,
+      </if>
+      <if test="model != null">
+        model,
+      </if>
+      <if test="valueunit != null">
+        valueUnit,
+      </if>
+      <if test="englishname != null">
+        englishName,
+      </if>
+      <if test="typeid != null">
+        typeId,
+      </if>
+      <if test="modelid != null">
+        modelId,
+      </if>
+      <if test="maxval != null">
+        maxVal,
+      </if>
+      <if test="minval != null">
+        MinVal,
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal,
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal,
+      </if>
+      <if test="uniformcode != null">
+        uniformCode,
+      </if>
+      <if test="shortid != null">
+        shortId,
+      </if>
+      <if test="longid != null">
+        longId,
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId,
+      </if>
+      <if test="realtimeid != null">
+        realTimeId,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="code != null">
+        #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="uniformcode != null">
+        #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.WindPowerstationTestingPointExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from windpowerstationtestingpoint
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windpowerstationtestingpoint
+    <set>
+      <if test="record.code != null">
+        code = #{record.code,jdbcType=VARCHAR},
+      </if>
+      <if test="record.name != null">
+        name = #{record.name,jdbcType=VARCHAR},
+      </if>
+      <if test="record.model != null">
+        model = #{record.model,jdbcType=VARCHAR},
+      </if>
+      <if test="record.valueunit != null">
+        valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="record.englishname != null">
+        englishName = #{record.englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="record.typeid != null">
+        typeId = #{record.typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.modelid != null">
+        modelId = #{record.modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.maxval != null">
+        maxVal = #{record.maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.minval != null">
+        MinVal = #{record.minval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonablemaxval != null">
+        reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonableminval != null">
+        reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.uniformcode != null">
+        uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="record.shortid != null">
+        shortId = #{record.shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.longid != null">
+        longId = #{record.longid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.windpowerstationid != null">
+        windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.realtimeid != null">
+        realTimeId = #{record.realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windpowerstationtestingpoint
+    set code = #{record.code,jdbcType=VARCHAR},
+      name = #{record.name,jdbcType=VARCHAR},
+      model = #{record.model,jdbcType=VARCHAR},
+      valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      englishName = #{record.englishname,jdbcType=VARCHAR},
+      typeId = #{record.typeid,jdbcType=VARCHAR},
+      modelId = #{record.modelid,jdbcType=VARCHAR},
+      maxVal = #{record.maxval,jdbcType=DOUBLE},
+      MinVal = #{record.minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      shortId = #{record.shortid,jdbcType=VARCHAR},
+      longId = #{record.longid,jdbcType=VARCHAR},
+      windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{record.realtimeid,jdbcType=VARCHAR}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.WindPowerstationTestingPoint">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windpowerstationtestingpoint
+    <set>
+      <if test="name != null">
+        name = #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        model = #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        valueUnit = #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        englishName = #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        typeId = #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        modelId = #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        maxVal = #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        MinVal = #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="uniformcode != null">
+        uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        shortId = #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        longId = #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        realTimeId = #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    where code = #{code,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.WindPowerstationTestingPoint">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windpowerstationtestingpoint
+    set name = #{name,jdbcType=VARCHAR},
+      model = #{model,jdbcType=VARCHAR},
+      valueUnit = #{valueunit,jdbcType=VARCHAR},
+      englishName = #{englishname,jdbcType=VARCHAR},
+      typeId = #{typeid,jdbcType=VARCHAR},
+      modelId = #{modelid,jdbcType=VARCHAR},
+      maxVal = #{maxval,jdbcType=DOUBLE},
+      MinVal = #{minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      shortId = #{shortid,jdbcType=VARCHAR},
+      longId = #{longid,jdbcType=VARCHAR},
+      windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{realtimeid,jdbcType=VARCHAR}
+    where code = #{code,jdbcType=VARCHAR}
+  </update>
+</mapper>

+ 478 - 0
src/main/resources/mybatis/auto/WindTurbineTestingPointAiMapper.xml

@@ -0,0 +1,478 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.WindTurbineTestingPointAiMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.WindTurbineTestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="id" jdbcType="VARCHAR" property="id" />
+    <result column="code" jdbcType="VARCHAR" property="code" />
+    <result column="name" jdbcType="VARCHAR" property="name" />
+    <result column="model" jdbcType="VARCHAR" property="model" />
+    <result column="valueUnit" jdbcType="VARCHAR" property="valueunit" />
+    <result column="englishName" jdbcType="VARCHAR" property="englishname" />
+    <result column="typeId" jdbcType="VARCHAR" property="typeid" />
+    <result column="modelId" jdbcType="VARCHAR" property="modelid" />
+    <result column="maxVal" jdbcType="DOUBLE" property="maxval" />
+    <result column="MinVal" jdbcType="DOUBLE" property="minval" />
+    <result column="reasonableMaxVal" jdbcType="DOUBLE" property="reasonablemaxval" />
+    <result column="reasonableMinVal" jdbcType="DOUBLE" property="reasonableminval" />
+    <result column="windTurbineid" jdbcType="VARCHAR" property="windturbineid" />
+    <result column="uniformCode" jdbcType="VARCHAR" property="uniformcode" />
+    <result column="shortId" jdbcType="VARCHAR" property="shortid" />
+    <result column="longId" jdbcType="VARCHAR" property="longid" />
+    <result column="windPowerStationId" jdbcType="VARCHAR" property="windpowerstationid" />
+    <result column="realTimeId" jdbcType="VARCHAR" property="realtimeid" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    id, code, name, model, valueUnit, englishName, typeId, modelId, maxVal, MinVal, reasonableMaxVal, 
+    reasonableMinVal, windTurbineid, uniformCode, shortId, longId, windPowerStationId, 
+    realTimeId
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointAiExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from windturbinetestingpointai
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from windturbinetestingpointai
+    where id = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from windturbinetestingpointai
+    where id = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointAiExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from windturbinetestingpointai
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into windturbinetestingpointai (id, code, name, 
+      model, valueUnit, englishName, 
+      typeId, modelId, maxVal, 
+      MinVal, reasonableMaxVal, reasonableMinVal, 
+      windTurbineid, uniformCode, shortId, 
+      longId, windPowerStationId, realTimeId
+      )
+    values (#{id,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, 
+      #{model,jdbcType=VARCHAR}, #{valueunit,jdbcType=VARCHAR}, #{englishname,jdbcType=VARCHAR}, 
+      #{typeid,jdbcType=VARCHAR}, #{modelid,jdbcType=VARCHAR}, #{maxval,jdbcType=DOUBLE}, 
+      #{minval,jdbcType=DOUBLE}, #{reasonablemaxval,jdbcType=DOUBLE}, #{reasonableminval,jdbcType=DOUBLE}, 
+      #{windturbineid,jdbcType=VARCHAR}, #{uniformcode,jdbcType=VARCHAR}, #{shortid,jdbcType=VARCHAR}, 
+      #{longid,jdbcType=VARCHAR}, #{windpowerstationid,jdbcType=VARCHAR}, #{realtimeid,jdbcType=VARCHAR}
+      )
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into windturbinetestingpointai
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        id,
+      </if>
+      <if test="code != null">
+        code,
+      </if>
+      <if test="name != null">
+        name,
+      </if>
+      <if test="model != null">
+        model,
+      </if>
+      <if test="valueunit != null">
+        valueUnit,
+      </if>
+      <if test="englishname != null">
+        englishName,
+      </if>
+      <if test="typeid != null">
+        typeId,
+      </if>
+      <if test="modelid != null">
+        modelId,
+      </if>
+      <if test="maxval != null">
+        maxVal,
+      </if>
+      <if test="minval != null">
+        MinVal,
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal,
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal,
+      </if>
+      <if test="windturbineid != null">
+        windTurbineid,
+      </if>
+      <if test="uniformcode != null">
+        uniformCode,
+      </if>
+      <if test="shortid != null">
+        shortId,
+      </if>
+      <if test="longid != null">
+        longId,
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId,
+      </if>
+      <if test="realtimeid != null">
+        realTimeId,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="code != null">
+        #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="windturbineid != null">
+        #{windturbineid,jdbcType=VARCHAR},
+      </if>
+      <if test="uniformcode != null">
+        #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointAiExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from windturbinetestingpointai
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windturbinetestingpointai
+    <set>
+      <if test="record.id != null">
+        id = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.code != null">
+        code = #{record.code,jdbcType=VARCHAR},
+      </if>
+      <if test="record.name != null">
+        name = #{record.name,jdbcType=VARCHAR},
+      </if>
+      <if test="record.model != null">
+        model = #{record.model,jdbcType=VARCHAR},
+      </if>
+      <if test="record.valueunit != null">
+        valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="record.englishname != null">
+        englishName = #{record.englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="record.typeid != null">
+        typeId = #{record.typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.modelid != null">
+        modelId = #{record.modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.maxval != null">
+        maxVal = #{record.maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.minval != null">
+        MinVal = #{record.minval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonablemaxval != null">
+        reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonableminval != null">
+        reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.windturbineid != null">
+        windTurbineid = #{record.windturbineid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.uniformcode != null">
+        uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="record.shortid != null">
+        shortId = #{record.shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.longid != null">
+        longId = #{record.longid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.windpowerstationid != null">
+        windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.realtimeid != null">
+        realTimeId = #{record.realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windturbinetestingpointai
+    set id = #{record.id,jdbcType=VARCHAR},
+      code = #{record.code,jdbcType=VARCHAR},
+      name = #{record.name,jdbcType=VARCHAR},
+      model = #{record.model,jdbcType=VARCHAR},
+      valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      englishName = #{record.englishname,jdbcType=VARCHAR},
+      typeId = #{record.typeid,jdbcType=VARCHAR},
+      modelId = #{record.modelid,jdbcType=VARCHAR},
+      maxVal = #{record.maxval,jdbcType=DOUBLE},
+      MinVal = #{record.minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      windTurbineid = #{record.windturbineid,jdbcType=VARCHAR},
+      uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      shortId = #{record.shortid,jdbcType=VARCHAR},
+      longId = #{record.longid,jdbcType=VARCHAR},
+      windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{record.realtimeid,jdbcType=VARCHAR}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windturbinetestingpointai
+    <set>
+      <if test="code != null">
+        code = #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        name = #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        model = #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        valueUnit = #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        englishName = #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        typeId = #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        modelId = #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        maxVal = #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        MinVal = #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="windturbineid != null">
+        windTurbineid = #{windturbineid,jdbcType=VARCHAR},
+      </if>
+      <if test="uniformcode != null">
+        uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        shortId = #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        longId = #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        realTimeId = #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointAi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windturbinetestingpointai
+    set code = #{code,jdbcType=VARCHAR},
+      name = #{name,jdbcType=VARCHAR},
+      model = #{model,jdbcType=VARCHAR},
+      valueUnit = #{valueunit,jdbcType=VARCHAR},
+      englishName = #{englishname,jdbcType=VARCHAR},
+      typeId = #{typeid,jdbcType=VARCHAR},
+      modelId = #{modelid,jdbcType=VARCHAR},
+      maxVal = #{maxval,jdbcType=DOUBLE},
+      MinVal = #{minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      windTurbineid = #{windturbineid,jdbcType=VARCHAR},
+      uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      shortId = #{shortid,jdbcType=VARCHAR},
+      longId = #{longid,jdbcType=VARCHAR},
+      windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{realtimeid,jdbcType=VARCHAR}
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>

+ 478 - 0
src/main/resources/mybatis/auto/WindTurbineTestingPointDiMapper.xml

@@ -0,0 +1,478 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.WindTurbineTestingPointDiMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.WindTurbineTestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="id" jdbcType="VARCHAR" property="id" />
+    <result column="code" jdbcType="VARCHAR" property="code" />
+    <result column="name" jdbcType="VARCHAR" property="name" />
+    <result column="model" jdbcType="VARCHAR" property="model" />
+    <result column="valueUnit" jdbcType="VARCHAR" property="valueunit" />
+    <result column="englishName" jdbcType="VARCHAR" property="englishname" />
+    <result column="typeId" jdbcType="VARCHAR" property="typeid" />
+    <result column="modelId" jdbcType="VARCHAR" property="modelid" />
+    <result column="maxVal" jdbcType="DOUBLE" property="maxval" />
+    <result column="MinVal" jdbcType="DOUBLE" property="minval" />
+    <result column="reasonableMaxVal" jdbcType="DOUBLE" property="reasonablemaxval" />
+    <result column="reasonableMinVal" jdbcType="DOUBLE" property="reasonableminval" />
+    <result column="windTurbineid" jdbcType="VARCHAR" property="windturbineid" />
+    <result column="uniformCode" jdbcType="VARCHAR" property="uniformcode" />
+    <result column="shortId" jdbcType="VARCHAR" property="shortid" />
+    <result column="longId" jdbcType="VARCHAR" property="longid" />
+    <result column="windPowerStationId" jdbcType="VARCHAR" property="windpowerstationid" />
+    <result column="realTimeId" jdbcType="VARCHAR" property="realtimeid" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    id, code, name, model, valueUnit, englishName, typeId, modelId, maxVal, MinVal, reasonableMaxVal, 
+    reasonableMinVal, windTurbineid, uniformCode, shortId, longId, windPowerStationId, 
+    realTimeId
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointDiExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from windturbinetestingpointdi
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from windturbinetestingpointdi
+    where id = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from windturbinetestingpointdi
+    where id = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointDiExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from windturbinetestingpointdi
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into windturbinetestingpointdi (id, code, name, 
+      model, valueUnit, englishName, 
+      typeId, modelId, maxVal, 
+      MinVal, reasonableMaxVal, reasonableMinVal, 
+      windTurbineid, uniformCode, shortId, 
+      longId, windPowerStationId, realTimeId
+      )
+    values (#{id,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, 
+      #{model,jdbcType=VARCHAR}, #{valueunit,jdbcType=VARCHAR}, #{englishname,jdbcType=VARCHAR}, 
+      #{typeid,jdbcType=VARCHAR}, #{modelid,jdbcType=VARCHAR}, #{maxval,jdbcType=DOUBLE}, 
+      #{minval,jdbcType=DOUBLE}, #{reasonablemaxval,jdbcType=DOUBLE}, #{reasonableminval,jdbcType=DOUBLE}, 
+      #{windturbineid,jdbcType=VARCHAR}, #{uniformcode,jdbcType=VARCHAR}, #{shortid,jdbcType=VARCHAR}, 
+      #{longid,jdbcType=VARCHAR}, #{windpowerstationid,jdbcType=VARCHAR}, #{realtimeid,jdbcType=VARCHAR}
+      )
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into windturbinetestingpointdi
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        id,
+      </if>
+      <if test="code != null">
+        code,
+      </if>
+      <if test="name != null">
+        name,
+      </if>
+      <if test="model != null">
+        model,
+      </if>
+      <if test="valueunit != null">
+        valueUnit,
+      </if>
+      <if test="englishname != null">
+        englishName,
+      </if>
+      <if test="typeid != null">
+        typeId,
+      </if>
+      <if test="modelid != null">
+        modelId,
+      </if>
+      <if test="maxval != null">
+        maxVal,
+      </if>
+      <if test="minval != null">
+        MinVal,
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal,
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal,
+      </if>
+      <if test="windturbineid != null">
+        windTurbineid,
+      </if>
+      <if test="uniformcode != null">
+        uniformCode,
+      </if>
+      <if test="shortid != null">
+        shortId,
+      </if>
+      <if test="longid != null">
+        longId,
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId,
+      </if>
+      <if test="realtimeid != null">
+        realTimeId,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="code != null">
+        #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="windturbineid != null">
+        #{windturbineid,jdbcType=VARCHAR},
+      </if>
+      <if test="uniformcode != null">
+        #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointDiExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from windturbinetestingpointdi
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windturbinetestingpointdi
+    <set>
+      <if test="record.id != null">
+        id = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.code != null">
+        code = #{record.code,jdbcType=VARCHAR},
+      </if>
+      <if test="record.name != null">
+        name = #{record.name,jdbcType=VARCHAR},
+      </if>
+      <if test="record.model != null">
+        model = #{record.model,jdbcType=VARCHAR},
+      </if>
+      <if test="record.valueunit != null">
+        valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="record.englishname != null">
+        englishName = #{record.englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="record.typeid != null">
+        typeId = #{record.typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.modelid != null">
+        modelId = #{record.modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.maxval != null">
+        maxVal = #{record.maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.minval != null">
+        MinVal = #{record.minval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonablemaxval != null">
+        reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.reasonableminval != null">
+        reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="record.windturbineid != null">
+        windTurbineid = #{record.windturbineid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.uniformcode != null">
+        uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="record.shortid != null">
+        shortId = #{record.shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.longid != null">
+        longId = #{record.longid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.windpowerstationid != null">
+        windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.realtimeid != null">
+        realTimeId = #{record.realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windturbinetestingpointdi
+    set id = #{record.id,jdbcType=VARCHAR},
+      code = #{record.code,jdbcType=VARCHAR},
+      name = #{record.name,jdbcType=VARCHAR},
+      model = #{record.model,jdbcType=VARCHAR},
+      valueUnit = #{record.valueunit,jdbcType=VARCHAR},
+      englishName = #{record.englishname,jdbcType=VARCHAR},
+      typeId = #{record.typeid,jdbcType=VARCHAR},
+      modelId = #{record.modelid,jdbcType=VARCHAR},
+      maxVal = #{record.maxval,jdbcType=DOUBLE},
+      MinVal = #{record.minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{record.reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{record.reasonableminval,jdbcType=DOUBLE},
+      windTurbineid = #{record.windturbineid,jdbcType=VARCHAR},
+      uniformCode = #{record.uniformcode,jdbcType=VARCHAR},
+      shortId = #{record.shortid,jdbcType=VARCHAR},
+      longId = #{record.longid,jdbcType=VARCHAR},
+      windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{record.realtimeid,jdbcType=VARCHAR}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windturbinetestingpointdi
+    <set>
+      <if test="code != null">
+        code = #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        name = #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        model = #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="valueunit != null">
+        valueUnit = #{valueunit,jdbcType=VARCHAR},
+      </if>
+      <if test="englishname != null">
+        englishName = #{englishname,jdbcType=VARCHAR},
+      </if>
+      <if test="typeid != null">
+        typeId = #{typeid,jdbcType=VARCHAR},
+      </if>
+      <if test="modelid != null">
+        modelId = #{modelid,jdbcType=VARCHAR},
+      </if>
+      <if test="maxval != null">
+        maxVal = #{maxval,jdbcType=DOUBLE},
+      </if>
+      <if test="minval != null">
+        MinVal = #{minval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonablemaxval != null">
+        reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      </if>
+      <if test="reasonableminval != null">
+        reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      </if>
+      <if test="windturbineid != null">
+        windTurbineid = #{windturbineid,jdbcType=VARCHAR},
+      </if>
+      <if test="uniformcode != null">
+        uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      </if>
+      <if test="shortid != null">
+        shortId = #{shortid,jdbcType=VARCHAR},
+      </if>
+      <if test="longid != null">
+        longId = #{longid,jdbcType=VARCHAR},
+      </if>
+      <if test="windpowerstationid != null">
+        windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      </if>
+      <if test="realtimeid != null">
+        realTimeId = #{realtimeid,jdbcType=VARCHAR},
+      </if>
+    </set>
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.WindTurbineTestingPointDi">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windturbinetestingpointdi
+    set code = #{code,jdbcType=VARCHAR},
+      name = #{name,jdbcType=VARCHAR},
+      model = #{model,jdbcType=VARCHAR},
+      valueUnit = #{valueunit,jdbcType=VARCHAR},
+      englishName = #{englishname,jdbcType=VARCHAR},
+      typeId = #{typeid,jdbcType=VARCHAR},
+      modelId = #{modelid,jdbcType=VARCHAR},
+      maxVal = #{maxval,jdbcType=DOUBLE},
+      MinVal = #{minval,jdbcType=DOUBLE},
+      reasonableMaxVal = #{reasonablemaxval,jdbcType=DOUBLE},
+      reasonableMinVal = #{reasonableminval,jdbcType=DOUBLE},
+      windTurbineid = #{windturbineid,jdbcType=VARCHAR},
+      uniformCode = #{uniformcode,jdbcType=VARCHAR},
+      shortId = #{shortid,jdbcType=VARCHAR},
+      longId = #{longid,jdbcType=VARCHAR},
+      windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
+      realTimeId = #{realtimeid,jdbcType=VARCHAR}
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>

File diff suppressed because it is too large
+ 1633 - 0
src/main/resources/mybatis/auto/WindpowerinfodayMapper.xml


+ 493 - 0
src/main/resources/mybatis/auto/WindpowerstationMapper.xml

@@ -0,0 +1,493 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.gyee.frame.mapper.auto.WindpowerstationMapper">
+  <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.Windpowerstation">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="id" jdbcType="VARCHAR" property="id" />
+    <result column="code" jdbcType="VARCHAR" property="code" />
+    <result column="name" jdbcType="VARCHAR" property="name" />
+    <result column="address" jdbcType="VARCHAR" property="address" />
+    <result column="telephone" jdbcType="VARCHAR" property="telephone" />
+    <result column="capacity" jdbcType="DOUBLE" property="capacity" />
+    <result column="capacityUnit" jdbcType="VARCHAR" property="capacityunit" />
+    <result column="quantity" jdbcType="INTEGER" property="quantity" />
+    <result column="aname" jdbcType="VARCHAR" property="aname" />
+    <result column="longitude" jdbcType="DOUBLE" property="longitude" />
+    <result column="latitude" jdbcType="DOUBLE" property="latitude" />
+    <result column="photo" jdbcType="VARCHAR" property="photo" />
+    <result column="companyId" jdbcType="VARCHAR" property="companyid" />
+    <result column="systemManufact" jdbcType="VARCHAR" property="systemmanufact" />
+    <result column="headFarm" jdbcType="VARCHAR" property="headfarm" />
+    <result column="headFarmPhone" jdbcType="VARCHAR" property="headfarmphone" />
+    <result column="model" jdbcType="VARCHAR" property="model" />
+    <result column="ordernum" jdbcType="INTEGER" property="ordernum" />
+    <result column="height" jdbcType="DOUBLE" property="height" />
+  </resultMap>
+  <sql id="Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where>
+      <foreach collection="example.oredCriteria" item="criteria" separator="or">
+        <if test="criteria.valid">
+          <trim prefix="(" prefixOverrides="and" suffix=")">
+            <foreach collection="criteria.criteria" item="criterion">
+              <choose>
+                <when test="criterion.noValue">
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue">
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue">
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue">
+                  and ${criterion.condition}
+                  <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    id, code, name, address, telephone, capacity, capacityUnit, quantity, aname, longitude, 
+    latitude, photo, companyId, systemManufact, headFarm, headFarmPhone, model, ordernum, 
+    height
+  </sql>
+  <select id="selectByExample" parameterType="com.gyee.frame.model.auto.WindpowerstationExample" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from windpowerstation
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from windpowerstation
+    where id = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from windpowerstation
+    where id = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.WindpowerstationExample">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from windpowerstation
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.gyee.frame.model.auto.Windpowerstation">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into windpowerstation (id, code, name, 
+      address, telephone, capacity, 
+      capacityUnit, quantity, aname, 
+      longitude, latitude, photo, 
+      companyId, systemManufact, headFarm, 
+      headFarmPhone, model, ordernum, 
+      height)
+    values (#{id,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, 
+      #{address,jdbcType=VARCHAR}, #{telephone,jdbcType=VARCHAR}, #{capacity,jdbcType=DOUBLE}, 
+      #{capacityunit,jdbcType=VARCHAR}, #{quantity,jdbcType=INTEGER}, #{aname,jdbcType=VARCHAR}, 
+      #{longitude,jdbcType=DOUBLE}, #{latitude,jdbcType=DOUBLE}, #{photo,jdbcType=VARCHAR}, 
+      #{companyid,jdbcType=VARCHAR}, #{systemmanufact,jdbcType=VARCHAR}, #{headfarm,jdbcType=VARCHAR}, 
+      #{headfarmphone,jdbcType=VARCHAR}, #{model,jdbcType=VARCHAR}, #{ordernum,jdbcType=INTEGER}, 
+      #{height,jdbcType=DOUBLE})
+  </insert>
+  <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.Windpowerstation">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into windpowerstation
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        id,
+      </if>
+      <if test="code != null">
+        code,
+      </if>
+      <if test="name != null">
+        name,
+      </if>
+      <if test="address != null">
+        address,
+      </if>
+      <if test="telephone != null">
+        telephone,
+      </if>
+      <if test="capacity != null">
+        capacity,
+      </if>
+      <if test="capacityunit != null">
+        capacityUnit,
+      </if>
+      <if test="quantity != null">
+        quantity,
+      </if>
+      <if test="aname != null">
+        aname,
+      </if>
+      <if test="longitude != null">
+        longitude,
+      </if>
+      <if test="latitude != null">
+        latitude,
+      </if>
+      <if test="photo != null">
+        photo,
+      </if>
+      <if test="companyid != null">
+        companyId,
+      </if>
+      <if test="systemmanufact != null">
+        systemManufact,
+      </if>
+      <if test="headfarm != null">
+        headFarm,
+      </if>
+      <if test="headfarmphone != null">
+        headFarmPhone,
+      </if>
+      <if test="model != null">
+        model,
+      </if>
+      <if test="ordernum != null">
+        ordernum,
+      </if>
+      <if test="height != null">
+        height,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides=",">
+      <if test="id != null">
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="code != null">
+        #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="address != null">
+        #{address,jdbcType=VARCHAR},
+      </if>
+      <if test="telephone != null">
+        #{telephone,jdbcType=VARCHAR},
+      </if>
+      <if test="capacity != null">
+        #{capacity,jdbcType=DOUBLE},
+      </if>
+      <if test="capacityunit != null">
+        #{capacityunit,jdbcType=VARCHAR},
+      </if>
+      <if test="quantity != null">
+        #{quantity,jdbcType=INTEGER},
+      </if>
+      <if test="aname != null">
+        #{aname,jdbcType=VARCHAR},
+      </if>
+      <if test="longitude != null">
+        #{longitude,jdbcType=DOUBLE},
+      </if>
+      <if test="latitude != null">
+        #{latitude,jdbcType=DOUBLE},
+      </if>
+      <if test="photo != null">
+        #{photo,jdbcType=VARCHAR},
+      </if>
+      <if test="companyid != null">
+        #{companyid,jdbcType=VARCHAR},
+      </if>
+      <if test="systemmanufact != null">
+        #{systemmanufact,jdbcType=VARCHAR},
+      </if>
+      <if test="headfarm != null">
+        #{headfarm,jdbcType=VARCHAR},
+      </if>
+      <if test="headfarmphone != null">
+        #{headfarmphone,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="ordernum != null">
+        #{ordernum,jdbcType=INTEGER},
+      </if>
+      <if test="height != null">
+        #{height,jdbcType=DOUBLE},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.gyee.frame.model.auto.WindpowerstationExample" resultType="java.lang.Long">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from windpowerstation
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windpowerstation
+    <set>
+      <if test="record.id != null">
+        id = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.code != null">
+        code = #{record.code,jdbcType=VARCHAR},
+      </if>
+      <if test="record.name != null">
+        name = #{record.name,jdbcType=VARCHAR},
+      </if>
+      <if test="record.address != null">
+        address = #{record.address,jdbcType=VARCHAR},
+      </if>
+      <if test="record.telephone != null">
+        telephone = #{record.telephone,jdbcType=VARCHAR},
+      </if>
+      <if test="record.capacity != null">
+        capacity = #{record.capacity,jdbcType=DOUBLE},
+      </if>
+      <if test="record.capacityunit != null">
+        capacityUnit = #{record.capacityunit,jdbcType=VARCHAR},
+      </if>
+      <if test="record.quantity != null">
+        quantity = #{record.quantity,jdbcType=INTEGER},
+      </if>
+      <if test="record.aname != null">
+        aname = #{record.aname,jdbcType=VARCHAR},
+      </if>
+      <if test="record.longitude != null">
+        longitude = #{record.longitude,jdbcType=DOUBLE},
+      </if>
+      <if test="record.latitude != null">
+        latitude = #{record.latitude,jdbcType=DOUBLE},
+      </if>
+      <if test="record.photo != null">
+        photo = #{record.photo,jdbcType=VARCHAR},
+      </if>
+      <if test="record.companyid != null">
+        companyId = #{record.companyid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.systemmanufact != null">
+        systemManufact = #{record.systemmanufact,jdbcType=VARCHAR},
+      </if>
+      <if test="record.headfarm != null">
+        headFarm = #{record.headfarm,jdbcType=VARCHAR},
+      </if>
+      <if test="record.headfarmphone != null">
+        headFarmPhone = #{record.headfarmphone,jdbcType=VARCHAR},
+      </if>
+      <if test="record.model != null">
+        model = #{record.model,jdbcType=VARCHAR},
+      </if>
+      <if test="record.ordernum != null">
+        ordernum = #{record.ordernum,jdbcType=INTEGER},
+      </if>
+      <if test="record.height != null">
+        height = #{record.height,jdbcType=DOUBLE},
+      </if>
+    </set>
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windpowerstation
+    set id = #{record.id,jdbcType=VARCHAR},
+      code = #{record.code,jdbcType=VARCHAR},
+      name = #{record.name,jdbcType=VARCHAR},
+      address = #{record.address,jdbcType=VARCHAR},
+      telephone = #{record.telephone,jdbcType=VARCHAR},
+      capacity = #{record.capacity,jdbcType=DOUBLE},
+      capacityUnit = #{record.capacityunit,jdbcType=VARCHAR},
+      quantity = #{record.quantity,jdbcType=INTEGER},
+      aname = #{record.aname,jdbcType=VARCHAR},
+      longitude = #{record.longitude,jdbcType=DOUBLE},
+      latitude = #{record.latitude,jdbcType=DOUBLE},
+      photo = #{record.photo,jdbcType=VARCHAR},
+      companyId = #{record.companyid,jdbcType=VARCHAR},
+      systemManufact = #{record.systemmanufact,jdbcType=VARCHAR},
+      headFarm = #{record.headfarm,jdbcType=VARCHAR},
+      headFarmPhone = #{record.headfarmphone,jdbcType=VARCHAR},
+      model = #{record.model,jdbcType=VARCHAR},
+      ordernum = #{record.ordernum,jdbcType=INTEGER},
+      height = #{record.height,jdbcType=DOUBLE}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.Windpowerstation">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windpowerstation
+    <set>
+      <if test="code != null">
+        code = #{code,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null">
+        name = #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="address != null">
+        address = #{address,jdbcType=VARCHAR},
+      </if>
+      <if test="telephone != null">
+        telephone = #{telephone,jdbcType=VARCHAR},
+      </if>
+      <if test="capacity != null">
+        capacity = #{capacity,jdbcType=DOUBLE},
+      </if>
+      <if test="capacityunit != null">
+        capacityUnit = #{capacityunit,jdbcType=VARCHAR},
+      </if>
+      <if test="quantity != null">
+        quantity = #{quantity,jdbcType=INTEGER},
+      </if>
+      <if test="aname != null">
+        aname = #{aname,jdbcType=VARCHAR},
+      </if>
+      <if test="longitude != null">
+        longitude = #{longitude,jdbcType=DOUBLE},
+      </if>
+      <if test="latitude != null">
+        latitude = #{latitude,jdbcType=DOUBLE},
+      </if>
+      <if test="photo != null">
+        photo = #{photo,jdbcType=VARCHAR},
+      </if>
+      <if test="companyid != null">
+        companyId = #{companyid,jdbcType=VARCHAR},
+      </if>
+      <if test="systemmanufact != null">
+        systemManufact = #{systemmanufact,jdbcType=VARCHAR},
+      </if>
+      <if test="headfarm != null">
+        headFarm = #{headfarm,jdbcType=VARCHAR},
+      </if>
+      <if test="headfarmphone != null">
+        headFarmPhone = #{headfarmphone,jdbcType=VARCHAR},
+      </if>
+      <if test="model != null">
+        model = #{model,jdbcType=VARCHAR},
+      </if>
+      <if test="ordernum != null">
+        ordernum = #{ordernum,jdbcType=INTEGER},
+      </if>
+      <if test="height != null">
+        height = #{height,jdbcType=DOUBLE},
+      </if>
+    </set>
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.Windpowerstation">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update windpowerstation
+    set code = #{code,jdbcType=VARCHAR},
+      name = #{name,jdbcType=VARCHAR},
+      address = #{address,jdbcType=VARCHAR},
+      telephone = #{telephone,jdbcType=VARCHAR},
+      capacity = #{capacity,jdbcType=DOUBLE},
+      capacityUnit = #{capacityunit,jdbcType=VARCHAR},
+      quantity = #{quantity,jdbcType=INTEGER},
+      aname = #{aname,jdbcType=VARCHAR},
+      longitude = #{longitude,jdbcType=DOUBLE},
+      latitude = #{latitude,jdbcType=DOUBLE},
+      photo = #{photo,jdbcType=VARCHAR},
+      companyId = #{companyid,jdbcType=VARCHAR},
+      systemManufact = #{systemmanufact,jdbcType=VARCHAR},
+      headFarm = #{headfarm,jdbcType=VARCHAR},
+      headFarmPhone = #{headfarmphone,jdbcType=VARCHAR},
+      model = #{model,jdbcType=VARCHAR},
+      ordernum = #{ordernum,jdbcType=INTEGER},
+      height = #{height,jdbcType=DOUBLE}
+    where id = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>

File diff suppressed because it is too large
+ 1380 - 0
src/main/resources/mybatis/auto/WindturbineinfodayMapper.xml