wangchenchen 1 settimana fa
parent
commit
8e870d3180

+ 1
- 0
src/main/java/com/th/demo/mapping/ware/InRecordMapper.java Vedi 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…
Annulla
Salva