漏提交Java文件
This commit is contained in:
parent
aeae3d499e
commit
ef1ed72d6e
@ -0,0 +1,12 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.cooperation.cache;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.cooperation.model.CoeCooperationRolePermModel;
|
||||||
|
import com.actionsoft.bpms.commons.cache.ListValueIndex;
|
||||||
|
|
||||||
|
public class CoeCooperationRolePermCacheIndex2 extends ListValueIndex<String, CoeCooperationRolePermModel> {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String key(CoeCooperationRolePermModel model) {
|
||||||
|
return model.getTeamId();
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.cooperation.cache;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.cooperation.model.CoeCooperationRolePermModel;
|
||||||
|
import com.actionsoft.bpms.commons.cache.ListValueIndex;
|
||||||
|
|
||||||
|
public class CoeCooperationRolePermCacheIndex3 extends ListValueIndex<String, CoeCooperationRolePermModel> {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String key(CoeCooperationRolePermModel model) {
|
||||||
|
return model.getPalVersionId();
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
package com.actionsoft.apps.coe.pal.cooperation.cache;
|
||||||
|
|
||||||
|
import com.actionsoft.apps.coe.pal.cooperation.model.CoeCooperationTeamPermModel;
|
||||||
|
import com.actionsoft.bpms.commons.cache.ListValueIndex;
|
||||||
|
|
||||||
|
public class CoeCooperationTeamPermCacheIndex2 extends ListValueIndex<String, CoeCooperationTeamPermModel> {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String key(CoeCooperationTeamPermModel model) {
|
||||||
|
return model.getPalVersionId();
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user