ll
liukangdong
2024-11-25 42a22be5d9258450f66f56c7915959b8bebba6ce
1
2
3
4
5
6
7
8
9
package com.doumee.core.haikang.model.param.respose;
 
import lombok.Data;
 
@Data
public class ApplyCTGTResponse {
 
private String   CTGT    ;//string    False
}