.
This commit is contained in:
@@ -19,6 +19,7 @@ public class MetaService extends Doc<MetaService> {
|
||||
private String comment; //业务中文名
|
||||
//private List<String> links; //["link._key1","link._key2"]
|
||||
|
||||
private String sysPlatId; //平台id
|
||||
|
||||
private List<String> shows = new ArrayList<>();
|
||||
private List<Map> edits = new ArrayList<>();
|
||||
@@ -56,6 +57,13 @@ public class MetaService extends Doc<MetaService> {
|
||||
this.comment = comment;
|
||||
}
|
||||
|
||||
public String getSysPlatId() {
|
||||
return sysPlatId;
|
||||
}
|
||||
|
||||
public void setSysPlatId(String sysPlatId) {
|
||||
this.sysPlatId = sysPlatId;
|
||||
}
|
||||
/*public List<String> getLinks() {
|
||||
return links;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user