Commonsリポジトリ作成

This commit is contained in:
ろむねこ 2023-12-12 10:12:32 +09:00
parent 52087c3b9e
commit 6ca1fd6097
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.data.impl;
public class CommonsImpl {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.data.module;
public class CommonsModule {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.data.repository;
public interface Commons {
}