package com.hxzk.gps.controller.Gather.dto.TableSearchResult;
|
|
import com.hxzk.gps.controller.Gather.dto.TableList;
|
import com.hxzk.gps.entity.Fence.TbFence;
|
import com.hxzk.gps.entity.Gather.TbPergather;
|
import lombok.Data;
|
|
@Data
|
public class TableSearchResult<T> {
|
private TableList tableList;
|
private TbPergather gather;
|
|
}
|