package cn.huge.module.grid.domain.bo;
|
|
import cn.huge.module.grid.domain.po.GridEvent;
|
|
/**
|
* @title: dyh_th_grid_event业务扩展类
|
* @description: dyh_th_grid_event业务扩展类
|
* @company: hugeinfo
|
* @author: wangwh
|
* @time: 2025-02-21 17:42:19
|
* @version: 1.0.0
|
* @see cn.huge.module.grid.domain.po.GridEvent
|
*/
|
public class GridEventBO extends GridEvent {
|
|
|
}
|