puzhibing
2023-02-25 4ba348b700fd7f461f754a283eaeeba3fc9ff36c
1
2
3
4
5
6
7
package com.supersavedriving.driver.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.supersavedriving.driver.modular.system.model.Revenue;
 
public interface IRevenueService extends IService<Revenue> {
}