修改
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.xjrsoft.module.dayPlan.dto;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.pictc.annotations.datalog.*;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@ -70,6 +71,7 @@ public class UpdateLngPngApproDto implements Serializable {
|
||||
*/
|
||||
@LogField(name="计划日期",index=6)
|
||||
@ApiModelProperty("计划日期")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDateTime datePlan;
|
||||
|
||||
/**
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
package com.xjrsoft.module.dayPlan.vo;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@ -68,6 +69,7 @@ public class LngPngApproVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 计划日期
|
||||
*/
|
||||
@ApiModelProperty("计划日期")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDateTime datePlan;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user