refactor: reorganize modules and add Linux build tooling
This commit is contained in:
8
module/ec/mall/internal/excode/ex.go
Normal file
8
module/ec/mall/internal/excode/ex.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package excode
|
||||
|
||||
import "git.apinb.com/bsm-sdk/core/errcode"
|
||||
|
||||
var (
|
||||
ErrStoreNotFound = errcode.NewError(1700, "Store not found")
|
||||
ErrStoreDisabled = errcode.NewError(1701, "Store disabled")
|
||||
)
|
||||
Reference in New Issue
Block a user