Commit 0f520ea4 by liuyang

增加导出功能、列表所有字段增加排序功能、筛选条件与列表字段同步

parent 5e718e12
package com.baosight.hpjx.hp.sc.domain;
import com.baosight.iplat4j.core.data.DaoEPBase;
import com.baosight.iplat4j.core.util.NumberUtils;
import com.baosight.iplat4j.core.util.StringUtils;
import java.util.Map;
/**
* @author LiuYang
* @version 1.0 2024/11/12
* @description
*/
public class HPSC006A extends HPSC006 {
public HPSC006A() {
super.initMetaData();
}
@Override
public void fromMap(Map map) {
super.fromMap(map);
}
/**
* set the value to Map.
*/
@Override
public Map toMap() {
return super.toMap();
}
}
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