MrShi
2025-09-24 0e555ff7887e46c5bdd9d8ca237f7ed1e1634c0f
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.core.haikang.model.param.request;
 
import lombok.Data;
 
@Data
public class ApplyCTGTRequest {
 
    private String loginType;//    string    False    登录类型
    private String userCode;//    string    False登录用户名
    private String language;//    string    False    语言标识
 
}