Commit 4ff5534f authored by Junling Bu's avatar Junling Bu
Browse files

update[all]: 在数据库的(除了region几个表)每个表中添加add_time和delete属性。

parent 4b49c3b2
...@@ -6,7 +6,7 @@ public class LitemallRegion { ...@@ -6,7 +6,7 @@ public class LitemallRegion {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column litemall_region.id * This field corresponds to the database column litemall_region.id
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
private Integer id; private Integer id;
...@@ -15,7 +15,7 @@ public class LitemallRegion { ...@@ -15,7 +15,7 @@ public class LitemallRegion {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column litemall_region.pid * This field corresponds to the database column litemall_region.pid
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
private Integer pid; private Integer pid;
...@@ -24,7 +24,7 @@ public class LitemallRegion { ...@@ -24,7 +24,7 @@ public class LitemallRegion {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column litemall_region.name * This field corresponds to the database column litemall_region.name
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
private String name; private String name;
...@@ -33,7 +33,7 @@ public class LitemallRegion { ...@@ -33,7 +33,7 @@ public class LitemallRegion {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column litemall_region.type * This field corresponds to the database column litemall_region.type
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
private Byte type; private Byte type;
...@@ -42,7 +42,7 @@ public class LitemallRegion { ...@@ -42,7 +42,7 @@ public class LitemallRegion {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column litemall_region.code * This field corresponds to the database column litemall_region.code
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
private Integer code; private Integer code;
...@@ -52,7 +52,7 @@ public class LitemallRegion { ...@@ -52,7 +52,7 @@ public class LitemallRegion {
* *
* @return the value of litemall_region.id * @return the value of litemall_region.id
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public Integer getId() { public Integer getId() {
return id; return id;
...@@ -64,7 +64,7 @@ public class LitemallRegion { ...@@ -64,7 +64,7 @@ public class LitemallRegion {
* *
* @param id the value for litemall_region.id * @param id the value for litemall_region.id
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public void setId(Integer id) { public void setId(Integer id) {
this.id = id; this.id = id;
...@@ -76,7 +76,7 @@ public class LitemallRegion { ...@@ -76,7 +76,7 @@ public class LitemallRegion {
* *
* @return the value of litemall_region.pid * @return the value of litemall_region.pid
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public Integer getPid() { public Integer getPid() {
return pid; return pid;
...@@ -88,7 +88,7 @@ public class LitemallRegion { ...@@ -88,7 +88,7 @@ public class LitemallRegion {
* *
* @param pid the value for litemall_region.pid * @param pid the value for litemall_region.pid
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public void setPid(Integer pid) { public void setPid(Integer pid) {
this.pid = pid; this.pid = pid;
...@@ -100,7 +100,7 @@ public class LitemallRegion { ...@@ -100,7 +100,7 @@ public class LitemallRegion {
* *
* @return the value of litemall_region.name * @return the value of litemall_region.name
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public String getName() { public String getName() {
return name; return name;
...@@ -112,7 +112,7 @@ public class LitemallRegion { ...@@ -112,7 +112,7 @@ public class LitemallRegion {
* *
* @param name the value for litemall_region.name * @param name the value for litemall_region.name
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public void setName(String name) { public void setName(String name) {
this.name = name; this.name = name;
...@@ -124,7 +124,7 @@ public class LitemallRegion { ...@@ -124,7 +124,7 @@ public class LitemallRegion {
* *
* @return the value of litemall_region.type * @return the value of litemall_region.type
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public Byte getType() { public Byte getType() {
return type; return type;
...@@ -136,7 +136,7 @@ public class LitemallRegion { ...@@ -136,7 +136,7 @@ public class LitemallRegion {
* *
* @param type the value for litemall_region.type * @param type the value for litemall_region.type
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public void setType(Byte type) { public void setType(Byte type) {
this.type = type; this.type = type;
...@@ -148,7 +148,7 @@ public class LitemallRegion { ...@@ -148,7 +148,7 @@ public class LitemallRegion {
* *
* @return the value of litemall_region.code * @return the value of litemall_region.code
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public Integer getCode() { public Integer getCode() {
return code; return code;
...@@ -160,7 +160,7 @@ public class LitemallRegion { ...@@ -160,7 +160,7 @@ public class LitemallRegion {
* *
* @param code the value for litemall_region.code * @param code the value for litemall_region.code
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
public void setCode(Integer code) { public void setCode(Integer code) {
this.code = code; this.code = code;
...@@ -170,7 +170,7 @@ public class LitemallRegion { ...@@ -170,7 +170,7 @@ public class LitemallRegion {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
@Override @Override
public String toString() { public String toString() {
...@@ -191,7 +191,7 @@ public class LitemallRegion { ...@@ -191,7 +191,7 @@ public class LitemallRegion {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
@Override @Override
public boolean equals(Object that) { public boolean equals(Object that) {
...@@ -216,7 +216,7 @@ public class LitemallRegion { ...@@ -216,7 +216,7 @@ public class LitemallRegion {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated Tue Mar 20 00:11:33 CST 2018 * @mbg.generated Fri Apr 06 22:55:36 CST 2018
*/ */
@Override @Override
public int hashCode() { public int hashCode() {
......
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