xuhy
2025-04-28 08021fc14cf4cc5988cec72cef5fa48f0271d5a2
1
2
3
4
5
6
7
8
9
package com.ruoyi.common.core.vo;
 
import lombok.Data;
 
@Data
public class AuthDto {
    private String component;
    private boolean condition_met;
}