jiangping
2024-07-12 3faf877e3ca03028d60bba265249a543e8f9b533
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.doumee.biz.zbom.model.zhongtai.response;
 
import lombok.Data;
 
@Data
public class ZTUserGetTokenResponse {
    /**
     *用户临时票据
     */
    private String token;
 
 
}