mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +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…
Reference in New Issue
Block a user