package com.ruoyi.production.service; import com.ruoyi.production.dto.UserAccountDto; import com.ruoyi.production.dto.UserProductionAccountingDto; public interface SalesLedgerProductionAccountingService { UserAccountDto getByUserId(UserProductionAccountingDto dto); }