初始化项目
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.njcn.mapper.configuration;
|
||||
|
||||
import com.njcn.pojo.commons.device.MachineAccount;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import tk.mybatis.mapper.common.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface MacAccountMapper extends Mapper<MachineAccount> {
|
||||
}
|
||||
Reference in New Issue
Block a user