|
@@ -297,6 +297,9 @@ class type
|
|
public function getTotal_num() {
|
|
public function getTotal_num() {
|
|
return $this->mParam['total_num'];
|
|
return $this->mParam['total_num'];
|
|
}
|
|
}
|
|
|
|
+ public function fixed_money() {
|
|
|
|
+ return $this->mParam['fixed_money'];
|
|
|
|
+ }
|
|
public function getTotal_amount() {
|
|
public function getTotal_amount() {
|
|
return $this->mParam['total_amount'];
|
|
return $this->mParam['total_amount'];
|
|
}
|
|
}
|