Example #1
0
 // 更新创建时间
 public static int updateStartTime(int id, Date start) {
   return ProductFacade.updateStartTime(id, start);
 }