后端:增加 Banner 增删改查接口

This commit is contained in:
YunaiV
2019-03-30 21:57:01 +08:00
parent 0256a4da17
commit 4595db1d4c
41 changed files with 1543 additions and 19 deletions

View File

@@ -20,6 +20,4 @@ public interface ProductCategoryMapper {
int update(ProductCategoryDO productCategoryDO);
}