Files
Aida_Purchaser_Front/src/views/shoppingCart/index.d.js
2026-05-21 14:58:07 +08:00

5 lines
78 B
JavaScript

/** 商品状态 */
export const SCART_STATUS = {
/** 正常 */
NORMAL: 1,
}