This commit is contained in:
@@ -47,7 +47,7 @@ public class SncpTestService implements Service {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void insert(@SncpCall(EntityCallAttribute.class) SncpTestBean... beans) {
|
public void insert(@SncpCall(DataCallArrayAttribute.class) SncpTestBean... beans) {
|
||||||
for (SncpTestBean bean : beans) {
|
for (SncpTestBean bean : beans) {
|
||||||
bean.setId(System.currentTimeMillis());
|
bean.setId(System.currentTimeMillis());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user