'use strict'; /** * * * @author Mai * @date * @version */ const JV = require('../reports/rpt_component/jpc_value_define.js'); const rptCustomType = {}; rptCustomType[JV.NODE_CUS_AUDIT_SELECT] = 1; rptCustomType[JV.NODE_CUS_GATHER_SELECT] = 2; rptCustomType[JV.NODE_CUS_COMPARE_SELECT] = 3; module.exports = { rptCustomType, };