| | |
| | | |
| | | import com.google.gson.annotations.Expose; |
| | | import org.springframework.data.annotation.Id; |
| | | import org.springframework.data.annotation.Transient; |
| | | import org.springframework.data.mongodb.core.mapping.Document; |
| | | import org.yeshi.utils.generater.annotation.admin.AdminController; |
| | | import org.yeshi.utils.generater.annotation.admin.Show; |
| | |
| | | @Show(title = "更新时间") |
| | | private Date updateTime; |
| | | |
| | | @Transient |
| | | @Expose |
| | | private Integer locationCount; |
| | | |
| | | public Long getUid() { |
| | | return uid; |
| | | } |
| | |
| | | public void setUpdateTime(Date updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | public Integer getLocationCount() { |
| | | return locationCount; |
| | | } |
| | | |
| | | public void setLocationCount(Integer locationCount) { |
| | | this.locationCount = locationCount; |
| | | } |
| | | } |