工业级运维app手机api
fengxiang
2017-10-31 5e1b6a8624f63116b7e0750b0760557c4bfd2f5b
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>{
}