Commit 517b419a authored by yanzg's avatar yanzg

下载视频

parent 5a780e07
package com.yanzuoguang.util.vo; package com.yanzuoguang.util.vo;
import io.swagger.annotations.ApiModel; import java.util.LinkedHashMap;
import java.util.HashMap;
/** /**
* 行映射 * 行映射
* *
* @author 颜佐光 * @author 颜佐光
*/ */
public class MapRow extends HashMap<String, Object> { public class MapRow extends LinkedHashMap<String, Object> {
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment