Commit fb5293fb0d347cf8fe7bd5178081f4927a5f67e2

Authored by shiyang
1 parent 426786e19f

隆化两癌-乳腺彩色检查(3)建议:乳腺X射线改为乳腺X钼靶、活检删除、加入转诊、其他(可以自己填写)

Showing 1 changed file with 10 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/CancerScreeningModel.java View file @ fb5293f
... ... @@ -266,6 +266,16 @@
266 266 */
267 267 private String newRxCssj;
268 268  
  269 + //rxlJy选择其他的内容
  270 + private String rxlJyOther;
  271 +
  272 + public String getRxlJyOther() {
  273 + return rxlJyOther;
  274 + }
  275 +
  276 + public void setRxlJyOther(String rxlJyOther) {
  277 + this.rxlJyOther = rxlJyOther;
  278 + }
269 279  
270 280 public String getNewBsYjage() {
271 281 return newBsYjage;