|
@@ -7,18 +7,11 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
import lombok.experimental.Accessors;
|
|
import lombok.experimental.Accessors;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
|
|
-import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
-import lombok.Data;
|
|
|
|
|
-import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
|
|
-import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
|
import com.ylx.common.annotation.Excel;
|
|
import com.ylx.common.annotation.Excel;
|
|
|
import com.ylx.common.core.domain.BaseEntity;
|
|
import com.ylx.common.core.domain.BaseEntity;
|
|
|
|
|
|
|
|
-import java.math.BigInteger;
|
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
-import java.math.BigDecimal;
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 技师对象 ma_technician
|
|
* 技师对象 ma_technician
|
|
@@ -199,105 +192,6 @@ public class MaTechnician extends BaseEntity
|
|
|
@TableField("n_num")
|
|
@TableField("n_num")
|
|
|
@ApiModelProperty("已服务订单数量")
|
|
@ApiModelProperty("已服务订单数量")
|
|
|
private Integer nNum;
|
|
private Integer nNum;
|
|
|
- public void setId(Long id) {
|
|
|
|
|
- this.id = id;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Long getId() {
|
|
|
|
|
- return id;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setTeName(String teName) {
|
|
|
|
|
- this.teName = teName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getTeName() {
|
|
|
|
|
- return teName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setTeSex(Long teSex) {
|
|
|
|
|
- this.teSex = teSex;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Long getTeSex() {
|
|
|
|
|
- return teSex;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setTePhone(String tePhone) {
|
|
|
|
|
- this.tePhone = tePhone;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getTePhone() {
|
|
|
|
|
- return tePhone;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setTeAddress(String teAddress) {
|
|
|
|
|
- this.teAddress = teAddress;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getTeAddress() {
|
|
|
|
|
- return teAddress;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setTeAge(Long teAge) {
|
|
|
|
|
- this.teAge = teAge;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Long getTeAge() {
|
|
|
|
|
- return teAge;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setTeAvatar(String teAvatar) {
|
|
|
|
|
- this.teAvatar = teAvatar;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getTeAvatar() {
|
|
|
|
|
- return teAvatar;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setLifePhotos(String lifePhotos) {
|
|
|
|
|
- this.lifePhotos = lifePhotos;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getLifePhotos() {
|
|
|
|
|
- return lifePhotos;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setTeBrief(String teBrief) {
|
|
|
|
|
- this.teBrief = teBrief;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getTeBrief() {
|
|
|
|
|
- return teBrief;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setServiceState(Long serviceState) {
|
|
|
|
|
- this.serviceState = serviceState;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Long getServiceState() {
|
|
|
|
|
- return serviceState;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setPostState(Long postState) {
|
|
|
|
|
- this.postState = postState;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Long getPostState() {
|
|
|
|
|
- return postState;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setTeIsEnable(Long teIsEnable) {
|
|
|
|
|
- this.teIsEnable = teIsEnable;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Long getTeIsEnable() {
|
|
|
|
|
- return teIsEnable;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setCreateUser(Long createUser) {
|
|
|
|
|
- this.createUser = createUser;
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|