<?php
/**
* Object represents table 'employeegroup'
*
* @author: http://phpdao.com
* @date: 2020-11-11 22:23
*/
class Employeegroup {
var $id;
var $name;
var $employeeattendancesystemid;
var $userid;
var $del;
var $sysdate;
//
var $status;
}
?>