class LikeEntity{ constructor() { this.LikeID = '' this.UserID = '' this.ArticleID = '' this.CreatedAt = '' this.Type = 0 } } module.exports = LikeEntity