feat: init project codebase
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
class Sample_upgrade_order_model extends MY_Model
|
||||
{
|
||||
protected $table = 'sample_upgrade_order';
|
||||
protected $has_update_time = false;
|
||||
}
|
||||
Reference in New Issue
Block a user