public class DomainUtil
extends java.lang.Object
AssignUtil
功能描述:赋值工具类
创建人: 常君
创建日期: 2014-8-4 上午09:37:48
开发环境: JDK6.0| Constructor and Description |
|---|
DomainUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
setFormObjToEntityObj(T vo,
T po)
把 vo对象中的属性值 赋值给 PO对象,为 null的不处理
|