Helius
2021-08-11 ddb90cc393ab5b80ed58c99a16a78528588dd73c
zq-erp/src/test/java/com/matrix/SjfDataMoveTest.java
@@ -1,6 +1,7 @@
package com.matrix;
import com.matrix.system.dataMove.SjfDataMoveServiceImpl;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@@ -14,4 +15,9 @@
    @Autowired
    private SjfDataMoveServiceImpl sjfDataMoveService;
    @Test
    public void productAttrTest() {
        sjfDataMoveService.productAttr(sjfDataMoveService.oldProductAttr());
    }
}