package cn.huge.module.draft.domain.bo; import cn.huge.module.draft.domain.po.CasedraftAgent; /** * @title: 纠纷代理人信息草稿表业务扩展类 * @description: 纠纷代理人信息草稿表业务扩展类 * @company: hugeinfo * @author: wangwh * @time: 2024-08-27 10:48:18 * @version: 1.0.0 * @see cn.huge.module.draft.domain.po.CasedraftAgent */ public class CasedraftAgentBO extends CasedraftAgent { }