类 GoviewProjectData

java.lang.Object
io.springboot.plugin.goview.common.domain.GoviewProjectData
所有已实现的接口:
Serializable

@Entity public class GoviewProjectData extends Object implements Serializable
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • id

      @TableId(type=ASSIGN_UUID) private String id
    • projectId

      private String projectId
    • createTime

      private LocalDateTime createTime
    • createUserId

      private String createUserId
    • tenantId

      private Long tenantId
    • content

      private String content
  • 构造器详细资料

    • GoviewProjectData

      public GoviewProjectData()