diff --git a/src/api/shop/shopSetting/model/index.ts b/src/api/shop/shopSetting/model/index.ts index d83562a..fdc3144 100644 --- a/src/api/shop/shopSetting/model/index.ts +++ b/src/api/shop/shopSetting/model/index.ts @@ -77,6 +77,8 @@ export interface ShopSetting { payAlipayPrivateKey?: string; payAlipayPublicKey?: string; payBalanceEnabled?: boolean | number; + + salesAccumulateType?: number; } /**