相关代码 |
|
package com.hongsoft.res.formbean; /*不使用这个FROMBEAN,统一使用ResAssociateFormBean,*/ public class AssociateFormBean { private long parentID; private long[] childIDs; public long getParentID() { return parentID; } public void setParentID(long parentID) { this.parentID = parentID; } public long[] getChildIDs() { return childIDs; } public void setChildIDs(long[] childIDs) { this.childIDs = childIDs; } }
相关资源 |
|