nickchange
2023-10-24 1869200173b11ba40149752b648e85af2ab62a1f
1
2
3
4
5
6
7
8
9
package com.dsh.guns.modular.system.model.dto;
 
import lombok.Data;
 
@Data
public class MethodDto {
    Integer id;
    Integer method;
}