huliguo
2025-06-23 04ce420613f90f8414e87e8fe68484fc32485349
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;
}