| | |
| | | PlatformBannerEntity platformBannerEntityAdd = new PlatformBannerEntity();
|
| | | platformBannerEntityAdd.setCreateBy("admin");
|
| | | platformBannerEntityAdd.setCreateTime(new Date());
|
| | | String imageUrl = platformBannerEntity.getImageUrl();
|
| | | platformBannerEntityAdd.setImageUrl(platformBannerEntity.getImageUrl());
|
| | |
|
| | | platformBannerEntityAdd.setIsInside(platformBannerEntity.getIsInside());
|
| | | platformBannerEntityAdd.setIsJump(platformBannerEntity.getIsJump());
|
| | | platformBannerEntityAdd.setIsTop(platformBannerEntity.getIsTop());
|