| | |
| | | private String enterdate; |
| | | |
| | | private String rudq; |
| | | private String senddate; |
| | | private String entryclerk; |
| | | |
| | | |
| | | @TableField(exist = false) |
| | | private String caozuoname; |
| | | public Company(Long companyid, String companyname, String companyabbname, String loginphone, String shuinum, String address, String phone, String accountbank, String account, String company, String none, String password) { |
| | | public Company(Long companyid, String companyname, String companyabbname, String loginphone, String shuinum, String address, String phone, String accountbank, String account, String company, String none, String password,String entryclerk) { |
| | | this.companyid = companyid; |
| | | this.companyname = companyname; |
| | | this.companyabbname = companyabbname; |
| | |
| | | this.company = company; |
| | | this.none = none; |
| | | this.password = password; |
| | | this.entryclerk = entryclerk; |
| | | } |
| | | |
| | | public Company() { |
| | |
| | | public void setEnterdate(String enterdate) { |
| | | this.enterdate = enterdate; |
| | | } |
| | | |
| | | public String getSenddate() { |
| | | return senddate; |
| | | } |
| | | |
| | | public void setSenddate(String senddate) { |
| | | this.senddate = senddate; |
| | | } |
| | | |
| | | |
| | | public String getEntryclerk() { |
| | | return entryclerk; |
| | | } |
| | | |
| | | public void setEntryclerk(String entryclerk) { |
| | | this.entryclerk = entryclerk; |
| | | } |
| | | } |