|
@@ -0,0 +1,58 @@
|
|
|
|
|
+package com.usoftchina.saas.document.mapper;
|
|
|
|
|
+
|
|
|
|
|
+import org.junit.Test;
|
|
|
|
|
+
|
|
|
|
|
+/**
|
|
|
|
|
+ * Created by zdw
|
|
|
|
|
+ * 2018-10-30 14:00.
|
|
|
|
|
+ */
|
|
|
|
|
+public class WarehouseMapperTest {
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void post() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void validPeriod() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void deleteByPrimaryKey() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void insert() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void insertSelective() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void selectByPrimaryKey() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void updateByPrimaryKeySelective() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void updateByPrimaryKey() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void unPost() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void validateCodeWhenInsert() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void validateCodeWhenUpdate() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Test
|
|
|
|
|
+ public void selectWarehouseListByCondition() throws Exception {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+}
|