推送方式

This commit is contained in:
zhangheng 2024-03-22 17:39:26 +08:00
parent b88fcc7f84
commit a600e4d278

View File

@ -71,7 +71,7 @@ public class SignPatientManageRouteNode extends BaseEntity {
/** 执行时间格式HH:mm */
@ApiModelProperty(value = "执行时间格式HH:mm")
@JsonFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "HH:mm")
@Excel(name = "执行时间格式HH:mm", width = 30, dateFormat = "yyyy-MM-dd")
private LocalTime executeTime;