Commit 264846e06fc36d010b01704b147b3722a2cb144b

Authored by weiliwhereareyou@163.com
Committed by alexyang
1 parent 9ffdd8e0

初始化工程22222

(cherry picked from commit 2a57f425)
Signed-off-by: alexyang <akhuting@hotmail.com>
mobsite-getway-manager/src/main/java/com/diligrp/mobsite/getway/manager/common/AppPatchManager.java
@@ -12,6 +12,8 @@ public interface AppPatchManager { @@ -12,6 +12,8 @@ public interface AppPatchManager {
12 12
13 boolean deleteById(Long id); 13 boolean deleteById(Long id);
14 14
  15 +
  16 +
15 AppPatch getById(Long id); 17 AppPatch getById(Long id);
16 18
17 List<AppPatch> listByCondition(BaseQuery conditions); 19 List<AppPatch> listByCondition(BaseQuery conditions);