forked from gzzfw/backEnd/gz-dyh

liyj
2024-08-17 7ebfa2e67f3c69a6973aa2cbf46a9c493c311010
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cn.huge.module.pauser.domain.bo;
 
import cn.huge.module.pauser.domain.po.PaUser;
 
/**
 * @title: 公众用户表业务扩展类
 * @description: 公众用户表业务扩展类
 * @company: hugeinfo
 * @author: liyj
 * @time: 2024-08-17 15:33:42
 * @version: 1.0.0
 * @see cn.huge.module.pauser.domain.po.PaUser
 */
public class PaUserBO extends PaUser {
 
 
}