package incheon.ags.mrb.analysis.vo;

import java.util.List;

public record FeatureRowDTO(byte[] geom, List<Object> attrs) {
}
