gongzuming
2024-09-20 bed9ddcf9d5b0b692a5df792af7c545d31adffd6
1
2
3
4
5
6
7
8
9
10
package com.mzl.flower.dto.request.system;
 
import lombok.Data;
 
@Data
public class UpdateRoleDTO extends CreateRoleDTO{
 
    private String id;
 
}