初始化
parent
48159f1674
commit
db37e07adc
2
pom.xml
2
pom.xml
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
<artifactId>cloud-common-core</artifactId>
|
<artifactId>cloud-common-core</artifactId>
|
||||||
|
|
||||||
|
<version>3.6.3</version>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
cloud-common-core核心模块
|
cloud-common-core核心模块
|
||||||
</description>
|
</description>
|
||||||
|
|
|
@ -55,18 +55,6 @@ public class BaseEntity implements Serializable {
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
|
|
||||||
/**
|
|
||||||
* 开始时间
|
|
||||||
*/
|
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
||||||
private Date startTime;
|
|
||||||
/**
|
|
||||||
* 结束时间
|
|
||||||
*/
|
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
||||||
private Date endTime;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 备注
|
* 备注
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue