|
|
@@ -20,16 +20,10 @@ public class PageStyle implements Serializable {
|
|
|
*/
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
- /**
|
|
|
- * 主键
|
|
|
- */
|
|
|
- @Id
|
|
|
- @Column(name = "_id")
|
|
|
- private Long id;
|
|
|
-
|
|
|
/**
|
|
|
* 应用Id
|
|
|
*/
|
|
|
+ @Id
|
|
|
@Column(name = "app_uid")
|
|
|
private String appId;
|
|
|
|
|
|
@@ -100,14 +94,6 @@ public class PageStyle implements Serializable {
|
|
|
@Column(name = "reserve_color")
|
|
|
private String reserveColor;
|
|
|
|
|
|
- public Long getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setId(Long id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
public String getAppId() {
|
|
|
return appId;
|
|
|
}
|