工业级运维app手机api
沈斌
2018-02-07 c4e9385cfb9a8ef49c9faf1405b42223f4d8e5a8
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>{
}