修改下划线分隔的字段

This commit is contained in:
2026-03-21 01:26:06 +08:00
parent 499951f9da
commit a0e49ceda6
17 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ export default interface HitokotoModel {
type: string
from: string
creator: string
created_at: Date
createdAt: Date
number: number
}