master:返回数据添加;

pull/1121/head
liujiang 2025-08-08 13:18:08 +08:00
parent 7f0ca1c767
commit 5975f39cde
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ public class StoreCertStepResDTO {
private String facAddress;
@ApiModelProperty(value = "生产规模")
private Integer prodScale;
@ApiModelProperty(value = "拒绝理由")
private String rejectReason;
}
@Data