Skip to content

Commit

Permalink
feat: task model 추가 #35
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 1, 2024
1 parent d10e2c4 commit d3b611f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.easyhz.noffice.core.model.task

data class Task(
val content: String,
val isDone: Boolean
)

0 comments on commit d3b611f

Please sign in to comment.