diff --git a/conf/corp/1000.json b/conf/corp/1000.json index b92ac04..4bd6564 100644 --- a/conf/corp/1000.json +++ b/conf/corp/1000.json @@ -16,6 +16,18 @@ "value": "3" }] }, + { + "name": "工资发放", + "key": "pay_channel", + "type": "radion", + "option": [{ + "name": "支付宝", + "value": "alipy" + },{ + "name": "银行卡", + "value": "bank" + }] + }, { "name": "目标绩效", "key": "perft_target" diff --git a/conf/corp/1002.json b/conf/corp/1002.json index cc63b48..4e37bad 100644 --- a/conf/corp/1002.json +++ b/conf/corp/1002.json @@ -16,6 +16,18 @@ "value": "3" }] }, + { + "name": "工资发放", + "key": "pay_channel", + "type": "radion", + "option": [{ + "name": "支付宝", + "value": "alipy" + },{ + "name": "银行卡", + "value": "bank" + }] + }, { "name": "目标绩效", "key": "perft_target"