Commit 185b5987 authored by hezhen's avatar hezhen

Merge branch 'master-tiande' into dev-tiande

parents 15dbfb4f 922fc7e9
package com.github.wxiaoqi.security.admin.entity; package com.github.wxiaoqi.security.admin.entity;
import io.swagger.annotations.ApiModelProperty;
import javax.persistence.Column; import javax.persistence.Column;
import javax.persistence.GeneratedValue; import javax.persistence.GeneratedValue;
import javax.persistence.Id; import javax.persistence.Id;
...@@ -38,9 +40,16 @@ public class User { ...@@ -38,9 +40,16 @@ public class User {
private Integer status; private Integer status;
@Column(name = "zone_id") @Column(name = "zone_id")
@ApiModelProperty("片区id")
private Integer zoneId; private Integer zoneId;
@Column(name = "corporation_id")
@ApiModelProperty("公司id")
private Integer corporationId;
@Column(name = "company_id") @Column(name = "company_id")
@ApiModelProperty("门店id")
private Integer companyId; private Integer companyId;
private String description; private String description;
......
Markdown is supported
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