com.fastchar.extjs.databoard.IFastDataboardData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-extjs Show documentation
Show all versions of fastchar-extjs Show documentation
FastChar-ExtJs is a Java Web framework that uses extjs libraries.Quickly build a background management system
package com.fastchar.extjs.databoard;
import com.fastchar.extjs.entity.ExtManagerEntity;
import java.util.Date;
import java.util.List;
public interface IFastDataboardData {
List> getDataInfo(ExtManagerEntity manager, String code, Date begin, Date end);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy