You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
265 lines
6.7 KiB
Java
265 lines
6.7 KiB
Java
package com.rehome.zhdcoa.bean;
|
|
|
|
import java.util.List;
|
|
|
|
/**
|
|
* Created by Rehome-rjb1 on 2017/7/10.
|
|
*
|
|
* 办公设施增配
|
|
*/
|
|
|
|
public class OfficeAddBean {
|
|
|
|
|
|
/**
|
|
* Rows : [{"listid":"","listcode":"ApplyFacilities","proposername":"ZH管理员","proposertime":"2017-06-09 09:27:34","basicdatacode":"ApplyFacilities","description":"333","departmentname":"电气分部","departmentnameid":"121080303","proposernameid":"ZH_Admin","suplistid":"","istj":"0"}]
|
|
* Total : 1
|
|
* DataRows : [{"relatedid":"645","ApplyFacilitiesNUM":"1","ApplyFacilitiesDW":"10001","ApplyFacilitiesMC":"万能环水笔"},{"relatedid":"646","ApplyFacilitiesNUM":"2","ApplyFacilitiesDW":"10001","ApplyFacilitiesMC":"万能环"}]
|
|
* DataTotal : 1
|
|
*/
|
|
|
|
private String Total = "1";
|
|
private String manid;
|
|
private String DataTotal;
|
|
private List<RowsBean> Rows;
|
|
private List<DataRowsBean> DataRows;
|
|
|
|
public String getTotal() {
|
|
return Total;
|
|
}
|
|
|
|
public void setTotal(String Total) {
|
|
this.Total = Total;
|
|
}
|
|
|
|
public String getDataTotal() {
|
|
return DataTotal;
|
|
}
|
|
|
|
public void setDataTotal(String DataTotal) {
|
|
this.DataTotal = DataTotal;
|
|
}
|
|
|
|
public List<RowsBean> getRows() {
|
|
return Rows;
|
|
}
|
|
|
|
public void setRows(List<RowsBean> Rows) {
|
|
this.Rows = Rows;
|
|
}
|
|
|
|
public List<DataRowsBean> getDataRows() {
|
|
return DataRows;
|
|
}
|
|
|
|
public void setDataRows(List<DataRowsBean> DataRows) {
|
|
this.DataRows = DataRows;
|
|
}
|
|
|
|
public String getManid() {
|
|
return manid;
|
|
}
|
|
|
|
public void setManid(String manid) {
|
|
this.manid = manid;
|
|
}
|
|
|
|
public static class RowsBean {
|
|
/**
|
|
* listid :
|
|
* listcode : ApplyFacilities
|
|
* proposername : ZH管理员
|
|
* proposertime : 2017-06-09 09:27:34
|
|
* basicdatacode : ApplyFacilities
|
|
* description : 333
|
|
* departmentname : 电气分部
|
|
* departmentnameid : 121080303
|
|
* proposernameid : ZH_Admin
|
|
* suplistid :
|
|
* istj : 0
|
|
*/
|
|
|
|
private String listid = "";
|
|
private String listcode = "";
|
|
private String proposername = "";
|
|
private String proposertime = "";
|
|
private String basicdatacode = "";
|
|
private String description = "";
|
|
private String departmentname = "";
|
|
private String departmentnameid = "";
|
|
private String proposernameid = "";
|
|
private String suplistid = "";
|
|
private String istj = "";
|
|
private String modifiedby = "";
|
|
|
|
public String getListid() {
|
|
return listid;
|
|
}
|
|
|
|
public void setListid(String listid) {
|
|
this.listid = listid;
|
|
}
|
|
|
|
public String getListcode() {
|
|
return listcode;
|
|
}
|
|
|
|
public void setListcode(String listcode) {
|
|
this.listcode = listcode;
|
|
}
|
|
|
|
public String getProposername() {
|
|
return proposername;
|
|
}
|
|
|
|
public void setProposername(String proposername) {
|
|
this.proposername = proposername;
|
|
}
|
|
|
|
public String getProposertime() {
|
|
return proposertime;
|
|
}
|
|
|
|
public void setProposertime(String proposertime) {
|
|
this.proposertime = proposertime;
|
|
}
|
|
|
|
public String getBasicdatacode() {
|
|
return basicdatacode;
|
|
}
|
|
|
|
public void setBasicdatacode(String basicdatacode) {
|
|
this.basicdatacode = basicdatacode;
|
|
}
|
|
|
|
public String getDescription() {
|
|
return description;
|
|
}
|
|
|
|
public void setDescription(String description) {
|
|
this.description = description;
|
|
}
|
|
|
|
public String getDepartmentname() {
|
|
return departmentname;
|
|
}
|
|
|
|
public void setDepartmentname(String departmentname) {
|
|
this.departmentname = departmentname;
|
|
}
|
|
|
|
public String getDepartmentnameid() {
|
|
return departmentnameid;
|
|
}
|
|
|
|
public void setDepartmentnameid(String departmentnameid) {
|
|
this.departmentnameid = departmentnameid;
|
|
}
|
|
|
|
public String getProposernameid() {
|
|
return proposernameid;
|
|
}
|
|
|
|
public void setProposernameid(String proposernameid) {
|
|
this.proposernameid = proposernameid;
|
|
}
|
|
|
|
public String getSuplistid() {
|
|
return suplistid;
|
|
}
|
|
|
|
public void setSuplistid(String suplistid) {
|
|
this.suplistid = suplistid;
|
|
}
|
|
|
|
public String getIstj() {
|
|
return istj;
|
|
}
|
|
|
|
public void setIstj(String istj) {
|
|
this.istj = istj;
|
|
}
|
|
|
|
public String getModifiedby() {
|
|
return modifiedby;
|
|
}
|
|
|
|
public void setModifiedby(String modifiedby) {
|
|
this.modifiedby = modifiedby;
|
|
}
|
|
}
|
|
|
|
public static class DataRowsBean {
|
|
/**
|
|
* relatedid : 645
|
|
* ApplyFacilitiesNUM : 1
|
|
* ApplyFacilitiesDW : 10001
|
|
* ApplyFacilitiesMC : 万能环水笔
|
|
*/
|
|
|
|
private String savetype = "";
|
|
private String relatedid = "";
|
|
private String ApplyFacilitiesNUM = "";
|
|
private String ApplyFacilitiesDW = "";
|
|
private String ApplyFacilitiesMC = "";
|
|
private String ApplyFacilitiesPrice="";
|
|
|
|
public String getApplyFacilitiesPrice() {
|
|
return ApplyFacilitiesPrice;
|
|
}
|
|
|
|
public void setApplyFacilitiesPrice(String applyFacilitiesPrice) {
|
|
ApplyFacilitiesPrice = applyFacilitiesPrice;
|
|
}
|
|
|
|
|
|
|
|
public DataRowsBean() {
|
|
}
|
|
|
|
public DataRowsBean(String savetype) {
|
|
this.savetype = savetype;
|
|
}
|
|
|
|
public String getSavetype() {
|
|
return savetype;
|
|
}
|
|
|
|
public void setSavetype(String savetype) {
|
|
this.savetype = savetype;
|
|
}
|
|
|
|
public String getRelatedid() {
|
|
return relatedid;
|
|
}
|
|
|
|
public void setRelatedid(String relatedid) {
|
|
this.relatedid = relatedid;
|
|
}
|
|
|
|
public String getApplyFacilitiesNUM() {
|
|
return ApplyFacilitiesNUM;
|
|
}
|
|
|
|
public void setApplyFacilitiesNUM(String ApplyFacilitiesNUM) {
|
|
this.ApplyFacilitiesNUM = ApplyFacilitiesNUM;
|
|
}
|
|
|
|
public String getApplyFacilitiesDW() {
|
|
return ApplyFacilitiesDW;
|
|
}
|
|
|
|
public void setApplyFacilitiesDW(String ApplyFacilitiesDW) {
|
|
this.ApplyFacilitiesDW = ApplyFacilitiesDW;
|
|
}
|
|
|
|
public String getApplyFacilitiesMC() {
|
|
return ApplyFacilitiesMC;
|
|
}
|
|
|
|
public void setApplyFacilitiesMC(String ApplyFacilitiesMC) {
|
|
this.ApplyFacilitiesMC = ApplyFacilitiesMC;
|
|
}
|
|
}
|
|
}
|