Files
Aida_Purchaser_Front/src/views/shoppingCart/index.d.js

5 lines
78 B
JavaScript
Raw Normal View History

2026-05-21 14:36:29 +08:00
/** 商品状态 */
export const SCART_STATUS = {
/** 正常 */
NORMAL: 1,
}