修改BUG

This commit is contained in:
lxd 2025-04-21 16:22:24 +08:00
parent 2de54946bb
commit 39e8feb369

View File

@ -8,7 +8,7 @@ import lombok.Data;
public class InspectApplylogSimpleRespVO {
@Schema(description = "idcard")
private Integer idcard;
private String idcard;
@Schema(description = "json")
private String json;