IntelligentRecognition/ah-jjsp-service/.svn/pristine/72/724a6891d0ebe46cae5c65490cc...

15 lines
206 B
Plaintext
Raw Normal View History

2024-05-24 16:09:40 +08:00
package com.sercurityControl.proteam.domain.ty;
import lombok.Data;
@Data
public class TyToken {
private String successful;
private TyResultValue resultValue;
private String resultHint;
}