All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.dao.mongodb.iosummary.SubSceneInfoDao Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dao.mongodb.iosummary;

import com.arextest.web.model.enums.FeedbackTypeEnum;
import lombok.Data;
import lombok.experimental.FieldNameConstants;

/**
 * Created by rchen9 on 2023/2/28.
 */
@Data
@FieldNameConstants
public class SubSceneInfoDao {

  private int count;

  private int code;
  private String recordId;
  private String replayId;

  /**
   * @see FeedbackTypeEnum#getCode() ;
   */
  private Integer feedbackType;
  private String remark;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy