OutProcessName.java 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. package com.goafanti.order.bo;
  2. public class OutProcessName {
  3. private String id;
  4. private String orderNo;
  5. private String type;
  6. private String changeAmount;
  7. private String yxy;
  8. private String yxjl;
  9. private String yxgly;
  10. private String zxs;
  11. private String zxsjl;
  12. private String zxsgly;
  13. private String cwzy;
  14. private String cwgly;
  15. private String zc;
  16. private String dsz;
  17. public String getId() {
  18. return id;
  19. }
  20. public void setId(String id) {
  21. this.id = id;
  22. }
  23. public String getOrderNo() {
  24. return orderNo;
  25. }
  26. public void setOrderNo(String orderNo) {
  27. this.orderNo = orderNo;
  28. }
  29. public String getType() {
  30. return type;
  31. }
  32. public void setType(String type) {
  33. this.type = type;
  34. }
  35. public String getChangeAmount() {
  36. return changeAmount;
  37. }
  38. public void setChangeAmount(String changeAmount) {
  39. this.changeAmount = changeAmount;
  40. }
  41. public String getYxy() {
  42. return yxy;
  43. }
  44. public void setYxy(String yxy) {
  45. this.yxy = yxy;
  46. }
  47. public String getYxjl() {
  48. return yxjl;
  49. }
  50. public void setYxjl(String yxjl) {
  51. this.yxjl = yxjl;
  52. }
  53. public String getYxgly() {
  54. return yxgly;
  55. }
  56. public void setYxgly(String yxgly) {
  57. this.yxgly = yxgly;
  58. }
  59. public String getZxs() {
  60. return zxs;
  61. }
  62. public void setZxs(String zxs) {
  63. this.zxs = zxs;
  64. }
  65. public String getZxsjl() {
  66. return zxsjl;
  67. }
  68. public void setZxsjl(String zxsjl) {
  69. this.zxsjl = zxsjl;
  70. }
  71. public String getZxsgly() {
  72. return zxsgly;
  73. }
  74. public void setZxsgly(String zxsgly) {
  75. this.zxsgly = zxsgly;
  76. }
  77. public String getCwzy() {
  78. return cwzy;
  79. }
  80. public void setCwzy(String cwzy) {
  81. this.cwzy = cwzy;
  82. }
  83. public String getCwgly() {
  84. return cwgly;
  85. }
  86. public void setCwgly(String cwgly) {
  87. this.cwgly = cwgly;
  88. }
  89. public String getZc() {
  90. return zc;
  91. }
  92. public void setZc(String zc) {
  93. this.zc = zc;
  94. }
  95. public String getDsz() {
  96. return dsz;
  97. }
  98. public void setDsz(String dsz) {
  99. this.dsz = dsz;
  100. }
  101. }