forked from gzzfw/backEnd/gz-dyh

liyj
2024-08-17 d65ef814ba4cf59f40396293bf54b43ea20de798
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cn.huge.module.ctuser.domain.bo;
 
import cn.huge.module.ctuser.domain.po.CtDept;
 
/**
 * @title: 客户部门表业务扩展类
 * @description: 客户部门表业务扩展类
 * @company: hugeinfo
 * @author: liyj
 * @time: 2024-08-17 15:30:57
 * @version: 1.0.0
 * @see cn.huge.module.ctuser.domain.po.CtDept
 */
public class CtDeptBO extends CtDept {
 
 
}