2
0

wfc pay module init

This commit is contained in:
2024-11-23 12:25:07 +08:00
parent f36f780a05
commit 7a1b0a6eee
22 changed files with 1611 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
package org.wfc.common.log.enums;
/**
* 业务操作类型
* Business type defination
*
* @author ruoyi
*/
@@ -12,6 +12,11 @@ public enum BusinessType
*/
OTHER,
/**
* Get
*/
SELECT,
/**
* 新增
*/