cleanUp Tasks Tab PrestudentIn

This commit is contained in:
ma0068
2024-10-22 15:58:02 +02:00
parent b9911e69c5
commit 8787558fef
8 changed files with 198 additions and 77 deletions
@@ -0,0 +1,14 @@
<?php
class Bisstandort_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_bisstandort';
$this->pk = 'standort_code';
}
}