修正流程引擎多人执行模式bug

This commit is contained in:
2021-04-13 00:01:21 +08:00
parent de8a7e82be
commit d5da54b817
27 changed files with 2383 additions and 85 deletions
@@ -0,0 +1,8 @@
<?php namespace Gdoo\Workflow\Models;
use Gdoo\Index\Models\BaseModel;
class BillCategory extends BaseModel
{
protected $table = 'model_bill_category';
}