无关风月
2025-08-10 d739eef7afbad5c35c80539ca3933a39a1e3f8e1
1
2
3
4
5
6
7
8
9
package com.ruoyi.other.vo;
 
import lombok.Data;
 
@Data
public class AllShopVO {
    private Integer id;
    private String name;
}