|
|
@@ -14,6 +14,10 @@ use think\facade\Route;
|
|
|
Route::group('contract', function () {
|
|
|
//员工签到列表
|
|
|
Route::post('UserClockList', 'contract/UserClockList');
|
|
|
+// 合同列表
|
|
|
+ Route::post('ContractRecordList', 'contract/ContractRecordList');
|
|
|
+// 评论列表
|
|
|
+ Route::post('contractCommentList', 'contract/contractCommentList');
|
|
|
|
|
|
|
|
|
|