Browse Source

測試同步

wangchenchen 3 months ago
parent
commit
8e870d3180
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/java/com/th/demo/mapping/ware/InRecordMapper.java

+ 1
- 0
src/main/java/com/th/demo/mapping/ware/InRecordMapper.java View File

@@ -9,6 +9,7 @@ import java.util.List;
9 9
 
10 10
 public interface InRecordMapper {
11 11
     int deleteByPrimaryKey(String id);
12
+    //測試
12 13
 
13 14
     int insert(InRecord record);
14 15
 

Loading…
Cancel
Save