xuhy
2024-12-25 66449e204698bcffd9319eb3f5eaed0dd44ec75f
1
2
3
4
5
6
7
8
9
10
11
package com.jilongda.manage.vo;
 
import com.jilongda.common.pojo.BasePage;
import com.jilongda.manage.model.TStore;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "门店管理分页显示")
public class TStoreVO extends TStore {
}