| | |
| | | |
| | | List<AttAdBaseVO> lazyTree(String parentCode, Map<String, Object> param); |
| | | |
| | | List<AttAdBaseVO> lazyTreeYwxt(String parentCode, Map<String, Object> param); |
| | | |
| | | List<AttAdBaseVO> lazyTreeAll(String parentCode, Map<String, Object> param); |
| | | |
| | | /** |
| | |
| | | boolean customizeSave(@Param("attAdBase") AttAdBase attAdBase); |
| | | |
| | | String getAdGradByAdCode(@Param("adCode") String adCode); |
| | | |
| | | |
| | | AttAdBase getYwxtAdDetail(@Param("adCode") String adCode); |
| | | |
| | | List<AttAdBase> getYwxtAdList(@Param("adCode") String guid); |
| | | |
| | | List<AttAdBase> getYwxtAttAdBaseList(@Param("parentId") String parentId); |
| | | |
| | | List<AttAdBase> getZtAttAdBaseList(@Param("parentId") String parentId); |
| | | } |