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