liding
9 天以前 15032d66c35c8154316a4f0170f3b6f470bf4c50
1
2
3
4
5
6
7
8
package com.ruoyi.production.service;
 
import com.ruoyi.production.bean.dto.UserAccountDto;
import com.ruoyi.production.bean.dto.UserProductionAccountingDto;
 
public interface SalesLedgerProductionAccountingService {
    UserAccountDto getByUserId(UserProductionAccountingDto dto);
}