6 天以前 1e123568c2f561013f5636e45dc0db30b17a3517
1
2
3
4
5
6
7
package com.ruoyi.procurementrecord.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.procurementrecord.pojo.ProcurementDemand;
 
public interface ProcurementDemandMapper extends BaseMapper<ProcurementDemand> {
}