日志切面功能整合
This commit is contained in:
@@ -22,6 +22,10 @@ public class OperationLogDTO implements Serializable {
|
||||
* id
|
||||
*/
|
||||
private Long id;
|
||||
/**
|
||||
* 店铺id
|
||||
*/
|
||||
private Long shopId;
|
||||
/**
|
||||
* 日志类型 info-正常日志 error-异常日志
|
||||
*/
|
||||
|
||||
@@ -28,6 +28,10 @@ public class OperationLog implements Serializable {
|
||||
*/
|
||||
@Id(keyType = KeyType.Generator, value = KeyGenerators.snowFlakeId)
|
||||
private Long id;
|
||||
/**
|
||||
* 店铺id
|
||||
*/
|
||||
private Long shopId;
|
||||
/**
|
||||
* 日志类型 info-正常日志 error-异常日志
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user