广州市综治平台后端
xusd
2025-06-19 9cd7dd1c881f21dd17fbbd7aceb4d60e78149b9c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cn.huge.module.byjudic.domain.bo;
 
import cn.huge.module.byjudic.domain.po.JudicAssist;
 
/**
 * @title: 司法确认参与人表业务扩展类
 * @description: 司法确认参与人表业务扩展类
 * @company: hugeinfo
 * @author: zhouxt
 * @time: 2024-12-30 10:58:12
 * @version: 1.0.0
 * @see cn.huge.module.byjudic.domain.po.JudicAssist
 */
public class JudicAssistBO extends JudicAssist {
 
 
}