db.role.insertMany([ { "client_id": 1, "uid": "ADMIN", "name": "管理員", "status": 1, "create_time": NumberLong(1728745200), "update_time": NumberLong(1728745200) }, { "client_id": 1, "uid": "OPERATOR", "name": "操作員", "status": 1, "create_time": NumberLong(1728745200), "update_time": NumberLong(1728745200) }, { "client_id": 1, "uid": "USER", "name": "一般使用者", "status": 1, "create_time": NumberLong(1728745200), "update_time": NumberLong(1728745200) }, { "client_id": 1, "uid": "PLAYER", "name": "陪玩專員", "status": 1, "create_time": NumberLong(1728745200), "update_time": NumberLong(1728745200) }, ]);