A_MDO0041.java 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. /**
  2. * 系统服务
  3. */
  4. package com.miniframe.generate.comm.mdo;
  5. import com.miniframe.core.BaseMapModel;
  6. import java.io.Serializable;
  7. /**
  8. * cst参数添加修改
  9. */
  10. public class A_MDO0041 extends BaseMapModel implements Serializable {
  11. private static final long serialVersionUID = -1463838678425832212L;
  12. String pid;//项目ID
  13. /**
  14. *项目ID
  15. */
  16. public void setPid(String pid) {
  17. this.pid=pid;
  18. }
  19. /**
  20. *项目ID
  21. */
  22. public String getPid() {
  23. return this.pid;
  24. }
  25. String cstn;//cst阶数
  26. /**
  27. *cst阶数
  28. */
  29. public void setCstn(String cstn) {
  30. this.cstn=cstn;
  31. }
  32. /**
  33. *cst阶数
  34. */
  35. public String getCstn() {
  36. return this.cstn;
  37. }
  38. String lowern1;//下表面类函数参数N1
  39. /**
  40. *下表面类函数参数N1
  41. */
  42. public void setLowern1(String lowern1) {
  43. this.lowern1=lowern1;
  44. }
  45. /**
  46. *下表面类函数参数N1
  47. */
  48. public String getLowern1() {
  49. return this.lowern1;
  50. }
  51. String lowern2;//下表面类函数参数N2
  52. /**
  53. *下表面类函数参数N2
  54. */
  55. public void setLowern2(String lowern2) {
  56. this.lowern2=lowern2;
  57. }
  58. /**
  59. *下表面类函数参数N2
  60. */
  61. public String getLowern2() {
  62. return this.lowern2;
  63. }
  64. String lowerb;//下表面CST参数
  65. /**
  66. *下表面CST参数
  67. */
  68. public void setLowerb(String lowerb) {
  69. this.lowerb=lowerb;
  70. }
  71. /**
  72. *下表面CST参数
  73. */
  74. public String getLowerb() {
  75. return this.lowerb;
  76. }
  77. String uppern1;//上表面类函数参数N1
  78. /**
  79. *上表面类函数参数N1
  80. */
  81. public void setUppern1(String uppern1) {
  82. this.uppern1=uppern1;
  83. }
  84. /**
  85. *上表面类函数参数N1
  86. */
  87. public String getUppern1() {
  88. return this.uppern1;
  89. }
  90. String uppern2;//上表面类函数参数N1
  91. /**
  92. *上表面类函数参数N1
  93. */
  94. public void setUppern2(String uppern2) {
  95. this.uppern2=uppern2;
  96. }
  97. /**
  98. *上表面类函数参数N1
  99. */
  100. public String getUppern2() {
  101. return this.uppern2;
  102. }
  103. String upperb;//上表面CST参数
  104. /**
  105. *上表面CST参数
  106. */
  107. public void setUpperb(String upperb) {
  108. this.upperb=upperb;
  109. }
  110. /**
  111. *上表面CST参数
  112. */
  113. public String getUpperb() {
  114. return this.upperb;
  115. }
  116. int checked;//是否选中1-选中 0-未选中
  117. /**
  118. *是否选中1-选中 0-未选中
  119. */
  120. public void setChecked(int checked) {
  121. this.checked=checked;
  122. }
  123. /**
  124. *是否选中1-选中 0-未选中
  125. */
  126. public int getChecked() {
  127. return this.checked;
  128. }
  129. String wid;//流程id
  130. /**
  131. *流程id
  132. */
  133. public void setWid(String wid) {
  134. this.wid=wid;
  135. }
  136. /**
  137. *流程id
  138. */
  139. public String getWid() {
  140. return this.wid;
  141. }
  142. }