50515253545556
return parentTypeId; } public void setParentTypeId(int parentTypeId){ this.parentTypeId = parentTypeId; this.tbProductTypeParent=this.parentTypeId==parentTypeId?this:new TbProductTypeDAO().getTbProductTypeByProductTypeId(parentTypeId); }
7879808182838485
public void setProductTypeId(int productTypeId){ /** * 在设置中外键时调用dao方法3 */ this.tbProductType=new TbProductTypeDAO().getTbProductTypeByProductTypeId(productTypeId); this.productTypeId = productTypeId; }