工业级运维app手机api
xz
fengxiang
2017-11-06 2324a17471b409163e4c79b5e86d45656c8954d2
1
2
3
4
5
6
7
package com.moral.monitor.dao;
 
import com.moral.monitor.entity.AccountEntity;
import com.moral.monitor.entity.AccountEntityExample;
 
public interface AccountEntityMapper extends BaseDao<AccountEntity, AccountEntityExample, Integer>{
}