| | |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | private String signPic; |
| | | |
| | | /** |
| | | * 序号 |
| | |
| | | */ |
| | | @Extend |
| | | private String pageFlae; |
| | | |
| | | @Extend |
| | | private String queryKey; |
| | | |
| | | public String getQueryKey() { |
| | | return queryKey; |
| | | } |
| | | |
| | | public void setQueryKey(String queryKey) { |
| | | this.queryKey = queryKey; |
| | | } |
| | | |
| | | public Long getStaffId() { |
| | | return staffId; |
| | |
| | | public void setCompanyId(Long companyId) { |
| | | this.companyId = companyId; |
| | | } |
| | | |
| | | public String getSignPic() { |
| | | return signPic; |
| | | } |
| | | |
| | | public void setSignPic(String signPic) { |
| | | this.signPic = signPic; |
| | | } |
| | | } |