|
|
@@ -1,4 +1,4 @@
|
|
|
-package cn.reghao.bnt.web.account.model.po;
|
|
|
+package cn.reghao.bnt.web.sys.model.po;
|
|
|
|
|
|
import cn.reghao.bnt.web.util.db.BaseEntity;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
@@ -8,6 +8,7 @@ import lombok.Setter;
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
import javax.persistence.Entity;
|
|
|
+import javax.persistence.Table;
|
|
|
|
|
|
/**
|
|
|
* @author reghao
|
|
|
@@ -18,6 +19,7 @@ import javax.persistence.Entity;
|
|
|
@Setter
|
|
|
@Getter
|
|
|
@Entity
|
|
|
+@Table(name = "sys_disk_file")
|
|
|
public class DiskFile extends BaseEntity {
|
|
|
@Column(nullable = false, unique = true)
|
|
|
private String objectName;
|