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": { "settings": {
"width": 3000, "width": 3000,
"height": 3000, "height": 3000,
"scrollTop": -1531.3576, "scrollTop": -1509.3576,
"scrollLeft": -388.7916, "scrollLeft": -365.7916,
"zoomLevel": 0.76, "zoomLevel": 0.76,
"show": 511, "show": 511,
"database": 4, "database": 4,

View File

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

View File

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

View File

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