工业级运维app手机api
沈斌
2017-11-02 39f1ab3cda4a300fca2719b2872176f499df5da3
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>{
}