mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
6 lines
193 B
Go
6 lines
193 B
Go
// Description: This package is used to define the service interface
|
|
// 只能使用 store 下面的封装好的接口
|
|
// 只能使用对应的store,不允许跨模块的store
|
|
|
|
package service
|