修改了疾病标签的搜索3

This commit is contained in:
wucongxing8150 2025-07-16 17:15:10 +08:00
parent d134ffd200
commit e3d7345221

View File

@ -7,6 +7,5 @@ import lombok.Data;
@Data
public class getCaseLabel {
@NotEmpty(message = "参数错误")
@JsonProperty("pid")
private String pId = "0";
}