mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-14 04:00:48 +00:00
データモデル作成
This commit is contained in:
parent
0fc5c13427
commit
334954b6a8
@ -0,0 +1,10 @@
|
||||
package one.nem.lacerta.feature.debug.common.model;
|
||||
|
||||
public class DebugMenuListItem {
|
||||
|
||||
private String title;
|
||||
private String description;
|
||||
private String destinationId; // Navigation destination ID
|
||||
private boolean enabled;
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user