广州市综治平台后端
wangwh
7 days ago ee32914e7f932935028715d431214f7d0bcf1d0d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cn.huge.module.thirdByRmtj.domain.bo;
 
import cn.huge.module.thirdByRmtj.domain.po.ThRmtjAudit;
 
/**
 * @title: 第三方系统对接-转人民调解系统申请审核记录表业务扩展类
 * @description: 第三方系统对接-转人民调解系统申请审核记录表业务扩展类
 * @company: hugeinfo
 * @author: liyj
 * @time: 2024-11-15 10:56:26
 * @version: 1.0.0
 * @see cn.huge.module.thirdByRmtj.domain.po.ThRmtjAudit
 */
public class ThRmtjAuditBO extends ThRmtjAudit {
 
 
}