乐天mes后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

238 lines
7.0 KiB

  1. package com.letian.modules.base.entity;
  2. import com.fasterxml.jackson.annotation.JsonFormat;
  3. import org.springframework.format.annotation.DateTimeFormat;
  4. import java.math.BigDecimal;
  5. import java.util.Date;
  6. public class CalendarExceptionData {
  7. private int id;
  8. private String site;
  9. private String calendarId;
  10. @DateTimeFormat(pattern = "yyyy-MM-dd")
  11. @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
  12. private Date scheduledate;
  13. private BigDecimal excepttime1;
  14. private BigDecimal exceptduration1;
  15. private BigDecimal excepttime2;
  16. private BigDecimal exceptduration2;
  17. private BigDecimal excepttime3;
  18. private BigDecimal exceptduration3;
  19. private BigDecimal excepttime4;
  20. private BigDecimal exceptduration4;
  21. private BigDecimal excepttime5;
  22. private BigDecimal exceptduration5;
  23. private BigDecimal excepttime6;
  24. private BigDecimal exceptduration6;
  25. private BigDecimal worktime;
  26. private String datetype;
  27. @DateTimeFormat(pattern = "HH:mm")
  28. @JsonFormat(pattern = "HH:mm", timezone = "GMT+8")
  29. private Date exceptexacttime1;
  30. @DateTimeFormat(pattern = "HH:mm")
  31. @JsonFormat(pattern = "HH:mm", timezone = "GMT+8")
  32. private Date exceptexacttime2;
  33. @DateTimeFormat(pattern = "HH:mm")
  34. @JsonFormat(pattern = "HH:mm", timezone = "GMT+8")
  35. private Date exceptexacttime3;
  36. @DateTimeFormat(pattern = "HH:mm")
  37. @JsonFormat(pattern = "HH:mm", timezone = "GMT+8")
  38. private Date exceptexacttime4;
  39. @DateTimeFormat(pattern = "HH:mm")
  40. @JsonFormat(pattern = "HH:mm", timezone = "GMT+8")
  41. private Date exceptexacttime5;
  42. @DateTimeFormat(pattern = "HH:mm")
  43. @JsonFormat(pattern = "HH:mm", timezone = "GMT+8")
  44. private Date exceptexacttime6;
  45. private Date createdDate;
  46. private String createdBy;
  47. private Date updateDate;
  48. private String updateBy;
  49. private String delflag;
  50. private int version;
  51. public int getId() {
  52. return id;
  53. }
  54. public void setId(int id) {
  55. this.id = id;
  56. }
  57. public String getSite() {
  58. return site;
  59. }
  60. public void setSite(String site) {
  61. this.site = site;
  62. }
  63. public String getCalendarId() {
  64. return calendarId;
  65. }
  66. public void setCalendarId(String calendarId) {
  67. this.calendarId = calendarId;
  68. }
  69. public Date getScheduledate() {
  70. return scheduledate;
  71. }
  72. public void setScheduledate(Date scheduledate) {
  73. this.scheduledate = scheduledate;
  74. }
  75. public BigDecimal getExcepttime1() {
  76. return excepttime1;
  77. }
  78. public void setExcepttime1(BigDecimal excepttime1) {
  79. this.excepttime1 = excepttime1;
  80. }
  81. public BigDecimal getExceptduration1() {
  82. return exceptduration1;
  83. }
  84. public void setExceptduration1(BigDecimal exceptduration1) {
  85. this.exceptduration1 = exceptduration1;
  86. }
  87. public BigDecimal getExcepttime2() {
  88. return excepttime2;
  89. }
  90. public void setExcepttime2(BigDecimal excepttime2) {
  91. this.excepttime2 = excepttime2;
  92. }
  93. public BigDecimal getExceptduration2() {
  94. return exceptduration2;
  95. }
  96. public void setExceptduration2(BigDecimal exceptduration2) {
  97. this.exceptduration2 = exceptduration2;
  98. }
  99. public BigDecimal getExcepttime3() {
  100. return excepttime3;
  101. }
  102. public void setExcepttime3(BigDecimal excepttime3) {
  103. this.excepttime3 = excepttime3;
  104. }
  105. public BigDecimal getExceptduration3() {
  106. return exceptduration3;
  107. }
  108. public void setExceptduration3(BigDecimal exceptduration3) {
  109. this.exceptduration3 = exceptduration3;
  110. }
  111. public BigDecimal getExcepttime4() {
  112. return excepttime4;
  113. }
  114. public void setExcepttime4(BigDecimal excepttime4) {
  115. this.excepttime4 = excepttime4;
  116. }
  117. public BigDecimal getExceptduration4() {
  118. return exceptduration4;
  119. }
  120. public void setExceptduration4(BigDecimal exceptduration4) {
  121. this.exceptduration4 = exceptduration4;
  122. }
  123. public BigDecimal getExcepttime5() {
  124. return excepttime5;
  125. }
  126. public void setExcepttime5(BigDecimal excepttime5) {
  127. this.excepttime5 = excepttime5;
  128. }
  129. public BigDecimal getExceptduration5() {
  130. return exceptduration5;
  131. }
  132. public void setExceptduration5(BigDecimal exceptduration5) {
  133. this.exceptduration5 = exceptduration5;
  134. }
  135. public BigDecimal getExcepttime6() {
  136. return excepttime6;
  137. }
  138. public void setExcepttime6(BigDecimal excepttime6) {
  139. this.excepttime6 = excepttime6;
  140. }
  141. public BigDecimal getExceptduration6() {
  142. return exceptduration6;
  143. }
  144. public void setExceptduration6(BigDecimal exceptduration6) {
  145. this.exceptduration6 = exceptduration6;
  146. }
  147. public BigDecimal getWorktime() {
  148. return worktime;
  149. }
  150. public void setWorktime(BigDecimal worktime) {
  151. this.worktime = worktime;
  152. }
  153. public String getDatetype() {
  154. return datetype;
  155. }
  156. public void setDatetype(String datetype) {
  157. this.datetype = datetype;
  158. }
  159. public Date getExceptexacttime1() {
  160. return exceptexacttime1;
  161. }
  162. public void setExceptexacttime1(Date exceptexacttime1) {
  163. this.exceptexacttime1 = exceptexacttime1;
  164. }
  165. public Date getExceptexacttime2() {
  166. return exceptexacttime2;
  167. }
  168. public void setExceptexacttime2(Date exceptexacttime2) {
  169. this.exceptexacttime2 = exceptexacttime2;
  170. }
  171. public Date getExceptexacttime3() {
  172. return exceptexacttime3;
  173. }
  174. public void setExceptexacttime3(Date exceptexacttime3) {
  175. this.exceptexacttime3 = exceptexacttime3;
  176. }
  177. public Date getExceptexacttime4() {
  178. return exceptexacttime4;
  179. }
  180. public void setExceptexacttime4(Date exceptexacttime4) {
  181. this.exceptexacttime4 = exceptexacttime4;
  182. }
  183. public Date getExceptexacttime5() {
  184. return exceptexacttime5;
  185. }
  186. public void setExceptexacttime5(Date exceptexacttime5) {
  187. this.exceptexacttime5 = exceptexacttime5;
  188. }
  189. public Date getExceptexacttime6() {
  190. return exceptexacttime6;
  191. }
  192. public void setExceptexacttime6(Date exceptexacttime6) {
  193. this.exceptexacttime6 = exceptexacttime6;
  194. }
  195. public Date getCreatedDate() {
  196. return createdDate;
  197. }
  198. public void setCreatedDate(Date createdDate) {
  199. this.createdDate = createdDate;
  200. }
  201. public String getCreatedBy() {
  202. return createdBy;
  203. }
  204. public void setCreatedBy(String createdBy) {
  205. this.createdBy = createdBy;
  206. }
  207. public Date getUpdateDate() {
  208. return updateDate;
  209. }
  210. public void setUpdateDate(Date updateDate) {
  211. this.updateDate = updateDate;
  212. }
  213. public String getUpdateBy() {
  214. return updateBy;
  215. }
  216. public void setUpdateBy(String updateBy) {
  217. this.updateBy = updateBy;
  218. }
  219. public String getDelflag() {
  220. return delflag;
  221. }
  222. public void setDelflag(String delflag) {
  223. this.delflag = delflag;
  224. }
  225. public int getVersion() {
  226. return version;
  227. }
  228. public void setVersion(int version) {
  229. this.version = version;
  230. }
  231. }