Browse Source

safebean del

wangyj18 9 years ago
parent
commit
a3f09bd549
1 changed files with 0 additions and 13 deletions
  1. 0 13
      display-server/src/com/ai/server/core/bean/SafeBean.java

+ 0 - 13
display-server/src/com/ai/server/core/bean/SafeBean.java

@ -1,13 +0,0 @@
1
package com.ai.server.core.bean;
2

3
import com.ailk.common.data.IData;
4
import com.ailk.common.data.impl.DataMap;
5

6
public class SafeBean {
7
	
8
	public IData getResKey(IData param) throws Exception{
9
		IData key = new DataMap();
10
		key.put("KEY", "12345678");
11
		return key;
12
	}
13
}