Skip to main content

activitylog

Operation Log of Roles in Application

{
"_id":"ObjectID", //(Primary key)
"actionId": "int", // Action ID
"roleId":"string", // Role ID
"message":"string", // Log content
"operaterId":"string", // Operator account ID
"createdTime":"DateTime", // Date created (when the operation occurred)
}