| | |
| | | |
| | | private String serverId = "000000"; |
| | | |
| | | private String recordPath = null; |
| | | |
| | | private String thirdPartyGBIdReg = "[\\s\\S]*"; |
| | | |
| | | private String civilCodeFile = "classpath:civilCode.csv"; |
| | |
| | | |
| | | public void setRefuseChannelStatusChannelFormNotify(Boolean refuseChannelStatusChannelFormNotify) { |
| | | this.refuseChannelStatusChannelFormNotify = refuseChannelStatusChannelFormNotify; |
| | | } |
| | | |
| | | public String getRecordPath() { |
| | | return recordPath; |
| | | } |
| | | |
| | | public void setRecordPath(String recordPath) { |
| | | this.recordPath = recordPath; |
| | | } |
| | | |
| | | public int getMaxNotifyCountQueue() { |