1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| package org.yzh.protocol.commons.transform;
|
| import java.util.Map;
| //TODO 获取属性配置信息
| public class AttributeKeyImpl implements AttributeKey {
|
| public class Attribute {
| Integer key;
| String desc;
| }
|
| public static void main(String[] args) {
|
| }
| }
|
|