| | |
| | | public class MarkEntity implements Serializable { |
| | | private static final long serialVersionUID = -865286612354818048L; |
| | | |
| | | private int id; |
| | | private Integer id; |
| | | |
| | | private String name; |
| | | |
| | | private String wkt; |
| | | |
| | | private int createUser; |
| | | private Integer createUser; |
| | | |
| | | private Timestamp createTime; |
| | | |
| | | private int updateUser; |
| | | private Integer updateUser; |
| | | |
| | | private Timestamp updateTime; |
| | | |
| | | public MarkEntity() { |
| | | } |
| | | |
| | | public int getId() { |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(int id) { |
| | | public void setId(Integer id) { |
| | | this.id = id; |
| | | } |
| | | |
| | |
| | | this.wkt = wkt; |
| | | } |
| | | |
| | | public int getCreateUser() { |
| | | public Integer getCreateUser() { |
| | | return createUser; |
| | | } |
| | | |
| | | public void setCreateUser(int createUser) { |
| | | public void setCreateUser(Integer createUser) { |
| | | this.createUser = createUser; |
| | | } |
| | | |
| | |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public int getUpdateUser() { |
| | | public Integer getUpdateUser() { |
| | | return updateUser; |
| | | } |
| | | |
| | | public void setUpdateUser(int updateUser) { |
| | | public void setUpdateUser(Integer updateUser) { |
| | | this.updateUser = updateUser; |
| | | } |
| | | |