摘要:
Pojo Material 点击查看代码 package com.Moonbeams.pojo; public class Material { private Integer id; private String materialName; private String description; 阅读全文
摘要:
功能6:统计日报 DailyReportMapper 点击查看代码 @Select("SELECT * FROM ft_dailyreport WHERE publishDate BETWEEN #{startDate} AND #{endDate}") @ResultMap("DailyRepor 阅读全文