This commit is contained in:
parent
f6e998d673
commit
0522e404b8
|
@ -1,6 +1,10 @@
|
||||||
package com.hzya.frame.u8.base.inventory.entity;
|
package com.hzya.frame.u8.base.inventory.entity;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
import com.hzya.frame.web.entity.BaseEntity;
|
import com.hzya.frame.web.entity.BaseEntity;
|
||||||
|
import org.springframework.format.annotation.DateTimeFormat;
|
||||||
|
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Description
|
* @Description
|
||||||
|
|
Loading…
Reference in New Issue