|
|
@@ -108,7 +108,6 @@ public class LabSubject extends BaseEntity implements QCInterface {
|
|
|
@ApiModelProperty("楼栋ID")
|
|
|
private Long buildId;
|
|
|
|
|
|
- @ApiModelProperty("楼栋名称")
|
|
|
private String buildName;
|
|
|
@ApiModelProperty("布局ID")
|
|
|
private Long layoutId;
|
|
|
@@ -661,4 +660,12 @@ public class LabSubject extends BaseEntity implements QCInterface {
|
|
|
public void setSubId(Long subId) {
|
|
|
this.subId = subId;
|
|
|
}
|
|
|
+
|
|
|
+ public String getBuildName() {
|
|
|
+ return buildName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBuildName(String buildName) {
|
|
|
+ this.buildName = buildName;
|
|
|
+ }
|
|
|
}
|