Default Changelist
This commit is contained in:
@@ -8,11 +8,11 @@ class TransferDetail
|
|||||||
{
|
{
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
public string $out_detail_no,
|
readonly public string $out_detail_no,
|
||||||
public int|float $transfer_amount,
|
readonly public int|float $transfer_amount,
|
||||||
public string $transfer_remark,
|
readonly public string $transfer_remark,
|
||||||
public string $openid,
|
readonly public string $openid,
|
||||||
public string $user_name
|
readonly public string $user_name = ''
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user