lyh
2026-03-23 ae9c823ff91b6b0c73139792ccf5c622575f999b
1
2
3
4
5
6
7
8
9
10
11
12
package com.lxzn.mes.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.lxzn.framework.domain.mes.MesSyncEquipment;
 
/**
 * @author clown
 * * @date 2022/11/1
 */
public interface MesSyncEquipmentMapper extends BaseMapper<MesSyncEquipment> {
 
}