first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package lingtao.net.mapper;
|
||||
|
||||
import lingtao.net.entity.ClothingTag;
|
||||
|
||||
public interface ClothingTagMapper {
|
||||
|
||||
void insert(ClothingTag clothingTag);
|
||||
}
|
||||
Reference in New Issue
Block a user