File was renamed from dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/domain/bo/SyCauseThirdBO.java |
| | |
| | | package cn.huge.module.kind.domain.bo; |
| | | |
| | | import cn.huge.module.kind.domain.po.SyCauseThird; |
| | | import cn.huge.module.kind.domain.po.ThirdCause; |
| | | |
| | | /** |
| | | * @title: 第三方纠纷类型映射表业务扩展类 |
| | |
| | | * @author: liyj |
| | | * @time: 2024-09-09 14:31:22 |
| | | * @version: 1.0.0 |
| | | * @see cn.huge.module.kind.domain.po.SyCauseThird |
| | | * @see ThirdCause |
| | | */ |
| | | public class SyCauseThirdBO extends SyCauseThird { |
| | | public class ThirdCauseBO extends ThirdCause { |
| | | |
| | | |
| | | } |