| | |
| | | package com.flow.pojo; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | |
| | |
| | | @TableId(type = IdType.AUTO) |
| | | private Integer id; |
| | | |
| | | // @TableField() |
| | | private String company; |
| | | |
| | | private String startdate; |
| | |
| | | |
| | | private String servername; |
| | | |
| | | |
| | | @TableField(exist = false) |
| | | private String caozuoname; |
| | | |
| | | public TbFuwuqi(Integer id, String company, String startdate, String enddate, String remainingdays, Double expense, String rechargedate, String rechargemoney, String notes,String none,String servername) { |
| | | this.id = id; |
| | |
| | | public void setServername(String servername) { |
| | | this.servername = servername; |
| | | } |
| | | |
| | | public String getCaozuoname() { |
| | | return caozuoname; |
| | | } |
| | | |
| | | public void setCaozuoname(String caozuoname) { |
| | | this.caozuoname = caozuoname; |
| | | } |
| | | } |