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; }