initial commit
This commit is contained in:
11
nms_sync/src/com/nms/model/TableSyncInfo.java
Normal file
11
nms_sync/src/com/nms/model/TableSyncInfo.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package com.nms.model;
|
||||
|
||||
import com.nms.model.basemodel.BaseTableSyncInfo;
|
||||
|
||||
/**
|
||||
* Generated by JFinal.
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class TableSyncInfo extends BaseTableSyncInfo<TableSyncInfo> {
|
||||
public static final TableSyncInfo dao = new TableSyncInfo().dao();
|
||||
}
|
||||
Reference in New Issue
Block a user