feat(health-profiles): 禁用家庭成员模型的时间戳字段

This commit is contained in:
richarjiang
2025-12-04 17:55:51 +08:00
parent 2d7e067888
commit eecc14d45a

View File

@@ -15,6 +15,8 @@ import { FamilyGroup } from './family-group.model';
fields: ['family_group_id', 'user_id'],
},
],
createdAt: false,
updatedAt: false,
})
export class FamilyMember extends Model {
@Column({