11112
This commit is contained in:
+2
-2
@@ -10,10 +10,10 @@ import java.time.LocalDateTime;
|
||||
@Data
|
||||
public class DpmsAddForm {
|
||||
@ApiModelProperty(value = "id")
|
||||
private LocalDateTime id;
|
||||
private Long id;
|
||||
|
||||
@ApiModelProperty(value = "id")
|
||||
private LocalDateTime dpmasId;
|
||||
private Long dpmasId;
|
||||
|
||||
@ApiModelProperty(value = "治疗时间", required = true)
|
||||
@NotNull(message = "治疗时间 不能为空")
|
||||
|
||||
Reference in New Issue
Block a user