| | |
| | | @ExcelProperty(index = 5) |
| | | private Double z; |
| | | |
| | | private Integer pid; |
| | | |
| | | private Integer createUser; |
| | | |
| | | private Timestamp createTime; |
| | |
| | | private Integer updateUser; |
| | | |
| | | private Timestamp updateTime; |
| | | |
| | | public Integer getGid() { |
| | | return gid; |
| | | } |
| | | |
| | | public void setGid(Integer gid) { |
| | | this.gid = gid; |
| | | } |
| | | |
| | | public String getZh() { |
| | | return zh; |
| | |
| | | this.z = z; |
| | | } |
| | | |
| | | public Integer getPid() { |
| | | return pid; |
| | | public Integer getGid() { |
| | | return gid; |
| | | } |
| | | |
| | | public void setPid(Integer pid) { |
| | | this.pid = pid; |
| | | public void setGid(Integer gid) { |
| | | this.gid = gid; |
| | | } |
| | | |
| | | public Integer getCreateUser() { |