MrShi
2025-01-08 cfbf7533b8cfc395a110390da23cf6bb641daff9
1
2
3
4
5
6
7
8
9
package com.doumee.core.haikang.model.param.respose;
 
import lombok.Data;
 
@Data
public class ApplySTResponse {
 
private String   ST    ;//string    ST凭证
}