工业级运维app手机api
沈斌
2017-11-15 0cde5bc8719ef589a9290a9d29f5fbd5e9d3c5be
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>{
}