weimingfei
2025-12-12 620af01dc9ec9e08bc8d56bb685c420986a3e458
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凭证
}