修改补招
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
package com.njcn.message.message;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.LocalDate;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -14,6 +16,8 @@ import java.util.List;
|
||||
*/
|
||||
@Data
|
||||
public class RecallMessage {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDate reCallTime;
|
||||
|
||||
private List<RecallDTO> data;
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user