支付优化

This commit is contained in:
liu
2026-09-01 12:47:02 +08:00
parent 95ea0714ad
commit d190bdaade
11 changed files with 342 additions and 633 deletions
@@ -17,7 +17,7 @@ return new class extends Migration
$table->string('key', 50)->comment('设置项标示');
$table->string('title', 50)->comment('设置标题');
$table->string('describe', 500)->nullable()->default('')->comment('设置项描述');
$table->string('values', 255)->nullable()->default('')->comment('设置值');
$table->string('values', 2000)->nullable()->default('')->comment('设置值');
$table->string('type', 50)->comment('设置类型');
$table->string('options', 500)->nullable()->comment('options配置');
$table->string('props', 500)->nullable()->comment('props配置');