package kr.itn.itnhub.process;

public record ProcessImportReport(int created, int updated, int total) {
}
