mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
commit:同步2.2版本
This commit is contained in:
@@ -35,6 +35,10 @@ public final class SysOperationLogType {
|
||||
* 删除。
|
||||
*/
|
||||
public static final int DELETE = 20;
|
||||
/**
|
||||
* 批量删除。
|
||||
*/
|
||||
public static final int DELETE_BATCH = 21;
|
||||
/**
|
||||
* 新增多对多关联。
|
||||
*/
|
||||
@@ -43,6 +47,10 @@ public final class SysOperationLogType {
|
||||
* 移除多对多关联。
|
||||
*/
|
||||
public static final int DELETE_M2M = 30;
|
||||
/**
|
||||
* 批量移除多对多关联。
|
||||
*/
|
||||
public static final int DELETE_M2M_BATCH = 31;
|
||||
/**
|
||||
* 查询。
|
||||
*/
|
||||
@@ -55,6 +63,10 @@ public final class SysOperationLogType {
|
||||
* 导出。
|
||||
*/
|
||||
public static final int EXPORT = 45;
|
||||
/**
|
||||
* 导入。
|
||||
*/
|
||||
public static final int IMPORT = 46;
|
||||
/**
|
||||
* 上传。
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user