Commit 472560fb authored by hujun's avatar hujun

validate

parent b15a31d7
......@@ -43,6 +43,7 @@ class StoreFeeValidate extends Validate
protected $scene = [
'addApplyFor' => ['type', 'fee_item', 'total_fee', 'agent_id', 'store_id', 'assume_fee', 'site_id'],
'editApplyFor' => ['id','type', 'fee_item', 'total_fee', 'agent_id', 'store_id', 'assume_fee', 'site_id'],
'pcAddApplyFor' => ['type', 'total_fee', 'agent_id', 'store_id', 'assume_fee', 'site_id'],
'pcEditApplyFor' => ['id','type', 'total_fee', 'agent_id', 'store_id', 'assume_fee', 'site_id']
];
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment