mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
增加系统配置
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package xyz.playedu.api.request.backend;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
/**
|
||||
* @Author 杭州白书科技有限公司
|
||||
* @create 2023/3/9 16:13
|
||||
*/
|
||||
@Data
|
||||
public class AppConfigRequest {
|
||||
|
||||
private HashMap<String, String> data;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user