* Add template file for metric.

This commit is contained in:
zhouxin
2023-08-02 14:54:48 +08:00
parent 2a23998dfd
commit bbfc1af014
2 changed files with 14 additions and 26 deletions
@@ -26,17 +26,11 @@ class count_of_monthly_delivered_story_in_product extends baseCalc
public $fieldList = array();
public $result = array();
public function calculate($row)
{
}
//public function getStatement()
//{
//}
//public function calculate($data)
//{
//}
//public function getResult()
//{
//}
}
public function getResult($option = array())
{
}
}
@@ -26,17 +26,11 @@ class scale_of_annual_delivered_story_in_product extends baseCalc
public $fieldList = array();
public $result = array();
public function calculate($row)
{
}
//public function getStatement()
//{
//}
//public function calculate($data)
//{
//}
//public function getResult()
//{
//}
}
public function getResult($options = array())
{
}
}