| | |
| | | public class Battinf_apply implements Serializable{
|
| | | private int num;
|
| | | private int apply_uid;
|
| | | private String apply_name;
|
| | | private int confrim_uid;
|
| | | private String confirm_name;
|
| | | private Date apply_date;
|
| | | private int apply_en;
|
| | | private String apply_note;
|
| | |
| | | public void setBinf(BattInf binf) {
|
| | | this.binf = binf;
|
| | | }
|
| | | |
| | | public String getApply_name() {
|
| | | return apply_name;
|
| | | }
|
| | | public void setApply_name(String apply_name) {
|
| | | this.apply_name = apply_name;
|
| | | }
|
| | | public String getConfirm_name() {
|
| | | return confirm_name;
|
| | | }
|
| | | public void setConfirm_name(String confirm_name) {
|
| | | this.confirm_name = confirm_name;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "Battinf_apply [num=" + num + ", apply_uid=" + apply_uid
|
| | | + ", confrim_uid=" + confrim_uid + ", apply_date=" + apply_date
|
| | | + ", apply_en=" + apply_en + ", apply_note=" + apply_note
|
| | | + ", binf=" + binf + "]";
|
| | | + ", apply_name=" + apply_name + ", confrim_uid=" + confrim_uid
|
| | | + ", confirm_name=" + confirm_name + ", apply_date="
|
| | | + apply_date + ", apply_en=" + apply_en + ", apply_note="
|
| | | + apply_note + ", binf=" + binf + "]";
|
| | | }
|
| | |
|
| | | |
| | | }
|