初始化项目

This commit is contained in:
root
2024-04-01 09:20:31 +08:00
commit fefd704e6e
4694 changed files with 1869737 additions and 0 deletions

View File

@@ -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> {
}