|
@@ -6,7 +6,7 @@ import com.zswl.dataservicestarter.domain.DataServicePaymentInfo;
|
|
* 支付信息的Dao
|
|
* 支付信息的Dao
|
|
*/
|
|
*/
|
|
public interface DataServicePaymentInfoDao extends MongoDao<DataServicePaymentInfo> {
|
|
public interface DataServicePaymentInfoDao extends MongoDao<DataServicePaymentInfo> {
|
|
- DataServicePaymentInfo findTopByById(String id);
|
|
|
|
|
|
+ DataServicePaymentInfo findTopById(String id);
|
|
|
|
|
|
DataServicePaymentInfo findTopByDataId(String dataId);
|
|
DataServicePaymentInfo findTopByDataId(String dataId);
|
|
|
|
|