xuhy
2025-08-26 4deac7de8ec77a4de569a91b9790778d669e8e0f
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;
}