?? guidance.java
字號:
package com.crm.guidance.po;
public class Guidance {
private Integer guid_id;
private Integer complaint_id;
private Integer employee_id;
private String content;
private String service_type;
private String file_name;
public String getFile_name() {
return file_name;
}
public void setFile_name(String file_name) {
this.file_name = file_name;
}
public String getService_type() {
return service_type;
}
public void setService_type(String service_type) {
this.service_type = service_type;
}
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
public Integer getComplaint_id() {
return complaint_id;
}
public void setComplaint_id(Integer complaint_id) {
this.complaint_id = complaint_id;
}
public Integer getEmployee_id() {
return employee_id;
}
public void setEmployee_id(Integer employee_id) {
this.employee_id = employee_id;
}
public Integer getGuid_id() {
return guid_id;
}
public void setGuid_id(Integer guid_id) {
this.guid_id = guid_id;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -