Browse Source

測試同步

wangchenchen 5 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
 
9
 
10
 public interface InRecordMapper {
10
 public interface InRecordMapper {
11
     int deleteByPrimaryKey(String id);
11
     int deleteByPrimaryKey(String id);
12
+    //測試
12
 
13
 
13
     int insert(InRecord record);
14
     int insert(InRecord record);
14
 
15
 

Loading…
Cancel
Save