代码提交

This commit is contained in:
Ghost
2025-03-17 10:09:27 +08:00
parent f4e36f1921
commit 3ed4bd7eca
15 changed files with 1224 additions and 85 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\common\model;
use think\Model;
class CompanyAccountModel extends Model {
}