|
|
|
@ -1,6 +1,7 @@ |
|
|
|
package com.hxhq.business.domain; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import com.hxhq.common.core.annotation.Compare; |
|
|
|
import com.hxhq.common.core.domain.MpBaseEntity; |
|
|
|
|
|
|
|
@ -57,6 +58,7 @@ public class Study extends MpBaseEntity |
|
|
|
private String deptName; |
|
|
|
|
|
|
|
/** 归档申请时间 */ |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date gdApplyTime; |
|
|
|
|
|
|
|
@Compare(name = "试验简述",nameEn = "Description") |
|
|
|
|