xuhy
2024-12-27 a7a77c68c8188d34fdc815fc7c9caf78cdc3e209
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 {
}