完善c端接口

This commit is contained in:
menxipeng
2025-07-21 22:50:24 +08:00
parent 658a1f0e1b
commit 83fdbf2e41
27 changed files with 378 additions and 295 deletions

View File

@@ -0,0 +1,6 @@
package com.ruoyi.common.enums;
public enum DeviceTypeEnum {
ANDROID,
IOS
}