|
@@ -93,7 +93,7 @@ public class SysDept extends BaseEntity {
|
|
|
/**
|
|
|
* 聚水潭分销商
|
|
|
*/
|
|
|
- private Long jstDistributor;
|
|
|
+ private String jstDistributor;
|
|
|
|
|
|
/**
|
|
|
* 父部门名称
|
|
@@ -241,11 +241,11 @@ public class SysDept extends BaseEntity {
|
|
|
this.dingDeptId = dingDeptId;
|
|
|
}
|
|
|
|
|
|
- public Long getJstDistributor() {
|
|
|
+ public String getJstDistributor() {
|
|
|
return jstDistributor;
|
|
|
}
|
|
|
|
|
|
- public void setJstDistributor(Long jstDistributor) {
|
|
|
+ public void setJstDistributor(String jstDistributor) {
|
|
|
this.jstDistributor = jstDistributor;
|
|
|
}
|
|
|
|