@ -0,0 +1,15 @@
package com.my.graphiteDigesterBg.model;
import com.my.graphiteDigesterBg.diframe.ActiveRecordField;
import com.my.graphiteDigesterBg.diframe.DiActiveRecord;
public class MdbDigestion extends DiActiveRecord {
@ActiveRecordField
public Integer id;
public String eid;
// get table name
public static String getTableName() {
return "app_digestions";
}