dashboard
repositories
filestore
activity
search
login
2024
/
2024/mall4j/hxsl
基于mall4j产品的二开项目后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
lee
2024-12-18
efdb99f8cecc4afb592afad79c761081d5d5cf22
[2024/2024/mall4j/hxsl.git]
/
system-test
/
src
/
main
/
java
/
com
/
yami
/
shop
/
systemtest
/
base
/
BaseTest.java
1
2
3
4
5
6
package com.yami.shop.systemtest.base;
public interface BaseTest {
void doTest();
}