买家端需要的获取商家主页和模糊搜索接口

This commit is contained in:
litianxiang
2026-05-11 16:40:47 +08:00
parent e1d57f7b37
commit 0c1b74ddc0
11 changed files with 263 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ mybatis-plus:
type-aliases-package: com.aida.seller.module.*.entity
global-config:
db-config:
id-type: auto
id-type: assign_id
logic-delete-field: deleted
logic-delete-value: 1
logic-not-delete-value: 0