yangys
2024-09-27 26f8e5990686bdba2119024a260d986266506757
1
2
3
4
5
6
7
package com.qianwen.mdc.collect.mapper.mgr;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.qianwen.mdc.collect.entity.mgr.GlobalWcsOfRps;
 
public interface GlobalWcsOfRpsMapper extends BaseMapper<GlobalWcsOfRps> {
}