dbmsv2 init...1
This commit is contained in:
parent
5fde15a594
commit
ac22a1c976
@ -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,
|
||||
|
||||
@ -16,11 +16,11 @@ return [
|
||||
'deleted_at' => "삭제일",
|
||||
'countdown' => "납부기한",
|
||||
],
|
||||
"BILLING_METHOD" => [
|
||||
"BILLING" => [
|
||||
"month" => "매월",
|
||||
"onetime" => "일회성",
|
||||
],
|
||||
"PAY_METHOD" => [
|
||||
"PAY" => [
|
||||
"account" => "예치금",
|
||||
"coupon" => "쿠폰",
|
||||
],
|
||||
|
||||
@ -55,6 +55,7 @@ class PaymentService extends CustomerService
|
||||
'billing_at',
|
||||
'pay',
|
||||
'status',
|
||||
'updated_at',
|
||||
'countdown',
|
||||
'user_uid'
|
||||
],
|
||||
|
||||
@ -59,7 +59,6 @@ class ServerService extends EquipmentService
|
||||
"type",
|
||||
'title',
|
||||
'price',
|
||||
'total_price',
|
||||
'manufactur_at',
|
||||
"format_at",
|
||||
'status'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user