package com.dsh.guns.modular.system.model.dto; import lombok.Data; @Data public class MethodDto { Integer id; Integer method; }