ServiceImpl删除注解

develop
Angel 11 months ago
parent 3918aee047
commit 576a2ecd95

@ -9,6 +9,5 @@ import com.ruoyi.database.service.PeopleVehicleHourFlowService;
import org.springframework.stereotype.Service;
@Service
@DS("mysql")
public class PeopleVehicleHourFlowServiceImpl extends ServiceImpl<PeopleVehicleHourFlowMapper, PeopleVehicleHourFlow> implements PeopleVehicleHourFlowService {
}
Loading…
Cancel
Save