package cn.huge.module.syncbydyh.domain.bo;
|
|
import cn.huge.module.syncbydyh.domain.po.ThirdCause;
|
|
/**
|
* @title: 第三方纠纷类型映射表业务扩展类
|
* @description: 第三方纠纷类型映射表业务扩展类
|
* @company: hugeinfo
|
* @author: liyj
|
* @time: 2024-10-21 22:04:49
|
* @version: 1.0.0
|
* @see cn.huge.module.syncbydyh.domain.po.ThirdCause
|
*/
|
public class ThirdCauseBO extends ThirdCause {
|
|
|
}
|