调整商户注册逻辑

This commit is contained in:
2025-06-11 10:24:48 +08:00
parent a3c6b20a04
commit efdbb21261
31 changed files with 310 additions and 302 deletions

6
internal/consts/store.go Normal file
View File

@ -0,0 +1,6 @@
package consts
const (
StoreEnable = iota + 1
StoreDisable
)