|
|
@@ -82,8 +82,8 @@ public class IsHardware extends BaseBean
|
|
|
|
|
|
/** 启用时间 */
|
|
|
@Schema(description = "启用时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @Excel(name = "启用时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
+ @Excel(name = "启用时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
private Date activationTime;
|
|
|
|
|
|
/** 可用次数 */
|