5 天以前 30ef534fcffe0520bebe7a34abe69d7afbbf227f
1
2
3
4
5
6
7
package com.ruoyi.sales.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.sales.pojo.SalesLedgerProductionRef;
 
public interface SalesLedgerProductionRefService extends IService<SalesLedgerProductionRef> {
}