1
Administrator
3 天以前 0d2c714adf8abc8ccc158d594d3f930393ce8c57
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.acs.conveyor.mapper;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.acs.conveyor.entity.WrkLastno;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Mapper
@Repository
public interface WrkLastnoMapper extends BaseMapper<WrkLastno> {
 
}