|
@ -219,9 +219,16 @@ public class Mediicineorder extends UuidIdentityEntityWithOperator implements Se
|
|
|
*/
|
|
|
private String socialSecurityCardNum;
|
|
|
|
|
|
|
|
|
/*
|
|
|
社区id
|
|
|
*/
|
|
|
private String belongCommunity;
|
|
|
|
|
|
/*
|
|
|
社区名
|
|
|
* */
|
|
|
private String community;
|
|
|
|
|
|
|
|
|
public Mediicineorder() {
|
|
|
}
|
|
@ -314,6 +321,14 @@ public class Mediicineorder extends UuidIdentityEntityWithOperator implements Se
|
|
|
this.idNum = idNum;
|
|
|
}
|
|
|
|
|
|
public String getCommunity() {
|
|
|
return community;
|
|
|
}
|
|
|
|
|
|
public void setCommunity(String community) {
|
|
|
this.community = community;
|
|
|
}
|
|
|
|
|
|
public String getInfoAccess() {
|
|
|
return infoAccess;
|
|
|
}
|