|
|
|
@ -35,7 +35,7 @@ public class DataInfoEntity {
|
|
|
|
|
/** volume的path */
|
|
|
|
|
private String volumePath;
|
|
|
|
|
|
|
|
|
|
private int volumeType;
|
|
|
|
|
private String volumeType;
|
|
|
|
|
|
|
|
|
|
private String mark;
|
|
|
|
|
|
|
|
|
@ -258,14 +258,14 @@ public class DataInfoEntity {
|
|
|
|
|
/**
|
|
|
|
|
* @return the volumeType
|
|
|
|
|
*/
|
|
|
|
|
public int getVolumeType() {
|
|
|
|
|
public String getVolumeType() {
|
|
|
|
|
return volumeType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @param volumeType the volumeType to set
|
|
|
|
|
*/
|
|
|
|
|
public void setVolumeType(int volumeType) {
|
|
|
|
|
public void setVolumeType(String volumeType) {
|
|
|
|
|
this.volumeType = volumeType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|