mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 13:47:09 +00:00
(improvement)(Headless) When obtaining the domain list, information about whether there is a model under the domain is returned incidentally. (#970)
This commit is contained in:
@@ -27,6 +27,8 @@ public class DomainResp extends SchemaItem {
|
||||
|
||||
private boolean hasEditPermission = false;
|
||||
|
||||
private boolean hasModel;
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
if (o == null || getClass() != o.getClass()) {
|
||||
|
||||
Reference in New Issue
Block a user