创建订单

This commit is contained in:
李志鹏
2026-05-21 14:58:07 +08:00
parent d772cae6bc
commit 1b32002af5
5 changed files with 14 additions and 8 deletions

View File

@@ -2,6 +2,4 @@
export const SCART_STATUS = {
/** 正常 */
NORMAL: 1,
/** 下架 */
DISABLED: 0,
}