mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
修正
This commit is contained in:
parent
26b0994343
commit
070cfda21d
|
@ -4,13 +4,11 @@ public class TagListItem {
|
|||
|
||||
String tagId;
|
||||
String tagName;
|
||||
String tagDescription;
|
||||
String tagColor;
|
||||
|
||||
public TagListItem(String tagId, String tagName, String tagDescription, String tagColor) {
|
||||
public TagListItem(String tagId, String tagName, String tagColor) {
|
||||
this.tagId = tagId;
|
||||
this.tagName = tagName;
|
||||
this.tagDescription = tagDescription;
|
||||
this.tagColor = tagColor;
|
||||
}
|
||||
|
||||
|
@ -33,14 +31,6 @@ public class TagListItem {
|
|||
this.tagName = tagName;
|
||||
}
|
||||
|
||||
public String getTagDescription() {
|
||||
return tagDescription;
|
||||
}
|
||||
|
||||
public void setTagDescription(String tagDescription) {
|
||||
this.tagDescription = tagDescription;
|
||||
}
|
||||
|
||||
public String getTagColor() {
|
||||
return tagColor;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user