Files
xinhu/webmain/flow/input/mode_custfuwuAction.php
2022-08-14 16:47:40 +08:00

21 lines
404 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* 此文件是流程模块【custfuwu.客户服务】对应控制器接口文件。
*/
class mode_custfuwuClassAction extends inputAction{
protected function savebefore($table, $arr, $id, $addbo){
$rows['dtype'] = '1';//一定要是1不能去掉
return array(
'rows'=>$rows
);
}
protected function saveafter($table, $arr, $id, $addbo){
}
}