说明: CREATE TABLE `working` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` date NOT NULL COMMENT 日期, `week` tinyint(1) DEFAULT NULL COMMENT 星期, `is_work_day` tinyint(1) DEFAULT NULL COMMENT 是否工作日(0:节假日或周六日,1:工作日), `note` varchar(10) DEFAULT NULL CO
<qq_27940225> 上传 | 大小:49kb