摘要:
package com.showy.vo.rest; import java.text.SimpleDateFormat; import java.util.Date; public class DateUtil { /** * 生成随机时间 * * @param beginDate * @para 阅读全文
摘要:
public String getName(){ List<CoUser> kll = coUserMapper.getName(); Random random = new Random(); int n = random.nextInt(kll.size()); return kll.get(n 阅读全文