package data import ( datasystem "kra/internal/data/system" ) // dataAccessLogPO is the infrastructure-side write model used by GORM // callbacks. The system module owns the query repository for the same table. type dataAccessLogPO = datasystem.DataAccessLogPO