LogDetailDto constructor
LogDetailDto({})
Implementation
LogDetailDto({
this.logId,
this.apiId,
this.personId,
this.relation,
this.category,
this.value,
this.quantity,
this.stastusCd,
this.reasson,
this.registerTime,
this.exceptions,
});