This commit is contained in:
wangjinlei
2024-03-21 10:43:40 +08:00
parent ad4651da74
commit e92258dfe6
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.peanut.modules.master.controller;
public class ShopProductController {
}

View File

@@ -0,0 +1,4 @@
package com.peanut.modules.master.service;
public interface ShopProductService {
}

View File

@@ -0,0 +1,4 @@
package com.peanut.modules.medical.controller;
public class CourseController {
}

View File

@@ -0,0 +1,4 @@
package com.peanut.modules.medical.service;
public interface CourseService {
}