?? downlicensedao.java
字號:
package com.jeecms.download.dao;
import java.util.List;
import com.jeecms.core.JeeCoreDao;
import com.jeecms.download.entity.DownLicense;
public interface DownLicenseDao extends JeeCoreDao<DownLicense> {
/**
* 根據站點查找軟件授權列表,按priority升序
*
* @param webId
* 站點ID
* @param all
* true:所有軟件語言,false:未禁用軟件語言
* @return
*/
public List<DownLicense> getList(Long webId, boolean all);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -