dashboard
repositories
filestore
activity
search
login
bootan
/
oyingServer
forked from
oyingServer
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
消息中心业务1.1
leomon
2025-05-21
2ff297dd7af1aa54c7544e3b90ff20d6f1fa071b
[~admin/oyingServer.git]
/
oying-system
/
src
/
test
/
java
/
com
/
oying
/
modules
/
message
/
rest
/
MessageSystemControllerTest.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.oying.modules.message.rest;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class MessageSystemControllerTest {
@Test
void insertMessageSystem() {
}
}