guoyujie
9 天以前 b0a4de74b47e2626f51eb4a844db3e62f6a4bf9d
1
2
3
4
5
6
7
8
9
package com.example.erp.mapper.sd;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.example.erp.entity.sd.OrderFile;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface OrderFileMapper extends BaseMapper<OrderFile> {
}