package com.goafanti.order.bo; public class OutProcessName { private String id; private String orderNo; private String type; private String changeAmount; private String yxy; private String yxjl; private String yxgly; private String zxs; private String zxsjl; private String zxsgly; private String cwzy; private String cwgly; private String zc; private String dsz; public String getId() { return id; } public void setId(String id) { this.id = id; } public String getOrderNo() { return orderNo; } public void setOrderNo(String orderNo) { this.orderNo = orderNo; } public String getType() { return type; } public void setType(String type) { this.type = type; } public String getChangeAmount() { return changeAmount; } public void setChangeAmount(String changeAmount) { this.changeAmount = changeAmount; } public String getYxy() { return yxy; } public void setYxy(String yxy) { this.yxy = yxy; } public String getYxjl() { return yxjl; } public void setYxjl(String yxjl) { this.yxjl = yxjl; } public String getYxgly() { return yxgly; } public void setYxgly(String yxgly) { this.yxgly = yxgly; } public String getZxs() { return zxs; } public void setZxs(String zxs) { this.zxs = zxs; } public String getZxsjl() { return zxsjl; } public void setZxsjl(String zxsjl) { this.zxsjl = zxsjl; } public String getZxsgly() { return zxsgly; } public void setZxsgly(String zxsgly) { this.zxsgly = zxsgly; } public String getCwzy() { return cwzy; } public void setCwzy(String cwzy) { this.cwzy = cwzy; } public String getCwgly() { return cwgly; } public void setCwgly(String cwgly) { this.cwgly = cwgly; } public String getZc() { return zc; } public void setZc(String zc) { this.zc = zc; } public String getDsz() { return dsz; } public void setDsz(String dsz) { this.dsz = dsz; } }