package cn.huge.module.casebook.domain.bo; import cn.huge.module.casebook.domain.po.CasebookAgent; /** * @title: dyh_casebook_agent业务扩展类 * @description: dyh_casebook_agent业务扩展类 * @company: hugeinfo * @author: liyj * @time: 2024-10-26 12:31:21 * @version: 1.0.0 * @see cn.huge.module.casebook.domain.po.CasebookAgent */ public class CasebookAgentBO extends CasebookAgent { }