Commit d5082658 authored by Junling Bu's avatar Junling Bu
Browse files

更新第三方插件mybatis-generator-plugin到1.3.2,所以代码都是自动生成。

parent 7a4c6023
...@@ -238,7 +238,6 @@ public class LitemallRegion { ...@@ -238,7 +238,6 @@ public class LitemallRegion {
* This enum corresponds to the database table litemall_region * This enum corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public enum Column { public enum Column {
id("id", "id", "INTEGER", false), id("id", "id", "INTEGER", false),
...@@ -252,7 +251,6 @@ public class LitemallRegion { ...@@ -252,7 +251,6 @@ public class LitemallRegion {
* This field corresponds to the database table litemall_region * This field corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String BEGINNING_DELIMITER = "`"; private static final String BEGINNING_DELIMITER = "`";
...@@ -261,7 +259,6 @@ public class LitemallRegion { ...@@ -261,7 +259,6 @@ public class LitemallRegion {
* This field corresponds to the database table litemall_region * This field corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String ENDING_DELIMITER = "`"; private static final String ENDING_DELIMITER = "`";
...@@ -270,7 +267,6 @@ public class LitemallRegion { ...@@ -270,7 +267,6 @@ public class LitemallRegion {
* This field corresponds to the database table litemall_region * This field corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String column; private final String column;
...@@ -279,7 +275,6 @@ public class LitemallRegion { ...@@ -279,7 +275,6 @@ public class LitemallRegion {
* This field corresponds to the database table litemall_region * This field corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final boolean isColumnNameDelimited; private final boolean isColumnNameDelimited;
...@@ -288,7 +283,6 @@ public class LitemallRegion { ...@@ -288,7 +283,6 @@ public class LitemallRegion {
* This field corresponds to the database table litemall_region * This field corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String javaProperty; private final String javaProperty;
...@@ -297,7 +291,6 @@ public class LitemallRegion { ...@@ -297,7 +291,6 @@ public class LitemallRegion {
* This field corresponds to the database table litemall_region * This field corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String jdbcType; private final String jdbcType;
...@@ -306,7 +299,6 @@ public class LitemallRegion { ...@@ -306,7 +299,6 @@ public class LitemallRegion {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String value() { public String value() {
return this.column; return this.column;
...@@ -317,7 +309,6 @@ public class LitemallRegion { ...@@ -317,7 +309,6 @@ public class LitemallRegion {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getValue() { public String getValue() {
return this.column; return this.column;
...@@ -328,7 +319,6 @@ public class LitemallRegion { ...@@ -328,7 +319,6 @@ public class LitemallRegion {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJavaProperty() { public String getJavaProperty() {
return this.javaProperty; return this.javaProperty;
...@@ -339,7 +329,6 @@ public class LitemallRegion { ...@@ -339,7 +329,6 @@ public class LitemallRegion {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJdbcType() { public String getJdbcType() {
return this.jdbcType; return this.jdbcType;
...@@ -350,7 +339,6 @@ public class LitemallRegion { ...@@ -350,7 +339,6 @@ public class LitemallRegion {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) { Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) {
this.column = column; this.column = column;
...@@ -364,7 +352,6 @@ public class LitemallRegion { ...@@ -364,7 +352,6 @@ public class LitemallRegion {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String desc() { public String desc() {
return this.getEscapedColumnName() + " DESC"; return this.getEscapedColumnName() + " DESC";
...@@ -375,7 +362,6 @@ public class LitemallRegion { ...@@ -375,7 +362,6 @@ public class LitemallRegion {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String asc() { public String asc() {
return this.getEscapedColumnName() + " ASC"; return this.getEscapedColumnName() + " ASC";
...@@ -386,7 +372,6 @@ public class LitemallRegion { ...@@ -386,7 +372,6 @@ public class LitemallRegion {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static Column[] excludes(Column ... excludes) { public static Column[] excludes(Column ... excludes) {
ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values())); ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values()));
...@@ -401,7 +386,6 @@ public class LitemallRegion { ...@@ -401,7 +386,6 @@ public class LitemallRegion {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getEscapedColumnName() { public String getEscapedColumnName() {
if (this.isColumnNameDelimited) { if (this.isColumnNameDelimited) {
...@@ -410,5 +394,15 @@ public class LitemallRegion { ...@@ -410,5 +394,15 @@ public class LitemallRegion {
return this.column; return this.column;
} }
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region
*
* @mbg.generated
*/
public String getAliasedEscapedColumnName() {
return this.getEscapedColumnName();
}
} }
} }
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment