A management system, to do employees operating logs, there are two ways I can think of: 1, specially make a operation log table, the staff to do any operation record, query staff operating logs, query this table can be directly, 2, not specialized operation log table, need to query, directly in each table query, and then in the UI,
What did you do? I the above method correct?
CodePudding user response:
Employees to do any operation is recorded in ==> How do you record?
Also, don't understand you said
CodePudding user response:
I use annotations in Java, In c #, I haven't tried,
But suppose can also be addressed by Attrbuite characteristics,
Main is, You extend a feature, then mark in the operation of the need to be recorded, For example, edit, update, delete, etc., the query does not need to record, In features Attrbuite, interception parameters and information,