Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fileServe
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vanke
fileServe
Commits
d0d6c627
Commit
d0d6c627
authored
Jun 13, 2020
by
XiaHou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权星相关接口修复
parent
3cf04651
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
11 deletions
+2
-11
PmsProductAttributeCategoryDao.java
...va/com/macro/mall/dao/PmsProductAttributeCategoryDao.java
+0
-11
PmsProductAttributeTypeServiceImpl.java
...mall/service/impl/PmsProductAttributeTypeServiceImpl.java
+1
-0
ProductAttributeGroupServiceImpl.java
...o/mall/service/impl/ProductAttributeGroupServiceImpl.java
+1
-0
No files found.
mall-admin/src/main/java/com/macro/mall/dao/PmsProductAttributeCategoryDao.java
deleted
100644 → 0
View file @
3cf04651
package
com
.
macro
.
mall
.
dao
;
import
java.util.List
;
/**
* 自定义商品属性分类Dao
* Created by macro on 2018/5/24.
*/
public
interface
PmsProductAttributeCategoryDao
{
}
mall-admin/src/main/java/com/macro/mall/service/impl/PmsProductAttributeTypeServiceImpl.java
View file @
d0d6c627
...
...
@@ -8,6 +8,7 @@ import com.macro.mall.mapper.PmsProductAttributeTypeMapper;
import
com.macro.mall.model.*
;
import
com.macro.mall.model.dto.quanxing.PmsProductAttributeTypeDto
;
import
com.macro.mall.service.PmsProductAttributeTypeService
;
import
com.macro.mall.service.quanxing.PmsProductAttributeCategoryService
;
import
org.apache.commons.lang.StringUtils
;
import
org.springframework.stereotype.Service
;
import
org.springframework.transaction.annotation.Transactional
;
...
...
mall-admin/src/main/java/com/macro/mall/service/impl/ProductAttributeGroupServiceImpl.java
View file @
d0d6c627
...
...
@@ -6,6 +6,7 @@ import com.macro.mall.dto.PmsProductAttributeGroupParam;
import
com.macro.mall.mapper.*
;
import
com.macro.mall.model.*
;
import
com.macro.mall.service.ProductAttributeGroupService
;
import
com.macro.mall.service.quanxing.PmsProductAttributeCategoryService
;
import
org.springframework.stereotype.Service
;
import
org.springframework.transaction.annotation.Transactional
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment