ll
liukangdong
2024-12-11 6739c54297cdfca25ddc4c5b25a74a53532da7c5
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凭证
}