|
@@ -19,7 +19,7 @@ public interface WithdrawnRecordService extends MyBaseService<WithdrawnRecord> {
|
|
|
|
|
|
|
|
PageBean<WithdrawnRecordVo> listWithdrawnRecords(WithdrawnQueryParam params);
|
|
PageBean<WithdrawnRecordVo> listWithdrawnRecords(WithdrawnQueryParam params);
|
|
|
|
|
|
|
|
- WithdrawnRecordVo detail(Long id);
|
|
|
|
|
|
|
+ WithdrawnRecordVo detail(String id);
|
|
|
|
|
|
|
|
void reviewWithdrawn(WithdrawnQueryParam params);
|
|
void reviewWithdrawn(WithdrawnQueryParam params);
|
|
|
|
|
|