This commit is contained in:
wangff
2025-11-18 18:52:21 +08:00
parent af52a60e50
commit 3ddf965a6c

View File

@@ -18,7 +18,7 @@ public class AddTagCallbackNoticeRequest {
@ApiModelProperty(name = "1.法人 2.非法人", required = true)
private Integer addTagType;
@ApiModelProperty(name = "失败原因", required = false)
private Integer errorMsg;
private String errorMsg;
}