工业级运维app手机api
xufenglei
2017-11-02 9877bed53c7271c71527d5aa48f1f28eb6336fb0
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>{
}