forked from gzzfw/backEnd/gz-dyh

wangwh
2024-10-09 59c1eb27e839b65e59a16d459695cceb75eaa106
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cn.huge.module.cases.domain.bo;
 
import cn.huge.module.cases.domain.po.CaseUrging;
 
/**
 * @title: 纠纷催办信息表业务扩展类
 * @description: 纠纷催办信息表业务扩展类
 * @company: hugeinfo
 * @author: zhouxt
 * @time: 2024-09-08 10:39:38
 * @version: 1.0.0
 * @see cn.huge.module.cases.domain.po.CaseUrging
 */
public class CaseUrgingBO extends CaseUrging {
 
 
}