增加ext5,ext6
This commit is contained in:
parent
c11cf1c358
commit
2788f331b2
@ -141,6 +141,8 @@ public class PALRepository extends DaoObject<PALRepositoryModel> {
|
|||||||
paraMap.put(PALRepositoryModelImpl.FIELD_PL_EXT2, model.getExt2());
|
paraMap.put(PALRepositoryModelImpl.FIELD_PL_EXT2, model.getExt2());
|
||||||
paraMap.put(PALRepositoryModelImpl.FIELD_PL_EXT3, model.getExt3());
|
paraMap.put(PALRepositoryModelImpl.FIELD_PL_EXT3, model.getExt3());
|
||||||
paraMap.put(PALRepositoryModelImpl.FIELD_PL_EXT4, model.getExt4());
|
paraMap.put(PALRepositoryModelImpl.FIELD_PL_EXT4, model.getExt4());
|
||||||
|
paraMap.put(PALRepositoryModelImpl.FIELD_PL_EXT5, model.getExt5());
|
||||||
|
paraMap.put(PALRepositoryModelImpl.FIELD_PL_EXT6, model.getExt6());
|
||||||
//三员管理
|
//三员管理
|
||||||
if(null != model.getSecurityLevel()){
|
if(null != model.getSecurityLevel()){
|
||||||
paraMap.put(PALRepositoryModelImpl.FIELD_SECURITY_LEVEL,model.getSecurityLevel());
|
paraMap.put(PALRepositoryModelImpl.FIELD_SECURITY_LEVEL,model.getSecurityLevel());
|
||||||
|
|||||||
@ -62,6 +62,8 @@ public class PALRepositoryModelImpl extends PlatformMetaModelBean implements PAL
|
|||||||
public static final String FIELD_PL_EXT2 = "EXT2";// add by sunlh
|
public static final String FIELD_PL_EXT2 = "EXT2";// add by sunlh
|
||||||
public static final String FIELD_PL_EXT3 = "EXT3";// add by sunlh
|
public static final String FIELD_PL_EXT3 = "EXT3";// add by sunlh
|
||||||
public static final String FIELD_PL_EXT4 = "EXT4";// add by sunlh
|
public static final String FIELD_PL_EXT4 = "EXT4";// add by sunlh
|
||||||
|
public static final String FIELD_PL_EXT5 = "EXT4";// add by sunlh
|
||||||
|
public static final String FIELD_PL_EXT6 = "EXT4";// add by sunlh
|
||||||
//文件密级 add by anhc
|
//文件密级 add by anhc
|
||||||
public static final String FIELD_SECURITY_LEVEL = "SECURITYLEVEL";
|
public static final String FIELD_SECURITY_LEVEL = "SECURITYLEVEL";
|
||||||
// 模型转换次数
|
// 模型转换次数
|
||||||
@ -582,12 +584,12 @@ public class PALRepositoryModelImpl extends PlatformMetaModelBean implements PAL
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getExt5() {
|
public String getExt5() {
|
||||||
return null;
|
return ext5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getExt6() {
|
public String getExt6() {
|
||||||
return null;
|
return ext6;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setExt4(String ext4) {
|
public void setExt4(String ext4) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user