yanghui
2022-11-11 ad2201f809f45cbbe2e63a829e4c93a9c7b7f67c
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/interfaces/OperLog.java
@@ -14,4 +14,7 @@
    String operModul() default ""; // 操作模块
    int operType() default 0; // 操作类型 业务类型(0其它 1新增 2修改 3删除)
    String businessType() default ""; //操作类型
}