Browse Source

fix:[试验管理][饲养间]

master
HanLong 1 month ago
parent
commit
2c51c27a9f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyRoom.java

+ 2
- 2
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyRoom.java View File

@ -33,7 +33,7 @@ public class StudyRoom extends MpBaseEntity
private String dwzs; private String dwzs;
/** 开始使用时间 */ /** 开始使用时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date kssj; private Date kssj;
/** 开始使用原因 */ /** 开始使用原因 */
@ -55,7 +55,7 @@ public class StudyRoom extends MpBaseEntity
private String jsrMc; private String jsrMc;
/** 结束时间 */ /** 结束时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date jssj; private Date jssj;
/** 状态:1:使用中;3:已结束 */ /** 状态:1:使用中;3:已结束 */

Loading…
Cancel
Save