mirror of https://github.com/halo-dev/halo
commit
c37dabbd97
|
@ -2,10 +2,7 @@ package cc.ryanc.halo.model.domain;
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
import javax.persistence.Entity;
|
import javax.persistence.*;
|
||||||
import javax.persistence.Id;
|
|
||||||
import javax.persistence.Lob;
|
|
||||||
import javax.persistence.Table;
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -27,6 +24,7 @@ public class Options implements Serializable {
|
||||||
* 设置项名称
|
* 设置项名称
|
||||||
*/
|
*/
|
||||||
@Id
|
@Id
|
||||||
|
@Column(length = 127)
|
||||||
private String optionName;
|
private String optionName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue