IntelligentRecognition/ah-jjsp-service/.svn/pristine/07/0724fef36eea2cf0c9b5fdbb4e8...

19 lines
369 B
Plaintext

package com.sercurityControl.proteam.domain.ty;
import com.alibaba.fastjson2.annotation.JSONField;
import lombok.Data;
@Data
public class TyVideoVo {
@JSONField(name = "resultCode")
private String resultCode;
@JSONField(name = "resultHint")
private String resultHint;
@JSONField(name = "resultValue")
private ResultValueVo resultValue;
}