Class QualityInspectionEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.quality.QualityInspectionEntity
All Implemented Interfaces:
Serializable

@Entity public class QualityInspectionEntity extends BaseEntity
See Also:
  • Field Details

    • threadUid

      private String threadUid
    • agentUid

      private String agentUid
    • inspectorUid

      private String inspectorUid
    • score

      private Integer score
    • responseScore

      private Integer responseScore
    • attitudeScore

      private Integer attitudeScore
    • solutionScore

      private Integer solutionScore
    • standardScore

      private Integer standardScore
    • comment

      private String comment
    • status

      private String status
  • Constructor Details

    • QualityInspectionEntity

      public QualityInspectionEntity()