随笔分类 -  九月

摘要:package com.example.demo11.entity;import lombok.Data;@Datapublic class User { private Integer id; private String userId; private String password; priv 阅读全文
posted @ 2024-11-20 10:06 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要:package com.example.demo11.entity;import lombok.Data;@Datapublic class Quality { private Integer id; private String productName; private String produc 阅读全文
posted @ 2024-11-20 10:05 liuxuechao 阅读(3) 评论(0) 推荐(0) 编辑
摘要:package com.example.demo11.entity;import lombok.Data;@Datapublic class Material { private Integer id; private String name; private String workshop; pr 阅读全文
posted @ 2024-11-20 10:05 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要:package com.example.demo11.entity;import lombok.Data;import net.sf.jsqlparser.expression.DateTimeLiteralExpression;import java.time.LocalDateTime;@Dat 阅读全文
posted @ 2024-11-20 10:05 liuxuechao 阅读(10) 评论(0) 推荐(0) 编辑
摘要: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 阅读(1) 评论(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 阅读(2) 评论(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 阅读(2) 评论(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 阅读(1) 评论(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 阅读(2) 评论(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 阅读(2) 评论(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 阅读(1) 评论(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 阅读(2) 评论(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 阅读(1) 评论(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 阅读(2) 评论(0) 推荐(0) 编辑
摘要:import java.util.ArrayList;public class Fen{ private ArrayList<Guancha> oblist; public Fen(){ oblist=new ArrayList<>(); } public void add(Guancha a){ 阅读全文
posted @ 2024-11-20 10:00 liuxuechao 阅读(2) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示