12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
|
|
package com.sercurityControl.proteam.domain.ty;
|
||
|
|
|
||
|
|
import lombok.Data;
|
||
|
|
|
||
|
|
@Data
|
||
|
|
public class TyResultValue {
|
||
|
|
|
||
|
|
private String ak;
|
||
|
|
|
||
|
|
private String token;
|
||
|
|
}
|