package com.landtool.lanbase.modules.res.entity.UserDefined.ZiYuanMuLu;
|
|
public class UserDef_ZYTJ_ShenHeZhuangTai {
|
|
private String resourceclass;
|
|
private String auditstatus;
|
|
private Integer recordcount;
|
|
public String getResourceclass() {
|
return resourceclass;
|
}
|
|
public void setResourceclass(String resourceclass) {
|
this.resourceclass = resourceclass;
|
}
|
|
public String getAuditstatus() {
|
return auditstatus;
|
}
|
|
public void setAuditstatus(String auditstatus) {
|
this.auditstatus = auditstatus;
|
}
|
|
public Integer getRecordcount() {
|
return recordcount;
|
}
|
|
public void setRecordcount(Integer recordcount) {
|
this.recordcount = recordcount;
|
}
|
}
|