dbmsv2 init...1

This commit is contained in:
choi.jh 2025-08-25 10:58:27 +09:00
parent 5fde15a594
commit ac22a1c976
4 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@
"settings": {
"width": 3000,
"height": 3000,
"scrollTop": -1531.3576,
"scrollLeft": -388.7916,
"scrollTop": -1509.3576,
"scrollLeft": -365.7916,
"zoomLevel": 0.76,
"show": 511,
"database": 4,

View File

@ -16,11 +16,11 @@ return [
'deleted_at' => "삭제일",
'countdown' => "납부기한",
],
"BILLING_METHOD" => [
"BILLING" => [
"month" => "매월",
"onetime" => "일회성",
],
"PAY_METHOD" => [
"PAY" => [
"account" => "예치금",
"coupon" => "쿠폰",
],

View File

@ -55,6 +55,7 @@ class PaymentService extends CustomerService
'billing_at',
'pay',
'status',
'updated_at',
'countdown',
'user_uid'
],

View File

@ -59,7 +59,6 @@ class ServerService extends EquipmentService
"type",
'title',
'price',
'total_price',
'manufactur_at',
"format_at",
'status'