Files
2025-12-04 17:44:28 +08:00

5 lines
118 B
TypeScript

export const StoreType = {
Direct: 1, // 直营
Franchise: 2, // 加盟
DouYin: 3 // 抖音
}