This commit is contained in:
张良(004796)
2024-01-02 17:09:58 +08:00
parent 2c68510a02
commit c3b9c761af
5 changed files with 20 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ public class Dynamic implements Serializable {
* 城市ID
*/
private Integer cityId;
private String city;
/**
* 是否有附件 0 没有 1 有
*/