mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 03:32:43 +08:00
add operation type
This commit is contained in:
@ -74,4 +74,9 @@ public class Operation {
|
||||
* 是否在tab中被打开,y表示打开,n表示未打开
|
||||
*/
|
||||
private String tabOpened;
|
||||
|
||||
/**
|
||||
* operation type
|
||||
*/
|
||||
private String operationType;
|
||||
}
|
||||
|
@ -41,4 +41,9 @@ public class OperationPageQueryParam extends PageQueryParam {
|
||||
* orderBy modify time desc
|
||||
*/
|
||||
private boolean orderByDesc;
|
||||
|
||||
/**
|
||||
* operation type
|
||||
*/
|
||||
private String operationType;
|
||||
}
|
||||
|
@ -49,4 +49,9 @@ public class OperationSavedParam {
|
||||
* 是否在tab中被打开,y表示打开,n表示未打开
|
||||
*/
|
||||
private String tabOpened;
|
||||
|
||||
/**
|
||||
* operation type
|
||||
*/
|
||||
private String operationType;
|
||||
}
|
||||
|
@ -57,4 +57,9 @@ public class OperationUpdateParam {
|
||||
* 是否在tab中被打开,y表示打开,n表示未打开
|
||||
*/
|
||||
private String tabOpened;
|
||||
|
||||
/**
|
||||
* operation type
|
||||
*/
|
||||
private String operationType;
|
||||
}
|
||||
|
Reference in New Issue
Block a user