修改了疾病标签的搜索2
This commit is contained in:
parent
ac161b5bd4
commit
d134ffd200
@ -1,10 +1,12 @@
|
|||||||
package com.example.caseData.request.caseLabelRequest;
|
package com.example.caseData.request.caseLabelRequest;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
import jakarta.validation.constraints.NotEmpty;
|
import jakarta.validation.constraints.NotEmpty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class getCaseLabel {
|
public class getCaseLabel {
|
||||||
@NotEmpty(message = "参数错误")
|
@NotEmpty(message = "参数错误")
|
||||||
|
@JsonProperty("pid")
|
||||||
private String pId = "0";
|
private String pId = "0";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user