예제 #1
0
 /**
  * @return mixed
  */
 public function getSignTimeF()
 {
     if (empty($this->sign_time)) {
         return '';
     }
     return DataHelper::getSignTime($this->sign_time);
 }