无关风月
2024-12-25 c28bf914fa4b92bacec6cb1d99d44d09e4ad2280
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 {
}