Merge branch 'feature-29144/Prestudent_status_nach_Bismeldung_sperren_2'

This commit is contained in:
Andreas Österreicher
2023-12-21 13:29:02 +01:00
18 changed files with 1067 additions and 66 deletions
@@ -0,0 +1,14 @@
<?php
class Bismeldestichtag_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_bismeldestichtag';
$this->pk = 'meldestichtag_id';
}
}