add AccountFiles

This commit is contained in:
Suh
2024-01-02 12:14:26 +09:00
parent 04c107def4
commit 2729685087
4 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.no1.wms.account;
public class AccountController {
}

View File

@@ -0,0 +1,4 @@
package com.no1.wms.account;
public interface AccountService {
}

View File

@@ -0,0 +1,5 @@
package com.no1.wms.account;
public class AccountServiceImpl {
}