|
@@ -263,6 +263,20 @@ public class Enterprise implements Serializable {
|
|
|
@Column(name = "en_accesssecret")
|
|
@Column(name = "en_accesssecret")
|
|
|
private String accessSecret;
|
|
private String accessSecret;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * en_masterId 公司简介
|
|
|
|
|
+ */
|
|
|
|
|
+ @Column(name = "en_masterId")
|
|
|
|
|
+ private Long enMasterId;
|
|
|
|
|
+
|
|
|
|
|
+ public Long getEnMasterId() {
|
|
|
|
|
+ return enMasterId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setEnMasterId(Long enMasterId) {
|
|
|
|
|
+ this.enMasterId = enMasterId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@JSONField(serialize = false)
|
|
@JSONField(serialize = false)
|
|
|
@JsonIgnore
|
|
@JsonIgnore
|
|
|
public String getEnAuditRemark() {
|
|
public String getEnAuditRemark() {
|