无关风月
2025-08-14 3068240e2ecc1f75c9bec30ee6f5f8312105576a
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;
}