OutProcessName.java 2.6 KB

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