金柚所有未过期账号都不允许重复

This commit is contained in:
2026-02-12 16:49:58 +08:00
parent 2649b20dae
commit 5a1d44095c
2 changed files with 44 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace app\jinyou\model;
use fastphp\base\Model;
class ProductAccount extends Model
{
protected $table = "product_account";
}