广州市综治平台后端
xusd
9 days ago 6bde2de72d9e16a7fc1ee204149effb47d9676d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cn.huge.module.bycase.domain.bo;
 
import cn.huge.module.bycase.domain.po.CaseAgent;
 
/**
 * @title: 纠纷代理人表业务扩展类
 * @description: 纠纷代理人表业务扩展类
 * @company: hugeinfo
 * @author: liyj
 * @time: 2024-10-21 08:46:40
 * @version: 1.0.0
 * @see CaseAgent
 */
public class CaseAgentBO extends CaseAgent {
 
 
}