This commit is contained in:
wucongxing8150 2025-06-13 14:11:17 +08:00
parent d226b4e4f0
commit 5aeef97712

View File

@ -12,5 +12,5 @@ public class getClinicalStatsLabel {
*/
@JsonProperty("label_iden")
@NotNull(message = "参数错误")
private Integer labelIden;
private String label_iden;
}