old mode 100644
new mode 100755
| | |
| | | import com.java110.vo.api.junkRequirement.PhotoVo; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | public class ApiComplaintDataVo implements Serializable { |
| | |
| | | private String unitNum; |
| | | private String floorNum; |
| | | private String communityId; |
| | | // |
| | | |
| | | private String auditCode; |
| | | |
| | | private List<PhotoVo> photos; |
| | |
| | | private String currentUserId; |
| | | private String currentUserName; |
| | | private String currentUserTel; |
| | | private String startUserId; |
| | | |
| | | |
| | | public String getComplaintId() { |
| | |
| | | public void setPhotos(List<PhotoVo> photos) { |
| | | this.photos = photos; |
| | | } |
| | | |
| | | public String getStartUserId() { |
| | | return startUserId; |
| | | } |
| | | |
| | | public void setStartUserId(String startUserId) { |
| | | this.startUserId = startUserId; |
| | | } |
| | | } |