石岩 před 11 měsíci
rodič
revize
348e6e3282

+ 0
- 1
src/main/java/com/th/demo/mapping/maint/WareMapper.java Zobrazit soubor

23
 
23
 
24
 
24
 
25
     List<Ware> selectByUserId(String userId,String belongId);
25
     List<Ware> selectByUserId(String userId,String belongId);
26
-
27
     Ware selectByWareName(String wareName, String userId, String belongId);
26
     Ware selectByWareName(String wareName, String userId, String belongId);
28
 
27
 
29
     Ware selectByWareId(String wareId, String userId, String belongId);
28
     Ware selectByWareId(String wareId, String userId, String belongId);

Loading…
Zrušit
Uložit