上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页
摘要: package com.example.demo11.entity;import lombok.Data;import java.time.LocalDateTime;@Datapublic class Attendance { private Integer id; private String 阅读全文
posted @ 2024-11-20 10:04 liuxuechao 阅读(5) 评论(0) 推荐(0)
摘要: package com.example.demo11.Controller;import com.baomidou.mybatisplus.core.metadata.IPage;import com.baomidou.mybatisplus.extension.plugins.pagination 阅读全文
posted @ 2024-11-20 10:04 liuxuechao 阅读(9) 评论(0) 推荐(0)
摘要: package com.example.demo11.Controller;import com.example.demo11.Service.UserService;import com.example.demo11.entity.Result;import com.example.demo11. 阅读全文
posted @ 2024-11-20 10:04 liuxuechao 阅读(8) 评论(0) 推荐(0)
摘要: package com.example.demo11.Controller;import com.example.demo11.Service.MaterialService;import com.example.demo11.entity.Material;import com.example.d 阅读全文
posted @ 2024-11-20 10:03 liuxuechao 阅读(5) 评论(0) 推荐(0)
摘要: package com.example.demo11.Controller;import com.example.demo11.Service.DeviceDataService;import com.example.demo11.entity.DeviceData;import com.examp 阅读全文
posted @ 2024-11-20 10:03 liuxuechao 阅读(7) 评论(0) 推荐(0)
摘要: package com.example.demo11.Controller;import com.example.demo11.Service.DeviceService;import com.example.demo11.entity.Device;import com.example.demo1 阅读全文
posted @ 2024-11-20 10:03 liuxuechao 阅读(8) 评论(0) 推荐(0)
摘要: package com.example.demo11.Controller;import com.example.demo11.Service.AttendanceService;import com.example.demo11.entity.Attendance;import com.examp 阅读全文
posted @ 2024-11-20 10:02 liuxuechao 阅读(4) 评论(0) 推荐(0)
摘要: package com.example.demo11.config;import com.baomidou.mybatisplus.annotation.DbType;import com.baomidou.mybatisplus.extension.plugins.MybatisPlusInter 阅读全文
posted @ 2024-11-20 10:02 liuxuechao 阅读(7) 评论(0) 推荐(0)
摘要: package com.example.demo11.config;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;impor 阅读全文
posted @ 2024-11-20 10:02 liuxuechao 阅读(5) 评论(0) 推荐(0)
摘要: public interface Guancha { public void sheng(); public void jiang();} public class Gumin implements Guancha{ private String name; public Gumin(String 阅读全文
posted @ 2024-11-20 10:00 liuxuechao 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页