package cn.huge.module.grid.domain.bo;
|
|
import cn.huge.module.grid.domain.po.GridCaseTask;
|
|
/**
|
* @title: 网格化平台矛调任务信息表业务扩展类
|
* @description: 网格化平台矛调任务信息表业务扩展类
|
* @company: hugeinfo
|
* @author: wangwh
|
* @time: 2024-10-18 17:30:09
|
* @version: 1.0.0
|
* @see cn.huge.module.grid.domain.po.GridCaseTask
|
*/
|
public class GridCaseTaskBO extends GridCaseTask {
|
|
|
}
|