file实体的UUID属性添加set方法
This commit is contained in:
parent
adc0158084
commit
b19885df34
|
@ -75,6 +75,10 @@ public class BaseFile extends BaseEntity {
|
|||
return uuid;
|
||||
}
|
||||
|
||||
public void setUuid(String uuid) {
|
||||
this.uuid = uuid;
|
||||
}
|
||||
|
||||
public String getRelObjType() {
|
||||
return this.relObjType;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue