广州市综治平台后端
xusd
7 days ago 6bde2de72d9e16a7fc1ee204149effb47d9676d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 {
 
 
}