feat:handlePersonInfo

This commit is contained in:
苏竹红
2025-08-29 15:07:10 +08:00
parent 6383823ecf
commit 9af2de1023
3 changed files with 12 additions and 1 deletions

View File

@@ -75,4 +75,8 @@ public class NoticeDTO {
@ApiModelProperty("发布人时间")
private Date publishTime;
private String handlePersonInfo;
private String storeInfo;
}