📄 uploadbean.java
字号:
package com.topking.ftp.bean;
public class UpLoadBean {
private FileBean fb;
private String remotePath;
private int rowIndex;
public FileBean getFb() {
return fb;
}
public void setFb(FileBean fb) {
this.fb = fb;
}
public String getRemotePath() {
return remotePath;
}
public void setRemotePath(String remotePath) {
this.remotePath = remotePath;
}
public int getRowIndex() {
return rowIndex;
}
public void setRowIndex(int rowIndex) {
this.rowIndex = rowIndex;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -