18045010223
2025-07-07 0d3a683a0c97154b1f2e6657398664537e4e3e82
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) {
 
    }
}