| | |
| | | </properties> |
| | | <artifactId>ubcs-codeApply</artifactId> |
| | | <dependencies> |
| | | <dependency><!--VciBaseåºç¡å
--> |
| | | <groupId>com.vci.platform</groupId> |
| | | <artifactId>VCIBase-client</artifactId> |
| | | <version>${vciplt.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.vci.platform</groupId> |
| | | <artifactId>VCIBase-common</artifactId> |
| | | <version>${vciplt.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.vci.ubcs</groupId> |
| | | <artifactId>ubcs-user-api</artifactId> |
| | | <version>3.0.1.RELEASE</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.vci.ubcs</groupId> |
| | | <artifactId>ubcs-code-api</artifactId> |
| | | <version>3.0.1.RELEASE</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-httpclient</groupId> |
| | | <artifactId>commons-httpclient</artifactId> |
| | |
| | | <artifactId>httpclient</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-collections4</artifactId> |
| | | <version>4.1</version> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>4.6.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.78</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba.nacos</groupId> |
| | | <artifactId>nacos-client</artifactId> |
| | | <version>2.1.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-lang</groupId> |
| | | <artifactId>commons-lang</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-collections4</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.codehaus.jackson</groupId> |
| | | <artifactId>jackson-core-asl</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.codehaus.jackson</groupId> |
| | | <artifactId>jackson-mapper-asl</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.slf4j</groupId> |
| | | <artifactId>slf4j-api</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | | <artifactId>commons-beanutils-core</artifactId> |
| | | <version>1.8.3</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | <distributionManagement> |
| | |
| | | import com.vci.base.ui.swing.components.VCIJLabel; |
| | | import com.vci.base.ui.swing.components.VCIJPanel; |
| | | import com.vci.base.ui.swing.components.VCIJTextField; |
| | | import com.vci.ubcs.code.vo.webserviceModel.coderule.CodeShowFieldConfigVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.UIFormRefer; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config.CodeShowFieldConfigVO; |
| | | |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | |
| | | import java.awt.*; |
| | |
| | | */ |
| | | public Map<String,String> getAttrSearchFilterString(){ |
| | | String result = ""; |
| | | Map<String,String> customConditionMap=new HashMap<>(); |
| | | Map<String,String> customConditionMap=new HashMap<String,String>(); |
| | | Set<String> keys = attrInerNameValMap.keySet(); |
| | | for (Iterator it = keys.iterator(); it.hasNext();) { |
| | | String key = (String)it.next(); |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410; |
| | | |
| | | import com.alibaba.cloud.commons.lang.StringUtils; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.vci.base.ui.swing.VCIOptionPane; |
| | | import com.vci.base.ui.swing.VCISwingUtil; |
| | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.ConfigUtils; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.HttpUtil; |
| | | import javax.swing.*; |
| | | |
| | | import org.apache.commons.lang.StringUtils; |
| | | |
| | | import java.awt.*; |
| | | import java.util.HashMap; |
| | | import java.util.LinkedHashMap; |
| | |
| | | this(dialog, "pdmUser", clsfName, deptName,new String[]{},fields,values); |
| | | } |
| | | public CodeApplyFor410Dialog(Frame frame, String clsfName, String deptName,String[] fields,String[] values){ |
| | | this.setModal(true); |
| | | super(frame, true); |
| | | VCISwingUtil.setClientMainFrame(frame); |
| | | //this.setModal(true); |
| | | parentComponet = frame; |
| | | this.userName = userName; |
| | | this.clsfName = clsfName; |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410; |
| | | |
| | | import com.fasterxml.jackson.core.JsonProcessingException; |
| | | import com.fasterxml.jackson.databind.ObjectMapper; |
| | | import com.vci.base.ui.swing.VCIOptionPane; |
| | | import com.vci.base.ui.swing.components.*; |
| | | import com.vci.base.ui.tree.VCIBaseTreeNode; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.enums.VciFieldTypeEnum; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.*; |
| | | import com.vci.ubcs.code.vo.pagemodel.*; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeBasicSecVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeClassifyTemplateAttrVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeFixedValueVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeRuleVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.KeyValue; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.swing.IntegerTextField; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.swing.RealTextField; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.swing.VCIJComboxBox; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.BeanUtilForVCI; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.ConfigUtils; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.HttpUtil; |
| | | import com.vci.ubcs.starter.web.enumpck.VciFieldTypeEnum; |
| | | import com.vci.ubcs.starter.web.pagemodel.KeyValue; |
| | | import com.vci.ubcs.starter.web.util.BeanUtilForVCI; |
| | | import com.vci.ubcs.starter.web.util.VciBaseUtil; |
| | | import net.logstash.logback.encoder.org.apache.commons.lang3.StringUtils; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.VciBaseUtil; |
| | | |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.codehaus.jackson.JsonProcessingException; |
| | | import org.codehaus.jackson.map.ObjectMapper; |
| | | import org.codehaus.jackson.type.TypeReference; |
| | | |
| | | import javax.swing.*; |
| | | import javax.swing.text.JTextComponent; |
| | |
| | | import java.awt.event.ActionListener; |
| | | import java.awt.event.MouseAdapter; |
| | | import java.awt.event.MouseEvent; |
| | | import java.io.IOException; |
| | | import java.text.ParseException; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.*; |
| | |
| | | ObjectMapper objectMapper = new ObjectMapper(); |
| | | try { |
| | | codeRuleVO = objectMapper.readValue(object.toString(),CodeRuleVO.class); |
| | | } catch (JsonProcessingException e) { |
| | | } catch (IOException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | |
| | | } |
| | | }else{ |
| | | if(!r.getMsg().equals("å½å主é¢åºåç±»ï¼ä»¥åå®çææçä¸çº§åç±»é½æ²¡æè®¾ç½®ç¼ç è§å")){ |
| | | /* if(!r.getMsg().equals("å½å主é¢åºåç±»ï¼ä»¥åå®çææçä¸çº§åç±»é½æ²¡æè®¾ç½®ç¼ç è§å")){ |
| | | VCIOptionPane.showMessage(this,r.getMsg()); |
| | | } |
| | | }*/ |
| | | } |
| | | /**å è½½è§å对åºçç æ®µä¿¡æ¯**/ |
| | | if(codeRuleVO!=null){ |
| | |
| | | String classifyLevel = tempPropObj.getClassifyInvokeLevel(); |
| | | String classifyInvokeAttr= tempPropObj.getClassifyInvokeAttr(); |
| | | JComponent compt = attrInnerNameToCtrlMaps.get(innerName); |
| | | if(StringUtils.isNotBlank(classifyLevel)&&!classifyLevel.equals("none")&&!classifyLevel.equals("min")) { |
| | | if(StringUtils.isNotBlank(classifyLevel)&&!classifyLevel.equals("none")) { |
| | | compt.setEnabled(false); |
| | | //ClassifyLevel classifyLevelObj=new ClassifyLevel(); |
| | | //ObjectMapper objectMapper = new ObjectMapper(); |
| | |
| | | if(object!=null) { |
| | | ObjectMapper objectMapper = new ObjectMapper(); |
| | | try { |
| | | codeClassifyValueList = objectMapper.readValue(object.toString(), new com.fasterxml.jackson.core.type.TypeReference<List<CodeClassifyValue>>() {}); |
| | | codeClassifyValueList = objectMapper.readValue(object.toString(), new TypeReference<List<CodeClassifyValue>>() {}); |
| | | } catch (JsonProcessingException e) { |
| | | e.printStackTrace(); |
| | | } |
| | |
| | | } |
| | | for (CodeFixedValueVO codeFixedValueVO : fixedValueVOList) { |
| | | CodeFixedValue codeFixedValue=new CodeFixedValue(); |
| | | |
| | | BeanUtilForVCI.copyPropertiesIgnoreCase(codeFixedValueVO,codeFixedValue); |
| | | secCombo.addItem(codeFixedValue); |
| | | } |
| | |
| | | } |
| | | boolean enabled = true; |
| | | |
| | | /*// éå¢ä»£ç ãéå¢éå ç ä¸å¯ä»¥æå·¥å½å
¥æ°æ® |
| | | if (attrObj.getId().equals(Constants.GROUP_CODE_INNERNAME)|| attrObj.getInternalname().equals(Constants.GROUP_ADD_CODE_INNERNAME)) { |
| | | // éå¢ä»£ç ãéå¢éå ç ä¸å¯ä»¥æå·¥å½å
¥æ°æ® |
| | | if (attrObj.getId().toLowerCase().equals("groupcode")) { |
| | | enabled = false; |
| | | }*/ |
| | | } |
| | | |
| | | compt.setEnabled(enabled); |
| | | } |
| | |
| | | if(object!=null) { |
| | | ObjectMapper objectMapper = new ObjectMapper(); |
| | | try { |
| | | keyValueList = objectMapper.readValue(object.toString(), new com.fasterxml.jackson.core.type.TypeReference<List<KeyValue>>() { |
| | | keyValueList = objectMapper.readValue(object.toString(), new TypeReference<List<KeyValue>>() { |
| | | }); |
| | | } catch (JsonProcessingException e) { |
| | | } catch (IOException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | } |
| | |
| | | import com.vci.base.ui.swing.VCISwingUtil; |
| | | import com.vci.base.ui.swing.components.*; |
| | | import com.vci.base.ui.swing.components.table.VCIJTablePanel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.page.BaseModel; |
| | | |
| | | public class CodeApplyFor410SearchDialog extends VCIJDialog { |
| | | |
| | |
| | | import com.vci.base.ui.swing.components.VCIJPanel; |
| | | import com.vci.base.ui.swing.components.table.AbstractVCIJTableDataProvider; |
| | | import com.vci.base.ui.swing.components.table.VCIJTablePanel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.page.BaseModel; |
| | | |
| | | import java.awt.*; |
| | | |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.*; |
| | | import com.alibaba.cloud.commons.lang.StringUtils; |
| | | import com.fasterxml.jackson.core.JsonProcessingException; |
| | | import com.fasterxml.jackson.databind.ObjectMapper; |
| | | import com.vci.base.ui.swing.VCIOptionPane; |
| | | import com.vci.base.ui.swing.components.table.AbstractVCIJTableDataProvider; |
| | | import com.vci.base.ui.swing.components.table.VCIJTableNode; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.CodeClassify; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.CodeClassifyTemplateVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.DataGrid; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.R; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.page.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeClassifyTemplateAttrVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.HttpUtil; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.ListUtil; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyTemplateAttrVO; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyTemplateVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.ConfigUtils; |
| | | import com.vci.ubcs.starter.web.util.VciBaseUtil; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.VciBaseUtil; |
| | | |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.codehaus.jackson.map.ObjectMapper; |
| | | |
| | | public class CodeApplyFor410SearchProvider extends AbstractVCIJTableDataProvider<BaseModel> { |
| | | private String[] fields = {}; |
| | |
| | | }else{ |
| | | VCIOptionPane.showMessage(this.dialog,r.getMsg()); |
| | | } |
| | | } catch ( |
| | | JsonProcessingException e) { |
| | | } catch (IOException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | this.total= new Long(dataGrid.getTotal()).intValue(); |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410; |
| | | |
| | | import com.fasterxml.jackson.core.JsonProcessingException; |
| | | import com.fasterxml.jackson.databind.ObjectMapper; |
| | | import com.vci.base.ui.swing.VCIOptionPane; |
| | | import com.vci.base.ui.swing.components.VCIJPanel; |
| | | import com.vci.base.ui.tree.VCIBaseTree; |
| | |
| | | import javax.swing.event.TreeSelectionEvent; |
| | | import javax.swing.event.TreeSelectionListener; |
| | | import javax.swing.tree.TreePath; |
| | | |
| | | import org.codehaus.jackson.JsonProcessingException; |
| | | import org.codehaus.jackson.map.ObjectMapper; |
| | | import org.codehaus.jackson.type.TypeReference; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.ArrayList; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | |
| | | if(object!=null) { |
| | | ObjectMapper objectMapper = new ObjectMapper(); |
| | | try { |
| | | codeClassifyList = objectMapper.readValue(object.toString(), new com.fasterxml.jackson.core.type.TypeReference<List<CodeClassify>>() { |
| | | codeClassifyList = objectMapper.readValue(object.toString(), new TypeReference<List<CodeClassify>>() { |
| | | }); |
| | | } catch (JsonProcessingException e) { |
| | | } catch (IOException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | } |
| | |
| | | if(object!=null) { |
| | | ObjectMapper objectMapper = new ObjectMapper(); |
| | | try { |
| | | codeClassifyList = objectMapper.readValue(object.toString(), new com.fasterxml.jackson.core.type.TypeReference<List<CodeClassify>>() { |
| | | codeClassifyList = objectMapper.readValue(object.toString(), new TypeReference<List<CodeClassify>>() { |
| | | }); |
| | | } catch (JsonProcessingException e) { |
| | | } catch (IOException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | } |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410; |
| | | |
| | | import com.fasterxml.jackson.core.JsonProcessingException; |
| | | import com.fasterxml.jackson.databind.ObjectMapper; |
| | | import com.vci.base.ui.swing.VCIOptionPane; |
| | | import com.vci.base.ui.swing.VCISwingUtil; |
| | | import com.vci.base.ui.swing.components.*; |
| | |
| | | import com.vci.base.ui.tree.VCIBaseTreeModel; |
| | | import com.vci.base.ui.tree.VCIBaseTreeNode; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.CodeClassify; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.CodeClassifyTemplateVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.R; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.TokenUserObject; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeClassifyVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.ConfigUtils; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.HttpUtil; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyTemplateVO; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyVO; |
| | | import net.logstash.logback.encoder.org.apache.commons.lang3.StringUtils; |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.codehaus.jackson.JsonProcessingException; |
| | | import org.codehaus.jackson.map.ObjectMapper; |
| | | import org.codehaus.jackson.type.TypeReference; |
| | | |
| | | import javax.swing.*; |
| | | import javax.swing.event.TreeSelectionEvent; |
| | |
| | | import java.awt.*; |
| | | import java.awt.event.ActionEvent; |
| | | import java.awt.event.ActionListener; |
| | | import java.io.IOException; |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | import java.util.HashMap; |
| | |
| | | if(object!=null) { |
| | | ObjectMapper objectMapper = new ObjectMapper(); |
| | | try { |
| | | codeClassifyList = objectMapper.readValue(object.toString(), new com.fasterxml.jackson.core.type.TypeReference<List<CodeClassify>>() { |
| | | }); |
| | | } catch (JsonProcessingException e) { |
| | | // codeClassifyList = objectMapper.readValue(object.toString(), new TypeReference<List<CodeClassify>(); |
| | | |
| | | codeClassifyList = objectMapper.readValue(object.toString(), new TypeReference<List<CodeClassify>>(){}); |
| | | |
| | | }catch (IOException e) { |
| | | // TODO Auto-generated catch block |
| | | e.printStackTrace(); |
| | | } |
| | | } |
| | |
| | | setCurrentCodeClassifyTemplateVO(codeClassifyTemplateVO); |
| | | res = true; |
| | | } |
| | | } catch (JsonProcessingException e) { |
| | | e.printStackTrace(); |
| | | } catch (IOException e1) { |
| | | // TODO Auto-generated catch block |
| | | e1.printStackTrace(); |
| | | } |
| | | } |
| | | }/*else{ |
| | |
| | | setCurrentCodeClassifyTemplateVO(codeClassifyTemplateVO); |
| | | res=true; |
| | | } |
| | | } catch (JsonProcessingException e1) { |
| | | } catch (IOException e1) { |
| | | e1.printStackTrace(); |
| | | } |
| | | } |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410; |
| | | |
| | | import com.alibaba.cloud.commons.lang.StringUtils; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.vci.base.ui.swing.VCIOptionPane; |
| | | import com.vci.base.ui.swing.components.VCIJComboBox; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.CodeClassify; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.CodeClassifyTemplateVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.R; |
| | | import com.vci.ubcs.code.dto.CodeOrderDTO; |
| | | import com.vci.ubcs.code.dto.CodeOrderSecDTO; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyTemplateVO; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeRuleVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.dto.CodeOrderDTO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.dto.CodeOrderSecDTO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeRuleVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.KeyValue; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.ConfigUtils; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.HttpUtil; |
| | | import com.vci.ubcs.starter.web.pagemodel.KeyValue; |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | |
| | | import javax.swing.*; |
| | | import javax.swing.text.JTextComponent; |
| | |
| | | Map<String,String> headerMap=new HashMap<>(); |
| | | headerMap.put("content-type","application/json"); |
| | | headerMap.put("Blade-Auth",this.owner.getTokenUserObject().getAccess_token()); |
| | | String code=""; |
| | | String code=""; |
| | | //æ ¡éªå
³é®å±æ§åå¨çæ°æ®ç´æ¥è¿åç¼ç |
| | | R checkKeyAttrOnOrderR= HttpUtil.sendPost(url+"/checkKeyAttrOnOrderFordatas",object.toString(),headerMap); |
| | | |
| | | |
| | | Map<String,String>parmarMap=new HashMap<String, String>(); |
| | | parmarMap.put("oid", codeClassify.getOid()); |
| | | parmarMap.put("classifyGroupCode",classifyGroupCode); |
| | | //æ¥è¯¢å½åç³è¯·ç¼ç çç±»å |
| | | R checkGroupCode= HttpUtil.sendGet(url+"/checkGroupCode?oid="+codeClassify.getOid()+ |
| | | "&classifyGroupCode="+classifyGroupCode,null,headerMap); |
| | | /*R checkGroupCode= HttpUtil.sendGet(url+"/checkGroupCode?oid="+codeClassify.getOid()+ |
| | | "&classifyGroupCode="+classifyGroupCode,null,headerMap);*/ |
| | | R checkGroupCode= HttpUtil.sendGet(url+"/checkGroupCode",parmarMap,headerMap); |
| | | if(checkKeyAttrOnOrderR.isSuccess()){ |
| | | List<Map> list=(List)checkKeyAttrOnOrderR.getData(); |
| | | if(!CollectionUtils.isEmpty(list)) { |
| | | code=list.get(0).get("ID")!=null?list.get(0).get("ID").toString():""; |
| | | if(checkGroupCode.isSuccess()){ |
| | | if(checkGroupCode.getData().equals("true")){ |
| | | code=""; |
| | | code=list.get(0).get("GROUPCODE")!=null?list.get(0).get("GROUPCODE").toString():""; |
| | | if(StringUtils.isBlank(code)){ |
| | | VCIOptionPane.showMessage(this.owner, "æ ¹æ®å
³é®å±æ§æ ¡éªï¼ç³»ç»ä¸åå¨è¯¥æ°æ®ï¼éçå¾
éå¢ç³è¯·éå¢ç ï¼"+code); |
| | | }else{ |
| | | code=list.get(0).get("ID")!=null?list.get(0).get("ID").toString():""; |
| | | } |
| | | } |
| | | }else { |
| | | code=""; |
| | | VCIOptionPane.showMessage(this.owner,"æ ¡éªè¯¥åç±»æ¯å¦åéå¢ç 失败ï¼"); |
| | | } |
| | | this.owner.setApplyCode(code); |
| | | this.owner.getApplyTxt().requestFocusInWindow(); |
| | | this.owner.getApplyTxt().selectAll(); |
| | | this.owner.setAttrNameAndValMap(attrNameAndValMap); |
| | | if(checkGroupCode.isSuccess()){ |
| | | if(checkGroupCode.getData().equals("true")){ |
| | | VCIOptionPane.showMessage(this.owner, "å½ååç±»çä¼ä¸ç¼ç 为ï¼"+list.get(0).get("GROUPCODE")); |
| | | }else{ |
| | | VCIOptionPane.showMessage(this.owner, "å½åç¼ç åç±»æªæ¾å°ç¸åºçéå¢ï¼è¯·æ£æ¥ï¼ï¼"); |
| | | } |
| | | }else { |
| | | VCIOptionPane.showMessage(this.owner, "è¿ç¨è°ç¨å¤±è´¥ï¼è¯·éè¯ï¼"); |
| | | } |
| | | return; |
| | | } |
| | | } |
| | | R r= HttpUtil.sendPost(url+"/addSaveCode",object.toString(),headerMap); |
| | | if(r.isSuccess()){ |
| | | code=r.getData().toString(); |
| | | if(checkGroupCode.isSuccess()){ |
| | | if(checkGroupCode.getData().equals("true")){ |
| | | code=""; |
| | | Map<String,String> applyMap = new HashMap<>(); |
| | | applyMap.put("oids",codeClassify.getOid()); |
| | | applyMap.put("btmName",codeClassify.getBtmname()); |
| | | Object applyGroupCodeData = JSONObject.toJSON(applyMap); |
| | | R applyResult= HttpUtil.sendPost(url+"/DockingPreApplyCode/applyGroupCode",applyGroupCodeData.toString(),headerMap); |
| | | if(!applyResult.isSuccess()){ |
| | | VCIOptionPane.showMessage(this.owner, "éå¢ç ç³è¯·å¤±è´¥ï¼"+r.getMsg()); |
| | | }else{ |
| | | VCIOptionPane.showMessage(this.owner, "ä¿åæ°æ®æåï¼çå¾
éå¢ç ç³è¯·ï¼"); |
| | | } |
| | | } |
| | | }else{ |
| | | code=""; |
| | | VCIOptionPane.showMessage(this.owner,"æ ¡éªè¯¥åç±»æ¯å¦åéå¢ç 失败ï¼"); |
| | | } |
| | | this.owner.setApplyCode(code); |
| | | this.owner.getApplyTxt().requestFocusInWindow(); |
| | | this.owner.getApplyTxt().selectAll(); |
| | |
| | | }else{ |
| | | VCIOptionPane.showMessage(this.owner,r.getMsg()); |
| | | } |
| | | if(checkGroupCode.isSuccess()){ |
| | | if(checkGroupCode.getData().equals("false")){ |
| | | Map<String,String> applyMap = new HashMap<>(); |
| | | applyMap.put("oids",codeClassify.getOid()); |
| | | applyMap.put("btmName",codeClassify.getBtmname()); |
| | | Object applyGroupCodeData = JSONObject.toJSON(applyMap); |
| | | R applyResult= HttpUtil.sendPost(url+"/DockingPreApplyCode/applyGroupCode",applyGroupCodeData.toString(),headerMap); |
| | | if(!applyResult.isSuccess()){ |
| | | VCIOptionPane.showMessage(this.owner, "éå¢ç ç³è¯·å¤±è´¥ï¼"+r.getMsg()); |
| | | }else{ |
| | | VCIOptionPane.showMessage(this.owner, "ä¿åæ°æ®æåï¼çå¾
éå¢ç ç³è¯·ï¼"); |
| | | } |
| | | } |
| | | }else { |
| | | VCIOptionPane.showMessage(this.owner, "è¿ç¨è°ç¨å¤±è´¥ï¼è¯·æ³¨æï¼"); |
| | | } |
| | | |
| | | |
| | | } |
| | | private Map<String, String> getAttrMap(String[][] inputValues) { |
| | |
| | | import com.vci.base.ui.swing.components.VCIJPanel; |
| | | import com.vci.base.ui.swing.components.table.AbstractVCIJTableDataProvider; |
| | | import com.vci.base.ui.swing.components.table.VCIJTablePanel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.TokenUserObject; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.UIFormRefer; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | |
| | | import java.awt.*; |
| | | import java.util.HashMap; |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410; |
| | | |
| | | import cn.hutool.json.JSONUtil; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.vci.base.ui.swing.components.table.AbstractVCIJTableDataProvider; |
| | | import com.vci.base.ui.swing.components.table.VCIJTableNode; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.Page; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.R; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.HttpUtil; |
| | | import com.fasterxml.jackson.core.JsonProcessingException; |
| | | import com.fasterxml.jackson.databind.ObjectMapper; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.VciBaseUtil; |
| | | import com.vci.base.ui.swing.VCIOptionPane; |
| | | import com.vci.ubcs.code.vo.webserviceModel.coderule.CodeShowFieldConfigVO; |
| | | import com.vci.ubcs.code.vo.webserviceModel.coderule.CodeSrchCondConfigVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.UIFormRefer; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config.CodeShowFieldConfigVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config.CodeSrchCondConfigVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.ConfigUtils; |
| | | import com.vci.ubcs.starter.web.util.VciBaseUtil; |
| | | import net.logstash.logback.encoder.org.apache.commons.lang3.StringUtils; |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.codehaus.jackson.map.ObjectMapper; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.*; |
| | | |
| | | public class CodeDataMainPanelDataProvider extends AbstractVCIJTableDataProvider<BaseModel> { |
| | |
| | | }else{ |
| | | VCIOptionPane.showMessage(this.ownerPanel,r.getMsg()); |
| | | } |
| | | } catch (JsonProcessingException e) { |
| | | } catch (IOException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | this.total= new Long(iPage.getTotal()).intValue(); |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410; |
| | | |
| | | import com.alibaba.cloud.commons.lang.StringUtils; |
| | | import com.fasterxml.jackson.core.JsonProcessingException; |
| | | import com.fasterxml.jackson.databind.ObjectMapper; |
| | | import com.vci.base.ui.swing.VCIOptionPane; |
| | | import com.vci.base.ui.swing.components.VCIJPanel; |
| | | import com.vci.base.ui.tree.VCIBaseTree; |
| | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ReferTreObject; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.TokenUserObject; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.UIFormRefer; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.tree.Tree; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.ConfigUtils; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.HttpUtil; |
| | | import com.vci.ubcs.starter.web.pagemodel.Tree; |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.codehaus.jackson.JsonProcessingException; |
| | | import org.codehaus.jackson.map.ObjectMapper; |
| | | import org.codehaus.jackson.type.TypeReference; |
| | | |
| | | import javax.swing.event.TreeExpansionEvent; |
| | | import javax.swing.event.TreeExpansionListener; |
| | | import javax.swing.event.TreeSelectionEvent; |
| | | import javax.swing.event.TreeSelectionListener; |
| | | import javax.swing.tree.TreePath; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.ArrayList; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | |
| | | Object object= r.getData(); |
| | | if(object!=null) { |
| | | // ObjectMapper objectMapper = new ObjectMapper(); |
| | | treeList = objectMapper.readValue(object.toString(), new com.fasterxml.jackson.core.type.TypeReference<List<Tree>>() {}); |
| | | treeList=treeList; |
| | | treeList = objectMapper.readValue(object.toString(), new TypeReference<List<Tree>>() {}); |
| | | } |
| | | }else{ |
| | | VCIOptionPane.showMessage(this,r.getMsg()); |
| | | } |
| | | } catch (JsonProcessingException e) { |
| | | } catch (IOException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | } |
| | |
| | | import javax.swing.JPanel; |
| | | import javax.swing.event.TreeSelectionEvent; |
| | | |
| | | import com.alibaba.cloud.commons.lang.StringUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.vci.base.ui.swing.VCISwingUtil; |
| | | import com.vci.base.ui.swing.components.*; |
| | |
| | | import com.vci.base.ui.tree.VCIBaseTreeModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.enums.CodeReferConfigTypeEnum; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.UIFormRefer; |
| | | import com.vci.ubcs.starter.web.pagemodel.KeyValue; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.KeyValue; |
| | | |
| | | public class RMDataReferTempDialog extends VCIJDialog { |
| | | private CodeApplyFor410MainPanel owner; |
| | |
| | | import com.vci.base.ui.swing.VCIOptionPane; |
| | | import com.vci.base.ui.swing.components.VCIJDialog.DialogResult; |
| | | import com.vci.base.ui.tree.VCIBaseTreeNode; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.enums.CodeReferConfigTypeEnum; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.UIFormRefer; |
| | | import com.vci.ubcs.starter.web.pagemodel.KeyValue; |
| | | import com.vci.ubcs.starter.web.pagemodel.Tree; |
| | | import com.vci.ubcs.starter.web.util.VciBaseUtil; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.tree.Tree; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.KeyValue; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.utils.VciBaseUtil; |
| | | |
| | | import javax.swing.tree.TreePath; |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410; |
| | | |
| | | public class Test { |
| | | public static void main(String[] args) { |
| | | |
| | | String res=intToRoman(101); |
| | | System.out.println("ç½é©¬æ°å->"+res); |
| | | } |
| | | public static String intToRoman(int num) { |
| | | int[] values={1000,900,500,400,100,90,50,40,10,9,5,4,1}; |
| | | String[] romans={"M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"}; |
| | | StringBuilder sb=new StringBuilder(); |
| | | for(int i=0;i<values.length;i++){ |
| | | while(num>=values[i]){ |
| | | num=num-values[i]; |
| | | sb.append(romans[i]); |
| | | } |
| | | } |
| | | return sb.toString(); |
| | | } |
| | | |
| | | public static String intToRomans(int num) { |
| | | String M[] = {"", "M", "MM", "MMM"}; |
| | | String C[] = {"", "C", "CC", "CCC", "CD", "D", "DC", "DCC", "DCCC", "CM"}; |
| | | String X[] = {"", "X", "XX", "XXX", "XL", "L", "LX", "LXX", "LXXX", "XC"}; |
| | | String I[] = {"", "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX"}; |
| | | return M[num/1000]+C[(num%1000)/100]+X[(num%100)/10]+I[num%10]; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.enums; |
| | | |
| | | |
| | | public interface BaseEnum { |
| | | String getValue(); |
| | | |
| | | String getText(); |
| | | |
| | | |
| | | /** |
| | | * ä½¿ç¨æä¸¾çå¼è·åæä¸¾å¯¹è±¡çéç¨æ¹æ³ |
| | | * @param clazz æä¸¾æå±ç±» |
| | | * @param value æä¸¾çå¼ |
| | | * @param <T> ç±»å |
| | | * @return ç»æ |
| | | */ |
| | | /*public static <T extends BaseEnum> T getEnumByValue(Class<T> clazz,Object value){ |
| | | if(value == null){ |
| | | return null; |
| | | } |
| | | T[] enums = clazz.getEnumConstants(); |
| | | if (enums == null || enums.length == 0) { |
| | | return null; |
| | | } |
| | | |
| | | for (T e : enums) { |
| | | if (value instanceof String) { |
| | | if (StringUtils.equalsIgnoreCase((String) value, (String) ((BaseEnum) e).getValue())) { |
| | | return e; |
| | | } |
| | | } else { |
| | | if (value.equals(e.getValue())) { |
| | | return e; |
| | | } |
| | | } |
| | | } |
| | | return null; |
| | | }*/ |
| | | |
| | | /** |
| | | * ä½¿ç¨æä¸¾çå¼è·åæ¾ç¤ºææ¬çæ¹æ³ |
| | | * @param clazz æä¸¾æå±çç±» |
| | | * @param value æä¸¾çå¼ |
| | | * @param <T> ç±»å |
| | | * @return ç»æ |
| | | */ |
| | | /*public static <T extends BaseEnum> String getTextByValue(Class<T> clazz,String value){ |
| | | T e = getEnumByValue(clazz, value); |
| | | if (e == null) { |
| | | return ""; |
| | | } |
| | | return ((BaseEnum) e).getText(); |
| | | }*/ |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.enums; |
| | | |
| | | /** |
| | | * Description: |
| | | * |
| | | * @author LiHang |
| | | * @date 2023/4/27 |
| | | */ |
| | | public enum BooleanEnum { |
| | | /** |
| | | * true |
| | | */ |
| | | TRUE("true"), |
| | | /** |
| | | * false |
| | | */ |
| | | FASLE("false"); |
| | | |
| | | private final String value; |
| | | |
| | | private BooleanEnum(String value) { |
| | | this.value = value; |
| | | } |
| | | |
| | | public String getValue() { |
| | | return this.value; |
| | | } |
| | | } |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.enums; |
| | | |
| | | import com.vci.ubcs.starter.web.enumpck.BaseEnum; |
| | | |
| | | /** |
| | | * åç
§é
ç½®ä¸ç¨å°çââçªå£ç±»å |
| | |
| | | return null; |
| | | } |
| | | |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.enums; |
| | | |
| | | |
| | | |
| | | public enum VciFieldTypeEnum { |
| | | VTString, |
| | | VTInteger, |
| | | VTLong, |
| | | VTDouble, |
| | | VTBoolean, |
| | | VTDate, |
| | | VTDateTime, |
| | | VTTime, |
| | | VTFilePath, |
| | | VTClob; |
| | | |
| | | private VciFieldTypeEnum() { |
| | | } |
| | | |
| | | public static String getValueByText(String text) { |
| | | if (text != null && text.trim().length() != 0) { |
| | | if ("å¸å°å".equalsIgnoreCase(text)) { |
| | | return VTBoolean.name(); |
| | | } else if ("é¿ææ¬".equalsIgnoreCase(text)) { |
| | | return VTClob.name(); |
| | | } else if ("æ¥æ".equalsIgnoreCase(text)) { |
| | | return VTDate.name(); |
| | | } else if ("æ¥ææ¶é´".equalsIgnoreCase(text)) { |
| | | return VTDateTime.name(); |
| | | } else if ("æ¶é´".equalsIgnoreCase(text)) { |
| | | return VTTime.name(); |
| | | } else if ("é¿æ´å".equalsIgnoreCase(text)) { |
| | | return VTLong.name(); |
| | | } else if ("éé¢/å精度".equalsIgnoreCase(text)) { |
| | | return VTDouble.name(); |
| | | } else if ("æ´å½¢".equalsIgnoreCase(text)) { |
| | | return VTInteger.name(); |
| | | } else { |
| | | return "æä»¶".equalsIgnoreCase(text) ? VTFilePath.name() : VTString.name(); |
| | | } |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static String getTextByValue(String value) { |
| | | VciFieldTypeEnum wenum = forValue(value); |
| | | if (wenum == null) { |
| | | return ""; |
| | | } else { |
| | | switch (wenum) { |
| | | case VTBoolean: |
| | | return "å¸å°å"; |
| | | case VTClob: |
| | | return "é¿ææ¬"; |
| | | case VTDate: |
| | | return "æ¥æ"; |
| | | case VTDateTime: |
| | | return "æ¥ææ¶é´"; |
| | | case VTTime: |
| | | return "æ¶é´"; |
| | | case VTLong: |
| | | return "é¿æ´å"; |
| | | case VTDouble: |
| | | return "éé¢/å精度"; |
| | | case VTInteger: |
| | | return "æ´å½¢"; |
| | | case VTFilePath: |
| | | return "æä»¶"; |
| | | default: |
| | | return "å符串"; |
| | | } |
| | | } |
| | | } |
| | | |
| | | public static VciFieldTypeEnum forValue(String value) { |
| | | VciFieldTypeEnum[] var1 = values(); |
| | | int var2 = var1.length; |
| | | |
| | | for(int var3 = 0; var3 < var2; ++var3) { |
| | | VciFieldTypeEnum wenum = var1[var3]; |
| | | if (wenum.name().equalsIgnoreCase(value)) { |
| | | return wenum; |
| | | } |
| | | } |
| | | |
| | | return null; |
| | | } |
| | | } |
| | | |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | |
| | | import com.vci.ubcs.starter.web.pagemodel.KeyValue; |
| | | |
| | | import java.io.Serializable; |
| | | import java.text.MessageFormat; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.KeyValue; |
| | | |
| | | public class AttrRangObjectWarper implements Serializable { |
| | | /** |
| | | * |
| | |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import org.springframework.data.annotation.Transient; |
| | | |
| | | import java.util.Date; |
| | | import java.util.Map; |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeClassifyVO; |
| | | |
| | | |
| | | public class CodeClassify extends CodeClassifyVO { |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeClassifyTemplateAttrVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * å类模æ¿å¯¹è±¡æ¾ç¤ºå¯¹è±¡ |
| | | * |
| | | * @author weidy |
| | | * @date 2022-01-24 |
| | | */ |
| | | public class CodeClassifyTemplateVO extends BaseModel { |
| | | |
| | | /** |
| | | * ç¦æ¢ä¿®æ¹è¿ä¸ªå¼ |
| | | */ |
| | | private static final long serialVersionUID = 4615707118684061936L; |
| | | |
| | | /** |
| | | * 主é¢åºåç±»ä¸»é® |
| | | */ |
| | | private String codeclassifyoid; |
| | | |
| | | /** |
| | | * 主é¢åºåç±»ä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | private String codeclassifyoidName; |
| | | |
| | | /** |
| | | * å
å«ç屿§å
容 |
| | | */ |
| | | private List<CodeClassifyTemplateAttrVO> attributes; |
| | | |
| | | /** |
| | | * åå¨çä¸å¡ç±»å |
| | | */ |
| | | private String btmTypeId; |
| | | |
| | | /** |
| | | * åå¨çä¸å¡ç±»å䏿åç§° |
| | | */ |
| | | private String btmTypeName; |
| | | |
| | | public String getBtmTypeId() { |
| | | return btmTypeId; |
| | | } |
| | | |
| | | public void setBtmTypeId(String btmTypeId) { |
| | | this.btmTypeId = btmTypeId; |
| | | } |
| | | |
| | | public String getBtmTypeName() { |
| | | return btmTypeName; |
| | | } |
| | | |
| | | public void setBtmTypeName(String btmTypeName) { |
| | | this.btmTypeName = btmTypeName; |
| | | } |
| | | |
| | | /** |
| | | * è·å 主é¢åºåç±»ä¸»é® |
| | | */ |
| | | public String getCodeclassifyoid (){ |
| | | return codeclassifyoid; |
| | | } |
| | | |
| | | /** |
| | | * 设置 主é¢åºåç±»ä¸»é® |
| | | */ |
| | | public void setCodeclassifyoid (String codeclassifyoid){ |
| | | this.codeclassifyoid = codeclassifyoid; |
| | | } |
| | | /** |
| | | * è·å主é¢åºåç±»ä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | public String getCodeclassifyoidName (){ |
| | | return codeclassifyoidName; |
| | | } |
| | | |
| | | /** |
| | | * 设置主é¢åºåç±»ä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | public void setCodeclassifyoidName (String codeclassifyoidName){ |
| | | this.codeclassifyoidName = codeclassifyoidName; |
| | | } |
| | | |
| | | public List<CodeClassifyTemplateAttrVO> getAttributes() { |
| | | return attributes; |
| | | } |
| | | |
| | | public void setAttributes(List<CodeClassifyTemplateAttrVO> attributes) { |
| | | this.attributes = attributes; |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeClassifyTemplateVO{" + |
| | | "codeclassifyoid='" + codeclassifyoid + '\'' + |
| | | ", codeclassifyoidName='" + codeclassifyoidName + '\'' + |
| | | ", attributes=" + attributes + |
| | | "} " + super.toString(); |
| | | } |
| | | } |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyValueVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeClassifyValueVO; |
| | | |
| | | |
| | | public class CodeClassifyValue extends CodeClassifyValueVO { |
| | | @Override |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeFixedValueVO; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeFixedValueVO; |
| | | |
| | | public class CodeFixedValue extends CodeFixedValueVO { |
| | | @Override |
| | | public String toString() { |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | |
| | | import com.vci.ubcs.code.vo.webserviceModel.coderule.CodeShowFieldConfigVO; |
| | | import com.vci.ubcs.code.vo.webserviceModel.coderule.CodeSrchCondConfigVO; |
| | | import lombok.Data; |
| | | |
| | | import java.util.List; |
| | | |
| | | @Data |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config.CodeShowFieldConfigVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config.CodeSrchCondConfigVO; |
| | | |
| | | public class CoderefersecSearchVO { |
| | | private List<CodeSrchCondConfigVO> codeSrchCondConfigVOS; |
| | | private List<CodeShowFieldConfigVO> codeShowFieldConfigVOS; |
| | |
| | | } |
| | | |
| | | public static List<OrderItem> ascs(String... columns) { |
| | | List<OrderItem> orderItems = new ArrayList<>(); |
| | | List<OrderItem> orderItems = new ArrayList<OrderItem>(); |
| | | for (String column : columns) { |
| | | orderItems.add(asc(column)); |
| | | } |
| | |
| | | } |
| | | |
| | | public static List<OrderItem> descs(String... columns) { |
| | | List<OrderItem> orderItems = new ArrayList<>(); |
| | | List<OrderItem> orderItems = new ArrayList<OrderItem>(); |
| | | for (String column : columns) { |
| | | orderItems.add(desc(column)); |
| | | } |
| | |
| | | this.asc = asc; |
| | | } |
| | | |
| | | public boolean equals(final Object o) { |
| | | /*public boolean equals(final Object o) { |
| | | if (o == this) { |
| | | return true; |
| | | } else if (!(o instanceof OrderItem)) { |
| | |
| | | return true; |
| | | } |
| | | } |
| | | } |
| | | }*/ |
| | | |
| | | protected boolean canEqual(final Object other) { |
| | | /* protected boolean canEqual(final Object other) { |
| | | return other instanceof com.baomidou.mybatisplus.core.metadata.OrderItem; |
| | | } |
| | | }*/ |
| | | |
| | | public int hashCode() { |
| | | int result = 1; |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyTemplateAttrVO; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyTemplateVO; |
| | | |
| | | import java.util.*; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.CodeClassifyTemplateAttrVO; |
| | | |
| | | public class RMDataTransmitObject { |
| | | // åºID |
| | | private String libId = ""; |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | |
| | | import com.vci.ubcs.starter.web.pagemodel.Tree; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.ArrayList; |
| | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.tree.Tree; |
| | | |
| | | public class ReferTreObject implements Serializable { |
| | | private static final long serialVersionUID = 6886695271635257882L; |
| | | private String oid; |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | |
| | | import com.vci.ubcs.code.vo.webserviceModel.coderule.CodeShowFieldConfigVO; |
| | | import com.vci.ubcs.code.vo.webserviceModel.coderule.CodeSrchCondConfigVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config.CodeShowFieldConfigVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config.CodeSrchCondConfigVO; |
| | | |
| | | public class UIFormRefer { |
| | | |
| | | private List<CodeSrchCondConfigVO> codeSrchCondConfigVOS; |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object; |
| | | |
| | | import com.vci.ubcs.code.vo.pagemodel.UIFieldSortVO; |
| | | import com.vci.ubcs.code.vo.pagemodel.UITableCustomDefineVO; |
| | | |
| | | import java.util.Map; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.UIFieldSortVO; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo.UITableCustomDefineVO; |
| | | |
| | | public class UIFormRefers { |
| | | |
| | | /** |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.tree; |
| | | |
| | | |
| | | import org.apache.commons.lang.StringUtils; |
| | | import java.io.Serializable; |
| | | import java.util.ArrayList; |
| | | import java.util.HashMap; |
| | | import java.util.Iterator; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | public class Tree implements Serializable { |
| | | private static final long serialVersionUID = 6886695271635257882L; |
| | | private String oid; |
| | | private String text; |
| | | private String name; |
| | | private boolean leaf = false; |
| | | private boolean showCheckbox = false; |
| | | private boolean checked = false; |
| | | private List<Tree> children = new ArrayList(); |
| | | private String icon; |
| | | private String iconCls; |
| | | private String parentId; |
| | | private String parentName; |
| | | private String parentBtmName; |
| | | private boolean expanded = false; |
| | | private String href; |
| | | private String index; |
| | | private Map<String, String> attributes = new HashMap(); |
| | | |
| | | public Tree() { |
| | | } |
| | | |
| | | public Tree(String oid, String text) { |
| | | this.setOid(oid); |
| | | this.setText(text); |
| | | } |
| | | |
| | | public String getOid() { |
| | | return this.oid; |
| | | } |
| | | |
| | | public void setOid(String oid) { |
| | | this.oid = oid; |
| | | } |
| | | |
| | | public String getName() { |
| | | return this.name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getText() { |
| | | return this.text; |
| | | } |
| | | |
| | | public void setText(String text) { |
| | | this.text = text; |
| | | } |
| | | |
| | | public boolean isLeaf() { |
| | | return this.leaf; |
| | | } |
| | | |
| | | public void setLeaf(boolean leaf) { |
| | | this.leaf = leaf; |
| | | } |
| | | |
| | | public boolean isShowCheckbox() { |
| | | return this.showCheckbox; |
| | | } |
| | | |
| | | public void setShowCheckbox(boolean showCheckbox) { |
| | | this.showCheckbox = showCheckbox; |
| | | } |
| | | |
| | | public boolean isChecked() { |
| | | return this.checked; |
| | | } |
| | | |
| | | public void setChecked(boolean checked) { |
| | | this.checked = checked; |
| | | } |
| | | |
| | | public List<Tree> getChildren() { |
| | | return this.children; |
| | | } |
| | | |
| | | public void setChildren(List<Tree> children) { |
| | | this.children = children; |
| | | } |
| | | |
| | | public String getIcon() { |
| | | return this.icon; |
| | | } |
| | | |
| | | public void setIcon(String icon) { |
| | | this.icon = icon; |
| | | } |
| | | |
| | | public String getIconCls() { |
| | | return this.iconCls; |
| | | } |
| | | |
| | | public void setIconCls(String iconCls) { |
| | | this.iconCls = iconCls; |
| | | } |
| | | |
| | | public String getParentId() { |
| | | return this.parentId; |
| | | } |
| | | |
| | | public void setParentId(String parentId) { |
| | | this.parentId = parentId; |
| | | } |
| | | |
| | | public boolean isExpanded() { |
| | | return this.expanded; |
| | | } |
| | | |
| | | public void setExpanded(boolean expanded) { |
| | | this.expanded = expanded; |
| | | } |
| | | |
| | | public String getHref() { |
| | | return this.href; |
| | | } |
| | | |
| | | public void setHref(String href) { |
| | | this.href = href; |
| | | } |
| | | |
| | | public String getIndex() { |
| | | return this.index; |
| | | } |
| | | |
| | | public void setIndex(String index) { |
| | | this.index = index; |
| | | } |
| | | |
| | | public Map<String, String> getAttributes() { |
| | | return this.attributes; |
| | | } |
| | | |
| | | public void setAttributes(Map<String, String> attributes) { |
| | | this.attributes = attributes; |
| | | } |
| | | |
| | | public String getParentName() { |
| | | return this.parentName; |
| | | } |
| | | |
| | | public void setParentName(String parentName) { |
| | | this.parentName = parentName; |
| | | } |
| | | |
| | | public String getParentBtmName() { |
| | | return this.parentBtmName; |
| | | } |
| | | |
| | | public void setParentBtmName(String parentBtmName) { |
| | | this.parentBtmName = parentBtmName; |
| | | } |
| | | |
| | | public static List<Tree> getChildList(List<Tree> rootTree, List<Tree> children) { |
| | | if (rootTree == null || rootTree.size() == 0) { |
| | | if (children == null || children.size() <= 0) { |
| | | return null; |
| | | } |
| | | |
| | | rootTree = children.subList(0, children.size()); |
| | | } |
| | | |
| | | Tree bt = new Tree(); |
| | | bt.findChild(rootTree, children); |
| | | return rootTree; |
| | | } |
| | | |
| | | public void findChild(List<Tree> treenode, List<Tree> children) { |
| | | Tree node; |
| | | for(Iterator var3 = treenode.iterator(); var3.hasNext(); this.getChildren().add(node)) { |
| | | node = (Tree)var3.next(); |
| | | Iterator var5 = children.iterator(); |
| | | |
| | | while(var5.hasNext()) { |
| | | Tree childnode = (Tree)var5.next(); |
| | | if (node.getOid().equalsIgnoreCase(childnode.getParentId())) { |
| | | childnode.setParentName(node.getText()); |
| | | if (StringUtils.isBlank(childnode.getParentBtmName())) { |
| | | childnode.setParentBtmName((String)node.getAttributes().get("btmname")); |
| | | } |
| | | node.getChildren().add(childnode); |
| | | } |
| | | } |
| | | |
| | | if (node.getChildren().size() > 0) { |
| | | this.findChild(node.getChildren(), children); |
| | | node.setLeaf(false); |
| | | } else { |
| | | node.setLeaf(true); |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Tree{oid='" + this.oid + '\'' + ", text='" + this.text + '\'' + ", leaf=" + this.leaf + ", showCheckbox=" + this.showCheckbox + ", checked=" + this.checked + ", children=" + this.children + ", icon='" + this.icon + '\'' + ", iconCls='" + this.iconCls + '\'' + ", parentId='" + this.parentId + '\'' + ", parentName='" + this.parentName + '\'' + ", parentBtmName='" + this.parentBtmName + '\'' + ", expanded=" + this.expanded + ", href='" + this.href + '\'' + ", index='" + this.index + '\'' + ", attributes=" + this.attributes + '}'; |
| | | } |
| | | } |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | /* |
| | | * |
| | | * Redistribution and use in source and binary forms, with or without |
| | | * modification, are permitted provided that the following conditions are met: |
| | | * |
| | | * Redistributions of source code must retain the above copyright notice, |
| | | * this list of conditions and the following disclaimer. |
| | | * Redistributions in binary form must reproduce the above copyright |
| | | * notice, this list of conditions and the following disclaimer in the |
| | | * documentation and/or other materials provided with the distribution. |
| | | * Neither the name of the dreamlu.net developer nor the names of its |
| | | * contributors may be used to endorse or promote products derived from |
| | | * this software without specific prior written permission. |
| | | * Author: Chill åºéª (smallchill@163.com) |
| | | */ |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | |
| | | |
| | | |
| | | /** |
| | | * ç¼ç è§å å®ä½ç±» |
| | | * |
| | | * @author ludc |
| | | * @since 2023-04-03 |
| | | */ |
| | | public class CodeRule extends BaseModel { |
| | | |
| | | /** |
| | | * åºåå |
| | | */ |
| | | private static final long serialVersionUID = -7142347409110551299L; |
| | | |
| | | /** |
| | | * è§åç¼å· |
| | | */ |
| | | private String id; |
| | | |
| | | /** |
| | | * è§åçåç§° |
| | | */ |
| | | private String name; |
| | | |
| | | /** |
| | | * è§åçæè¿° |
| | | */ |
| | | private String description; |
| | | |
| | | /** |
| | | * 便® |
| | | */ |
| | | private String accordingTo; |
| | | |
| | | /** |
| | | * åºç¡ç 段çç æ®µç±»åé¡ºåºæ¼æ¥èæçå符串 |
| | | */ |
| | | private String basicSecTypes; |
| | | |
| | | public String getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getDescription() { |
| | | return description; |
| | | } |
| | | |
| | | public void setDescription(String description) { |
| | | this.description = description; |
| | | } |
| | | |
| | | public String getAccordingTo() { |
| | | return accordingTo; |
| | | } |
| | | |
| | | public void setAccordingTo(String accordingTo) { |
| | | this.accordingTo = accordingTo; |
| | | } |
| | | |
| | | public String getBasicSecTypes() { |
| | | return basicSecTypes; |
| | | } |
| | | |
| | | public void setBasicSecTypes(String basicSecTypes) { |
| | | this.basicSecTypes = basicSecTypes; |
| | | } |
| | | |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | /** |
| | | * ç¼ç è§å管ç-å¼ç¨ç 段-åç
§é
ç½®-æ¾ç¤ºå±æ§é
ç½® |
| | | * |
| | | * @author ludc |
| | | * @date 2023/5/19 17:35 |
| | | */ |
| | | public class CodeShowFieldConfig implements Serializable { |
| | | |
| | | private static final long serialVersionUID = -71135592796848692L; |
| | | |
| | | /** |
| | | * ä¸»é® |
| | | */ |
| | | private String oid; |
| | | |
| | | /** |
| | | * ååæ®µ |
| | | */ |
| | | private String field; |
| | | |
| | | /** |
| | | * åå |
| | | */ |
| | | private String title; |
| | | |
| | | /** |
| | | * åæ®µç±»å |
| | | */ |
| | | private String fieldType; |
| | | |
| | | /** |
| | | * åè¡¨å¯æåº |
| | | */ |
| | | private String sort; |
| | | |
| | | /** |
| | | * æ¾ç¤ºç屿§ä¸ç-æåºå段 |
| | | */ |
| | | private String attrSortField; |
| | | |
| | | /** |
| | | * åæ®µå®½åº¦ |
| | | */ |
| | | private Integer width; |
| | | |
| | | /** |
| | | * ååºå®ä½ç½® |
| | | */ |
| | | private String fixedPosition; |
| | | |
| | | /** |
| | | * jsæ¾ç¤ºä»£ç |
| | | */ |
| | | private String templet; |
| | | |
| | | /** |
| | | * æ¯å¦å¿«éæ¥è¯¢ |
| | | */ |
| | | private String isQuery; |
| | | |
| | | /** |
| | | * å
³èçåç
§é
ç½®ä¸»é® |
| | | */ |
| | | private String referConfigOid; |
| | | |
| | | /** |
| | | * æåº |
| | | */ |
| | | private Integer orderNum; |
| | | |
| | | public String getOid() { |
| | | return oid; |
| | | } |
| | | |
| | | public void setOid(String oid) { |
| | | this.oid = oid; |
| | | } |
| | | |
| | | public String getField() { |
| | | return field; |
| | | } |
| | | |
| | | public void setField(String field) { |
| | | this.field = field; |
| | | } |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | | } |
| | | |
| | | public void setTitle(String title) { |
| | | this.title = title; |
| | | } |
| | | |
| | | public String getFieldType() { |
| | | return fieldType; |
| | | } |
| | | |
| | | public void setFieldType(String fieldType) { |
| | | this.fieldType = fieldType; |
| | | } |
| | | |
| | | public String getSort() { |
| | | return sort; |
| | | } |
| | | |
| | | public void setSort(String sort) { |
| | | this.sort = sort; |
| | | } |
| | | |
| | | public String getAttrSortField() { |
| | | return attrSortField; |
| | | } |
| | | |
| | | public void setAttrSortField(String attrSortField) { |
| | | this.attrSortField = attrSortField; |
| | | } |
| | | |
| | | public Integer getWidth() { |
| | | return width; |
| | | } |
| | | |
| | | public void setWidth(Integer width) { |
| | | this.width = width; |
| | | } |
| | | |
| | | public String getFixedPosition() { |
| | | return fixedPosition; |
| | | } |
| | | |
| | | public void setFixedPosition(String fixedPosition) { |
| | | this.fixedPosition = fixedPosition; |
| | | } |
| | | |
| | | public String getTemplet() { |
| | | return templet; |
| | | } |
| | | |
| | | public void setTemplet(String templet) { |
| | | this.templet = templet; |
| | | } |
| | | |
| | | public String getIsQuery() { |
| | | return isQuery; |
| | | } |
| | | |
| | | public void setIsQuery(String isQuery) { |
| | | this.isQuery = isQuery; |
| | | } |
| | | |
| | | public String getReferConfigOid() { |
| | | return referConfigOid; |
| | | } |
| | | |
| | | public void setReferConfigOid(String referConfigOid) { |
| | | this.referConfigOid = referConfigOid; |
| | | } |
| | | |
| | | public Integer getOrderNum() { |
| | | return orderNum; |
| | | } |
| | | |
| | | public void setOrderNum(Integer orderNum) { |
| | | this.orderNum = orderNum; |
| | | } |
| | | |
| | | |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config; |
| | | |
| | | |
| | | /** |
| | | * ç¼ç è§å管ç-å¼ç¨ç 段-åç
§é
ç½®-æ¾ç¤ºå±æ§é
ç½® |
| | | * |
| | | * @author ludc |
| | | * @date 2023/5/19 17:35 |
| | | */ |
| | | public class CodeShowFieldConfigVO extends CodeShowFieldConfig { |
| | | |
| | | private static final long serialVersionUID = -71135592796848692L; |
| | | |
| | | /** |
| | | * åæ®µç±»å-æ¾ç¤ºææ¬ |
| | | */ |
| | | private String fieldTypeText; |
| | | |
| | | /** |
| | | * ååºå®ä½ç½®-æ¾ç¤ºææ¬ |
| | | */ |
| | | private String fixedPositionText; |
| | | |
| | | public String getFieldTypeText() { |
| | | return fieldTypeText; |
| | | } |
| | | |
| | | public void setFieldTypeText(String fieldTypeText) { |
| | | this.fieldTypeText = fieldTypeText; |
| | | } |
| | | |
| | | public String getFixedPositionText() { |
| | | return fixedPositionText; |
| | | } |
| | | |
| | | public void setFixedPositionText(String fixedPositionText) { |
| | | this.fixedPositionText = fixedPositionText; |
| | | } |
| | | |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config; |
| | | |
| | | /** |
| | | * ç¼ç è§å管ç-å¼ç¨ç 段-åç
§é
ç½®-æç´¢æ¡ä»¶é
ç½® |
| | | * |
| | | * @author ludc |
| | | * @date 2023/5/19 17:36 |
| | | */ |
| | | |
| | | public class CodeSrchCondConfig { |
| | | |
| | | private static final long serialVersionUID = -51655155561881523L; |
| | | |
| | | /** |
| | | * ä¸»é® |
| | | */ |
| | | private String oid; |
| | | |
| | | /** |
| | | * çéåæ®µ |
| | | */ |
| | | private String filterField; |
| | | |
| | | /** |
| | | * çéç±»å |
| | | */ |
| | | private String filterType; |
| | | |
| | | /** |
| | | * çéçå¼ |
| | | */ |
| | | private String filterValue; |
| | | |
| | | /** |
| | | * å
³èçåç
§é
ç½®ä¸»é® |
| | | */ |
| | | private String referConfigOid; |
| | | |
| | | /** |
| | | * æåº |
| | | */ |
| | | private Integer orderNum; |
| | | |
| | | public String getOid() { |
| | | return oid; |
| | | } |
| | | |
| | | public void setOid(String oid) { |
| | | this.oid = oid; |
| | | } |
| | | |
| | | public String getFilterField() { |
| | | return filterField; |
| | | } |
| | | |
| | | public void setFilterField(String filterField) { |
| | | this.filterField = filterField; |
| | | } |
| | | |
| | | public String getFilterType() { |
| | | return filterType; |
| | | } |
| | | |
| | | public void setFilterType(String filterType) { |
| | | this.filterType = filterType; |
| | | } |
| | | |
| | | public String getFilterValue() { |
| | | return filterValue; |
| | | } |
| | | |
| | | public void setFilterValue(String filterValue) { |
| | | this.filterValue = filterValue; |
| | | } |
| | | |
| | | public String getReferConfigOid() { |
| | | return referConfigOid; |
| | | } |
| | | |
| | | public void setReferConfigOid(String referConfigOid) { |
| | | this.referConfigOid = referConfigOid; |
| | | } |
| | | |
| | | public Integer getOrderNum() { |
| | | return orderNum; |
| | | } |
| | | |
| | | public void setOrderNum(Integer orderNum) { |
| | | this.orderNum = orderNum; |
| | | } |
| | | |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config; |
| | | |
| | | |
| | | /** |
| | | * ç¼ç è§å管ç-å¼ç¨ç 段-åç
§é
ç½®-æç´¢æ¡ä»¶é
ç½® |
| | | * |
| | | * @author ludc |
| | | * @date 2023/5/19 17:36 |
| | | */ |
| | | |
| | | public class CodeSrchCondConfigVO extends CodeSrchCondConfig { |
| | | |
| | | private static final long serialVersionUID = -51655155561881523L; |
| | | |
| | | /** |
| | | * çéç±»å |
| | | */ |
| | | private String filterTypeText; |
| | | |
| | | public String getFilterTypeText() { |
| | | return filterTypeText; |
| | | } |
| | | |
| | | public void setFilterTypeText(String filterTypeText) { |
| | | this.filterTypeText = filterTypeText; |
| | | } |
| | | |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.dto; |
| | | |
| | | |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | |
| | | /** |
| | | * ç¼è¾çæ°æ®,å¨åæ¡æ°æ®å¢å åä¿®æ¹çæ¶åä½¿ç¨ |
| | | * @author weidy |
| | | * @date 2021-2-12 |
| | | */ |
| | | public class BaseModelDTO extends BaseModel { |
| | | |
| | | /** |
| | | * æ°æ® |
| | | */ |
| | | private Map<String,String> data = new HashMap<>(); |
| | | /** |
| | | * å表çä¸å¡ç±»å |
| | | */ |
| | | private String subBtmType; |
| | | |
| | | /** |
| | | * åè¡¨çæ°æ® |
| | | */ |
| | | private List<Map<String,String>> subTableData = new ArrayList<Map<String,String>>(); |
| | | |
| | | /** |
| | | * åç½®äºä»¶ |
| | | */ |
| | | private String preEvent; |
| | | |
| | | /** |
| | | * åç½®äºä»¶ |
| | | */ |
| | | private String postEvent; |
| | | |
| | | /** |
| | | * è¦åå¸çæä»¶çä¸»é® |
| | | */ |
| | | private List<String> releaseFileOids = new ArrayList<>(); |
| | | |
| | | /** |
| | | * åçæ¬¡ |
| | | */ |
| | | private boolean upVersion = false; |
| | | |
| | | /** |
| | | * æ¥æºæ°æ® |
| | | */ |
| | | private List<Map<String,String>> sourceData = new ArrayList<>(); |
| | | |
| | | /** |
| | | * éæ©æ°æ® |
| | | */ |
| | | private List<Map<String,String>> selectData = new ArrayList<>(); |
| | | |
| | | public List<Map<String, String>> getSourceData() { |
| | | return sourceData; |
| | | } |
| | | |
| | | public void setSourceData(List<Map<String, String>> sourceData) { |
| | | this.sourceData = sourceData; |
| | | } |
| | | |
| | | public List<Map<String, String>> getSelectData() { |
| | | return selectData; |
| | | } |
| | | |
| | | public void setSelectData(List<Map<String, String>> selectData) { |
| | | this.selectData = selectData; |
| | | } |
| | | |
| | | public boolean isUpVersion() { |
| | | return upVersion; |
| | | } |
| | | |
| | | public void setUpVersion(boolean upVersion) { |
| | | this.upVersion = upVersion; |
| | | } |
| | | |
| | | public String getPreEvent() { |
| | | return preEvent; |
| | | } |
| | | |
| | | public void setPreEvent(String preEvent) { |
| | | this.preEvent = preEvent; |
| | | } |
| | | |
| | | public String getPostEvent() { |
| | | return postEvent; |
| | | } |
| | | |
| | | public void setPostEvent(String postEvent) { |
| | | this.postEvent = postEvent; |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, String> getData() { |
| | | return data; |
| | | } |
| | | |
| | | @Override |
| | | public void setData(Map<String, String> data) { |
| | | this.data = data; |
| | | } |
| | | |
| | | public String getSubBtmType() { |
| | | return subBtmType; |
| | | } |
| | | |
| | | public void setSubBtmType(String subBtmType) { |
| | | this.subBtmType = subBtmType; |
| | | } |
| | | |
| | | public List<Map<String, String>> getSubTableData() { |
| | | return subTableData; |
| | | } |
| | | |
| | | public void setSubTableData(List<Map<String, String>> subTableData) { |
| | | this.subTableData = subTableData; |
| | | } |
| | | |
| | | public List<String> getReleaseFileOids() { |
| | | return releaseFileOids; |
| | | } |
| | | |
| | | public void setReleaseFileOids(List<String> releaseFileOids) { |
| | | this.releaseFileOids = releaseFileOids; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "BaseModelDTO{" + |
| | | "data=" + data + |
| | | ", subBtmType='" + subBtmType + '\'' + |
| | | ", subTableData=" + subTableData + |
| | | ", preEvent='" + preEvent + '\'' + |
| | | ", postEvent='" + postEvent + '\'' + |
| | | ", releaseFileOids=" + releaseFileOids + |
| | | ", upVersion=" + upVersion + |
| | | ", sourceData=" + sourceData + |
| | | ", selectData=" + selectData + |
| | | "} " + super.toString(); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.dto; |
| | | |
| | | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.dto.BaseModelDTO; |
| | | |
| | | /** |
| | | * ç¼ç ç³è¯·çä¿¡æ¯ |
| | | * @author weidy |
| | | * @date 2022-2-28 |
| | | */ |
| | | public class CodeOrderDTO extends BaseModelDTO { |
| | | |
| | | /** |
| | | * åºåå |
| | | */ |
| | | private static final long serialVersionUID = 1880155181507713245L; |
| | | /** |
| | | * 主é¢åºåç±»ä¸»é® |
| | | */ |
| | | private String codeClassifyOid; |
| | | |
| | | /** |
| | | * 模æ¿çä¸»é® |
| | | */ |
| | | private String templateOid; |
| | | /** |
| | | * ç¼ç è§åçä¸»é® |
| | | */ |
| | | private String codeRuleOid; |
| | | |
| | | /** |
| | | * æ¯å¦å¨æµç¨ä¸ä¸ä¿®æ¹ |
| | | */ |
| | | private boolean editInProcess; |
| | | |
| | | /** |
| | | * ç æ®µéæ©çä¿¡æ¯ |
| | | */ |
| | | private List<CodeOrderSecDTO> secDTOList; |
| | | |
| | | |
| | | /** |
| | | * æå¤§æµæ°´å· |
| | | */ |
| | | private int maxSecNum; |
| | | |
| | | public String getCodeClassifyOid() { |
| | | return codeClassifyOid; |
| | | } |
| | | |
| | | public void setCodeClassifyOid(String codeClassifyOid) { |
| | | this.codeClassifyOid = codeClassifyOid; |
| | | } |
| | | |
| | | public String getTemplateOid() { |
| | | return templateOid; |
| | | } |
| | | |
| | | public void setTemplateOid(String templateOid) { |
| | | this.templateOid = templateOid; |
| | | } |
| | | |
| | | public String getCodeRuleOid() { |
| | | return codeRuleOid; |
| | | } |
| | | |
| | | public void setCodeRuleOid(String codeRuleOid) { |
| | | this.codeRuleOid = codeRuleOid; |
| | | } |
| | | |
| | | public List<CodeOrderSecDTO> getSecDTOList() { |
| | | return secDTOList; |
| | | } |
| | | |
| | | public void setSecDTOList(List<CodeOrderSecDTO> secDTOList) { |
| | | this.secDTOList = secDTOList; |
| | | } |
| | | |
| | | public boolean isEditInProcess() { |
| | | return editInProcess; |
| | | } |
| | | |
| | | public void setEditInProcess(boolean editInProcess) { |
| | | this.editInProcess = editInProcess; |
| | | } |
| | | |
| | | public int getMaxSecNum() { |
| | | return maxSecNum; |
| | | } |
| | | |
| | | public void setMaxSecNum(int maxSecNum) { |
| | | this.maxSecNum = maxSecNum; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeOrderDTO{" + |
| | | "codeClassifyOid='" + codeClassifyOid + '\'' + |
| | | ", templateOid='" + templateOid + '\'' + |
| | | ", codeRuleOid='" + codeRuleOid + '\'' + |
| | | ", editInProcess=" + editInProcess + |
| | | ", secDTOList=" + secDTOList + |
| | | ", maxSecNum=" + maxSecNum + |
| | | '}'; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.dto; |
| | | |
| | | /** |
| | | * ç¼ç ç³è¯·çç æ®µç¸å
³ä¿¡æ¯ |
| | | * @author weidy |
| | | * @date 2022-02-28 |
| | | */ |
| | | public class CodeOrderSecDTO implements java.io.Serializable{ |
| | | |
| | | /** |
| | | * ç æ®µçä¸»é® |
| | | */ |
| | | private String secOid; |
| | | |
| | | /** |
| | | * ç æ®µå¨å端è¾å
¥çå
容 |
| | | */ |
| | | private String secValue; |
| | | |
| | | public String getSecOid() { |
| | | return secOid; |
| | | } |
| | | |
| | | public void setSecOid(String secOid) { |
| | | this.secOid = secOid; |
| | | } |
| | | |
| | | public String getSecValue() { |
| | | return secValue; |
| | | } |
| | | |
| | | public void setSecValue(String secValue) { |
| | | this.secValue = secValue; |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeOrderSecDTO{" + |
| | | "secOid='" + secOid + '\'' + |
| | | ", secValue='" + secValue + '\'' + |
| | | '}'; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.HashMap; |
| | | import java.util.Map; |
| | | public class BaseModel implements Serializable { |
| | | private String oid; |
| | | private String id; |
| | | private String name; |
| | | |
| | | /** |
| | | * ç§æ·ID |
| | | * @TableField(value = "tenant_id")è¿éå¿
é¡»è¦åï¼å¹¶ä¸å¿
é¡»æ¯è¦å°åç |
| | | */ |
| | | private String tenantId; |
| | | |
| | | private String description; |
| | | |
| | | private String revisionOid; |
| | | |
| | | private String nameOid; |
| | | |
| | | private String btmname; |
| | | |
| | | private String lastR; |
| | | |
| | | private String firstR; |
| | | |
| | | private String lastV; |
| | | |
| | | private String firstV; |
| | | |
| | | private String creator; |
| | | private String createTime; |
| | | |
| | | private String lastModifier; |
| | | private String lastModifyTime; |
| | | |
| | | private String revisionRule; |
| | | |
| | | private Integer revisionSeq; |
| | | |
| | | private String revisionValue; |
| | | |
| | | private String versionRule; |
| | | |
| | | private Integer versionSeq; |
| | | |
| | | private String versionValue; |
| | | private String lctid; |
| | | private String lcStatus; |
| | | private String lcStatusText; |
| | | private String ts; |
| | | |
| | | /** |
| | | * ææç |
| | | */ |
| | | private String owner; |
| | | |
| | | private String copyFromVersion; |
| | | |
| | | /** |
| | | * éè¦ä½¿ç¨å¯çº§çæ¶åï¼éè¦ç»§æ¿è¿ä¸ªå±æ§ |
| | | */ |
| | | private Integer secretGrade; |
| | | |
| | | private String secretGradeText; |
| | | |
| | | private Map<String, String> data = new HashMap<>(); |
| | | |
| | | public BaseModel() { |
| | | } |
| | | |
| | | public String getOid() { |
| | | return this.oid; |
| | | } |
| | | |
| | | public void setOid(String oid) { |
| | | this.oid = oid; |
| | | } |
| | | |
| | | public String getId() { |
| | | return this.id; |
| | | } |
| | | |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getName() { |
| | | return this.name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getDescription() { |
| | | return this.description; |
| | | } |
| | | |
| | | public void setDescription(String description) { |
| | | this.description = description; |
| | | } |
| | | |
| | | public String getRevisionOid() { |
| | | return this.revisionOid; |
| | | } |
| | | |
| | | public void setRevisionOid(String revisionOid) { |
| | | this.revisionOid = revisionOid; |
| | | } |
| | | |
| | | public String getNameOid() { |
| | | return this.nameOid; |
| | | } |
| | | |
| | | public void setNameOid(String nameOid) { |
| | | this.nameOid = nameOid; |
| | | } |
| | | |
| | | public String getBtmname() { |
| | | return this.btmname; |
| | | } |
| | | |
| | | public void setBtmname(String btmname) { |
| | | this.btmname = btmname; |
| | | } |
| | | |
| | | public String getLastR() { |
| | | return this.lastR; |
| | | } |
| | | |
| | | public void setLastR(String lastR) { |
| | | this.lastR = lastR; |
| | | } |
| | | |
| | | public String getFirstR() { |
| | | return this.firstR; |
| | | } |
| | | |
| | | public void setFirstR(String firstR) { |
| | | this.firstR = firstR; |
| | | } |
| | | |
| | | public String getLastV() { |
| | | return this.lastV; |
| | | } |
| | | |
| | | public void setLastV(String lastV) { |
| | | this.lastV = lastV; |
| | | } |
| | | |
| | | public String getFirstV() { |
| | | return this.firstV; |
| | | } |
| | | |
| | | public void setFirstV(String firstV) { |
| | | this.firstV = firstV; |
| | | } |
| | | |
| | | public String getCreator() { |
| | | return this.creator; |
| | | } |
| | | |
| | | public void setCreator(String creator) { |
| | | this.creator = creator; |
| | | } |
| | | |
| | | public String getLastModifier() { |
| | | return this.lastModifier; |
| | | } |
| | | |
| | | public void setLastModifier(String lastModifier) { |
| | | this.lastModifier = lastModifier; |
| | | } |
| | | |
| | | |
| | | public String getRevisionRule() { |
| | | return this.revisionRule; |
| | | } |
| | | |
| | | public void setRevisionRule(String revisionRule) { |
| | | this.revisionRule = revisionRule; |
| | | } |
| | | |
| | | public String getVersionRule() { |
| | | return this.versionRule; |
| | | } |
| | | |
| | | public void setVersionRule(String versionRule) { |
| | | this.versionRule = versionRule; |
| | | } |
| | | |
| | | public Integer getRevisionSeq() { |
| | | return this.revisionSeq; |
| | | } |
| | | |
| | | public void setRevisionSeq(Integer revisionSeq) { |
| | | this.revisionSeq = revisionSeq; |
| | | } |
| | | |
| | | public String getRevisionValue() { |
| | | return this.revisionValue; |
| | | } |
| | | |
| | | public void setRevisionValue(String revisionValue) { |
| | | this.revisionValue = revisionValue; |
| | | } |
| | | |
| | | public Integer getVersionSeq() { |
| | | return this.versionSeq; |
| | | } |
| | | |
| | | public void setVersionSeq(Integer versionSeq) { |
| | | this.versionSeq = versionSeq; |
| | | } |
| | | |
| | | public String getVersionValue() { |
| | | return this.versionValue; |
| | | } |
| | | |
| | | public void setVersionValue(String versionValue) { |
| | | this.versionValue = versionValue; |
| | | } |
| | | |
| | | public String getLcStatus() { |
| | | return this.lcStatus; |
| | | } |
| | | |
| | | public void setLcStatus(String lcStatus) { |
| | | this.lcStatus = lcStatus; |
| | | } |
| | | |
| | | |
| | | public String getOwner() { |
| | | return this.owner; |
| | | } |
| | | |
| | | public void setOwner(String owner) { |
| | | this.owner = owner; |
| | | } |
| | | |
| | | public String getCopyFromVersion() { |
| | | return this.copyFromVersion; |
| | | } |
| | | |
| | | public void setCopyFromVersion(String copyFromVersion) { |
| | | this.copyFromVersion = copyFromVersion; |
| | | } |
| | | |
| | | public String getLcStatusText() { |
| | | return this.lcStatusText; |
| | | } |
| | | |
| | | public void setLcStatusText(String lcStatusText) { |
| | | this.lcStatusText = lcStatusText; |
| | | } |
| | | |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getLastModifyTime() { |
| | | return lastModifyTime; |
| | | } |
| | | |
| | | public void setLastModifyTime(String lastModifyTime) { |
| | | this.lastModifyTime = lastModifyTime; |
| | | } |
| | | |
| | | public String getTs() { |
| | | return ts; |
| | | } |
| | | |
| | | public void setTs(String ts) { |
| | | this.ts = ts; |
| | | } |
| | | |
| | | public Integer getSecretGrade() { |
| | | return this.secretGrade; |
| | | } |
| | | |
| | | public void setSecretGrade(Integer secretGrade) { |
| | | this.secretGrade = secretGrade; |
| | | } |
| | | |
| | | public String getSecretGradeText() { |
| | | return this.secretGradeText; |
| | | } |
| | | |
| | | public void setSecretGradeText(String secretGradeText) { |
| | | this.secretGradeText = secretGradeText; |
| | | } |
| | | |
| | | public String getLctid() { |
| | | return this.lctid; |
| | | } |
| | | |
| | | public void setLctid(String lctid) { |
| | | this.lctid = lctid; |
| | | } |
| | | |
| | | public String getTenantId() { |
| | | return tenantId; |
| | | } |
| | | |
| | | public void setTenantId(String tenantId) { |
| | | this.tenantId = tenantId; |
| | | } |
| | | |
| | | public Map<String, String> getData() { |
| | | return this.data; |
| | | } |
| | | |
| | | public void setData(Map<String, String> data) { |
| | | this.data = data; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "BaseModel{oid='" + this.oid + '\'' + ", id='" + this.id + '\'' + ", name='" + this.name + '\'' + ", description='" + this.description + '\'' + ", revisionOid='" + this.revisionOid + '\'' + ", nameOid='" + this.nameOid + '\'' + ", btmname='" + this.btmname + '\'' + ", lastR='" + this.lastR + '\'' + ", firstR='" + this.firstR + '\'' + ", lastV='" + this.lastV + '\'' + ", firstV='" + this.firstV + '\'' + ", creator='" + this.creator + '\'' + ", createTime=" + this.createTime + ", lastModifier='" + this.lastModifier + '\'' + ", lastModifyTime=" + this.lastModifyTime + ", revisionRule='" + this.revisionRule + '\'' + ", revisionSeq=" + this.revisionSeq + ", revisionValue='" + this.revisionValue + '\'' + ", versionRule='" + this.versionRule + '\'' + ", versionSeq=" + this.versionSeq + ", versionValue='" + this.versionValue + '\'' + ", lctid='" + this.lctid + '\'' + ", lcStatus='" + this.lcStatus + '\'' + ", lcStatusText='" + this.lcStatusText + '\'' + ", ts=" + this.ts + ", owner='" + this.owner + '\'' + ", copyFromVersion='" + this.copyFromVersion + '\'' + ", secretGrade=" + this.secretGrade + ", secretGradeText='" + this.secretGradeText + '\'' + ", data=" + this.data + '}' + '\'' + ", tenantId=" + this.tenantId + '}'; |
| | | } |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.page; |
| | | |
| | | import java.util.Date; |
| | | import java.util.Map; |
| | | public class BaseModel { |
| | | private String oid; |
| | | private String id; |
| | | private String name; |
| | | private String description; |
| | | private String revisionOid; |
| | | private String nameOid; |
| | | private String btmname; |
| | | private String lastR; |
| | | private String firstR; |
| | | private String lastV; |
| | | private String firstV; |
| | | private String creator; |
| | | private Date createTime; |
| | | private String lastModifier; |
| | | private Date lastModifyTime; |
| | | private String revisionRule; |
| | | private Integer revisionSeq; |
| | | private String revisionValue; |
| | | private String versionRule; |
| | | private Integer versionSeq; |
| | | private String versionValue; |
| | | private String lcStatus; |
| | | private String lcStatusText; |
| | | private Date ts; |
| | | private String owner; |
| | | // private String checkInBy; |
| | | // private Date checkInTime; |
| | | // private String checkOutBy; |
| | | // private Date checkOutTime; |
| | | private String copyFromVersion; |
| | | private Integer secretGrade; |
| | | private String secretGradeText; |
| | | private String lctid; |
| | | private Map<String, String> data; |
| | | |
| | | public String getOid() { |
| | | return oid; |
| | | } |
| | | |
| | | public void setOid(String oid) { |
| | | this.oid = oid; |
| | | } |
| | | |
| | | public String getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getDescription() { |
| | | return description; |
| | | } |
| | | |
| | | public void setDescription(String description) { |
| | | this.description = description; |
| | | } |
| | | |
| | | public String getRevisionOid() { |
| | | return revisionOid; |
| | | } |
| | | |
| | | public void setRevisionOid(String revisionOid) { |
| | | this.revisionOid = revisionOid; |
| | | } |
| | | |
| | | public String getNameOid() { |
| | | return nameOid; |
| | | } |
| | | |
| | | public void setNameOid(String nameOid) { |
| | | this.nameOid = nameOid; |
| | | } |
| | | |
| | | public String getBtmname() { |
| | | return btmname; |
| | | } |
| | | |
| | | public void setBtmname(String btmname) { |
| | | this.btmname = btmname; |
| | | } |
| | | |
| | | public String getLastR() { |
| | | return lastR; |
| | | } |
| | | |
| | | public void setLastR(String lastR) { |
| | | this.lastR = lastR; |
| | | } |
| | | |
| | | public String getFirstR() { |
| | | return firstR; |
| | | } |
| | | |
| | | public void setFirstR(String firstR) { |
| | | this.firstR = firstR; |
| | | } |
| | | |
| | | public String getLastV() { |
| | | return lastV; |
| | | } |
| | | |
| | | public void setLastV(String lastV) { |
| | | this.lastV = lastV; |
| | | } |
| | | |
| | | public String getFirstV() { |
| | | return firstV; |
| | | } |
| | | |
| | | public void setFirstV(String firstV) { |
| | | this.firstV = firstV; |
| | | } |
| | | |
| | | public String getCreator() { |
| | | return creator; |
| | | } |
| | | |
| | | public void setCreator(String creator) { |
| | | this.creator = creator; |
| | | } |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getLastModifier() { |
| | | return lastModifier; |
| | | } |
| | | |
| | | public void setLastModifier(String lastModifier) { |
| | | this.lastModifier = lastModifier; |
| | | } |
| | | |
| | | public Date getLastModifyTime() { |
| | | return lastModifyTime; |
| | | } |
| | | |
| | | public void setLastModifyTime(Date lastModifyTime) { |
| | | this.lastModifyTime = lastModifyTime; |
| | | } |
| | | |
| | | public String getRevisionRule() { |
| | | return revisionRule; |
| | | } |
| | | |
| | | public void setRevisionRule(String revisionRule) { |
| | | this.revisionRule = revisionRule; |
| | | } |
| | | |
| | | public Integer getRevisionSeq() { |
| | | return revisionSeq; |
| | | } |
| | | |
| | | public void setRevisionSeq(Integer revisionSeq) { |
| | | this.revisionSeq = revisionSeq; |
| | | } |
| | | |
| | | public String getRevisionValue() { |
| | | return revisionValue; |
| | | } |
| | | |
| | | public void setRevisionValue(String revisionValue) { |
| | | this.revisionValue = revisionValue; |
| | | } |
| | | |
| | | public String getVersionRule() { |
| | | return versionRule; |
| | | } |
| | | |
| | | public void setVersionRule(String versionRule) { |
| | | this.versionRule = versionRule; |
| | | } |
| | | |
| | | public Integer getVersionSeq() { |
| | | return versionSeq; |
| | | } |
| | | |
| | | public void setVersionSeq(Integer versionSeq) { |
| | | this.versionSeq = versionSeq; |
| | | } |
| | | |
| | | public String getVersionValue() { |
| | | return versionValue; |
| | | } |
| | | |
| | | public void setVersionValue(String versionValue) { |
| | | this.versionValue = versionValue; |
| | | } |
| | | |
| | | public String getLcStatus() { |
| | | return lcStatus; |
| | | } |
| | | |
| | | public void setLcStatus(String lcStatus) { |
| | | this.lcStatus = lcStatus; |
| | | } |
| | | |
| | | public String getLcStatusText() { |
| | | return lcStatusText; |
| | | } |
| | | |
| | | public void setLcStatusText(String lcStatusText) { |
| | | this.lcStatusText = lcStatusText; |
| | | } |
| | | |
| | | public Date getTs() { |
| | | return ts; |
| | | } |
| | | |
| | | public void setTs(Date ts) { |
| | | this.ts = ts; |
| | | } |
| | | |
| | | public String getOwner() { |
| | | return owner; |
| | | } |
| | | |
| | | public void setOwner(String owner) { |
| | | this.owner = owner; |
| | | } |
| | | |
| | | public String getCopyFromVersion() { |
| | | return copyFromVersion; |
| | | } |
| | | |
| | | public void setCopyFromVersion(String copyFromVersion) { |
| | | this.copyFromVersion = copyFromVersion; |
| | | } |
| | | |
| | | public Integer getSecretGrade() { |
| | | return secretGrade; |
| | | } |
| | | |
| | | public void setSecretGrade(Integer secretGrade) { |
| | | this.secretGrade = secretGrade; |
| | | } |
| | | |
| | | public String getSecretGradeText() { |
| | | return secretGradeText; |
| | | } |
| | | |
| | | public void setSecretGradeText(String secretGradeText) { |
| | | this.secretGradeText = secretGradeText; |
| | | } |
| | | |
| | | public String getLctid() { |
| | | return lctid; |
| | | } |
| | | |
| | | public void setLctid(String lctid) { |
| | | this.lctid = lctid; |
| | | } |
| | | |
| | | public Map<String, String> getData() { |
| | | return data; |
| | | } |
| | | |
| | | public void setData(Map<String, String> data) { |
| | | this.data = data; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "BaseModel{" + |
| | | "oid='" + oid + '\'' + |
| | | ", id='" + id + '\'' + |
| | | ", name='" + name + '\'' + |
| | | ", description='" + description + '\'' + |
| | | ", revisionOid='" + revisionOid + '\'' + |
| | | ", nameOid='" + nameOid + '\'' + |
| | | ", btmname='" + btmname + '\'' + |
| | | ", lastR='" + lastR + '\'' + |
| | | ", firstR='" + firstR + '\'' + |
| | | ", lastV='" + lastV + '\'' + |
| | | ", firstV='" + firstV + '\'' + |
| | | ", creator='" + creator + '\'' + |
| | | ", createTime=" + createTime + |
| | | ", lastModifier='" + lastModifier + '\'' + |
| | | ", lastModifyTime=" + lastModifyTime + |
| | | ", revisionRule='" + revisionRule + '\'' + |
| | | ", revisionSeq=" + revisionSeq + |
| | | ", revisionValue='" + revisionValue + '\'' + |
| | | ", versionRule='" + versionRule + '\'' + |
| | | ", versionSeq=" + versionSeq + |
| | | ", versionValue='" + versionValue + '\'' + |
| | | ", lcStatus='" + lcStatus + '\'' + |
| | | ", lcStatusText='" + lcStatusText + '\'' + |
| | | ", ts=" + ts + |
| | | ", owner='" + owner + '\'' + |
| | | ", copyFromVersion='" + copyFromVersion + '\'' + |
| | | ", secretGrade=" + secretGrade + |
| | | ", secretGradeText='" + secretGradeText + '\'' + |
| | | ", lctid='" + lctid + '\'' + |
| | | ", data=" + data + |
| | | '}'; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | |
| | | |
| | | |
| | | /** |
| | | * ç æ®µåºç¡ä¿¡æ¯æ¾ç¤ºå¯¹è±¡ |
| | | * |
| | | * @author ludc |
| | | * @date 2023-04-24 |
| | | */ |
| | | public class CodeBasicSecVO extends BaseModel { |
| | | |
| | | /** |
| | | * ç¦æ¢ä¿®æ¹è¿ä¸ªå¼ |
| | | */ |
| | | private static final long serialVersionUID = 4615707118400017877L; |
| | | |
| | | /** |
| | | * ç æ®µç±»å |
| | | */ |
| | | private String secType; |
| | | |
| | | /** |
| | | * ç æ®µç±»åæ¾ç¤ºææ¬ |
| | | */ |
| | | private String secTypeText; |
| | | |
| | | /** |
| | | * æå±ç¼ç è§å |
| | | */ |
| | | private String pkCodeRule; |
| | | |
| | | /** |
| | | * ç æ®µæåºå· |
| | | */ |
| | | private Integer orderNum; |
| | | |
| | | /** |
| | | * ç æ®µé¿åº¦ç±»å |
| | | */ |
| | | private String codeSecLengthType; |
| | | /** |
| | | * ç æ®µé¿åº¦ç±»åæ¾ç¤ºææ¬ |
| | | */ |
| | | private String codeSecLengthTypeText; |
| | | |
| | | /** |
| | | * ç æ®µé¿åº¦ |
| | | */ |
| | | private String codeSecLength; |
| | | |
| | | /** |
| | | * å¼ç¨ç屿§çææ¬ |
| | | */ |
| | | private String referAttributeName; |
| | | |
| | | /** |
| | | * å¼ç¨ç屿§è±æåç§° |
| | | */ |
| | | private String referAttributeId; |
| | | |
| | | /** |
| | | * åå¼è§å |
| | | */ |
| | | private String getValueClass ; |
| | | |
| | | //å端è¾å
¥åèªå¨å å
¥å°æä¸¾ä¸ |
| | | /** |
| | | * æ¥ææ ¼å¼ |
| | | */ |
| | | private String codeDateFormatStr; |
| | | /*** |
| | | * æ¥ææ¾ç¤ºå¼. |
| | | */ |
| | | private String codeDateValue; |
| | | |
| | | /** |
| | | * å±çº§ç±»å |
| | | */ |
| | | private String codeLevelType; |
| | | |
| | | /** |
| | | * å±çº§ç±»åæ¾ç¤ºææ¬ |
| | | */ |
| | | private String codeLevelTypeText; |
| | | |
| | | /** |
| | | * å±çº§çå¼ |
| | | */ |
| | | private Integer codeLevelValue; |
| | | |
| | | /** |
| | | * 弿ªåé¿åº¦ |
| | | */ |
| | | private Integer valueCutLength; |
| | | |
| | | /** |
| | | * å符æªåç±»å |
| | | */ |
| | | private String valueCutType; |
| | | |
| | | /** |
| | | * å符串æªåç±»åæ¾ç¤ºææ¬ |
| | | */ |
| | | private String valueCutTypeText; |
| | | |
| | | /** |
| | | * åå¼ç±»å |
| | | */ |
| | | private String codeGetValueType; |
| | | |
| | | /** |
| | | * åå¼ç±»åæ¾ç¤ºææ¬ |
| | | */ |
| | | private String codeGetValueTypeText; |
| | | |
| | | /** |
| | | * å¼ç¨ç屿§æå±çåºåç±» |
| | | */ |
| | | private String referCodeClassifyOid; |
| | | |
| | | /** |
| | | * å¼ç¨ç屿§æå±åºåç±»åç§° |
| | | */ |
| | | private String referCodeClassifyOidName; |
| | | |
| | | /** |
| | | * å¼ç¨çä¸å¡ç±»å |
| | | */ |
| | | private String referBtmId; |
| | | |
| | | /** |
| | | * å¼ç¨çä¸å¡ç±»ååç§° |
| | | */ |
| | | private String referBtmName; |
| | | |
| | | /** |
| | | * åç
§ççªå£é
ç½® |
| | | */ |
| | | private String referConfig; |
| | | |
| | | /** |
| | | * æ¾ç¤ºä¿¡æ¯ |
| | | */ |
| | | private String referValueInfo; |
| | | |
| | | /** |
| | | * è¿æ»¤çsqlå
容 |
| | | */ |
| | | private String filterSql ; |
| | | |
| | | /** |
| | | * æµæ°´å·èµ·å§å¼ |
| | | */ |
| | | private String serialStart; |
| | | |
| | | /** |
| | | * æµæ°´çæ¥é¿ |
| | | */ |
| | | private Integer serialStep; |
| | | |
| | | /** |
| | | * ç¼ç è¡¥ä½æ¹å¼ |
| | | */ |
| | | private String codeFillType; |
| | | |
| | | /** |
| | | * ç¼ç è¡¥ä½æ¹å¼æ¾ç¤ºææ¬ |
| | | */ |
| | | private String codeFillTypeText; |
| | | |
| | | /** |
| | | * è¡¥ä½æ¶çå符 |
| | | */ |
| | | private String codeFillSeparator; |
| | | |
| | | /** |
| | | * å¡«å
é¿åº¦ |
| | | */ |
| | | private String codeFillLength; |
| | | |
| | | /** |
| | | * ä¸é |
| | | */ |
| | | private Integer codeFillLimit; |
| | | |
| | | /** |
| | | * æµæ°´æ¯å¦è¡¥ç |
| | | */ |
| | | private String codeFillFlag; |
| | | |
| | | /** |
| | | * èªå®ä¹çæµæ°´ç®æ³ç±» |
| | | */ |
| | | private String customCodeSerialClass; |
| | | |
| | | /** |
| | | * æ¯å¦èªå¨å¹é
åç±»å¼ |
| | | */ |
| | | private String matchClassifyValueFlag; |
| | | |
| | | /** |
| | | * ç¶åç±»ç æ®µä¸»é® |
| | | */ |
| | | private String parentClassifySecOid; |
| | | |
| | | /** |
| | | * ç¶åç±»ç æ®µåç§° |
| | | */ |
| | | private String parentClassifySecText; |
| | | |
| | | /** |
| | | * æ¯å¦å¯ä»¥ä¸ºç©º |
| | | */ |
| | | private String nullableFlag; |
| | | |
| | | /** |
| | | * æ¯å¦åä¸ç¼ç |
| | | */ |
| | | private String componentCodeFlag; |
| | | |
| | | /** |
| | | * æ¯å¦æµæ°´ä¾èµ |
| | | */ |
| | | private String serialDependFlag; |
| | | |
| | | /** |
| | | * æ¯å¦æ¾ç¤º |
| | | */ |
| | | private String displayFlag; |
| | | |
| | | /** |
| | | * æµæ°´ä¾èµé¡ºåº |
| | | */ |
| | | private Integer serialDependOrder; |
| | | |
| | | /** |
| | | * ç å¼ç³è¯·è¡¨å䏿¾ç¤ºéèçç¶æï¼ 1(å¯è¾)ã2(åªè¯»)ã3(éè) |
| | | */ |
| | | private Integer codeValueApplyStatus; |
| | | |
| | | /** |
| | | * åºå®ç çç å¼å
容 |
| | | */ |
| | | private List<CodeFixedValueVO> fixedValueVOList; |
| | | |
| | | public String getSecType() { |
| | | return secType; |
| | | } |
| | | |
| | | public void setSecType(String secType) { |
| | | this.secType = secType; |
| | | } |
| | | |
| | | public String getSecTypeText() { |
| | | return secTypeText; |
| | | } |
| | | |
| | | public void setSecTypeText(String secTypeText) { |
| | | this.secTypeText = secTypeText; |
| | | } |
| | | |
| | | public String getPkCodeRule() { |
| | | return pkCodeRule; |
| | | } |
| | | |
| | | public void setPkCodeRule(String pkCodeRule) { |
| | | this.pkCodeRule = pkCodeRule; |
| | | } |
| | | |
| | | public Integer getOrderNum() { |
| | | return orderNum; |
| | | } |
| | | |
| | | public void setOrderNum(Integer orderNum) { |
| | | this.orderNum = orderNum; |
| | | } |
| | | |
| | | public String getCodeSecLengthType() { |
| | | return codeSecLengthType; |
| | | } |
| | | |
| | | public void setCodeSecLengthType(String codeSecLengthType) { |
| | | this.codeSecLengthType = codeSecLengthType; |
| | | } |
| | | |
| | | public String getCodeSecLengthTypeText() { |
| | | return codeSecLengthTypeText; |
| | | } |
| | | |
| | | public void setCodeSecLengthTypeText(String codeSecLengthTypeText) { |
| | | this.codeSecLengthTypeText = codeSecLengthTypeText; |
| | | } |
| | | |
| | | public String getCodeSecLength() { |
| | | return codeSecLength; |
| | | } |
| | | |
| | | public void setCodeSecLength(String codeSecLength) { |
| | | this.codeSecLength = codeSecLength; |
| | | } |
| | | |
| | | public String getReferAttributeName() { |
| | | return referAttributeName; |
| | | } |
| | | |
| | | public void setReferAttributeName(String referAttributeName) { |
| | | this.referAttributeName = referAttributeName; |
| | | } |
| | | |
| | | public String getReferAttributeId() { |
| | | return referAttributeId; |
| | | } |
| | | |
| | | public void setReferAttributeId(String referAttributeId) { |
| | | this.referAttributeId = referAttributeId; |
| | | } |
| | | |
| | | public String getGetValueClass() { |
| | | return getValueClass; |
| | | } |
| | | |
| | | public void setGetValueClass(String getValueClass) { |
| | | this.getValueClass = getValueClass; |
| | | } |
| | | |
| | | public String getCodeDateFormatStr() { |
| | | return codeDateFormatStr; |
| | | } |
| | | |
| | | public void setCodeDateFormatStr(String codeDateFormatStr) { |
| | | this.codeDateFormatStr = codeDateFormatStr; |
| | | } |
| | | |
| | | public String getCodeLevelType() { |
| | | return codeLevelType; |
| | | } |
| | | |
| | | public void setCodeLevelType(String codeLevelType) { |
| | | this.codeLevelType = codeLevelType; |
| | | } |
| | | |
| | | public String getCodeLevelTypeText() { |
| | | return codeLevelTypeText; |
| | | } |
| | | |
| | | public void setCodeLevelTypeText(String codeLevelTypeText) { |
| | | this.codeLevelTypeText = codeLevelTypeText; |
| | | } |
| | | |
| | | public Integer getCodeLevelValue() { |
| | | return codeLevelValue; |
| | | } |
| | | |
| | | public void setCodeLevelValue(Integer codeLevelValue) { |
| | | this.codeLevelValue = codeLevelValue; |
| | | } |
| | | |
| | | public Integer getValueCutLength() { |
| | | return valueCutLength; |
| | | } |
| | | |
| | | public void setValueCutLength(Integer valueCutLength) { |
| | | this.valueCutLength = valueCutLength; |
| | | } |
| | | |
| | | public String getValueCutType() { |
| | | return valueCutType; |
| | | } |
| | | |
| | | public void setValueCutType(String valueCutType) { |
| | | this.valueCutType = valueCutType; |
| | | } |
| | | |
| | | public String getValueCutTypeText() { |
| | | return valueCutTypeText; |
| | | } |
| | | |
| | | public void setValueCutTypeText(String valueCutTypeText) { |
| | | this.valueCutTypeText = valueCutTypeText; |
| | | } |
| | | |
| | | public String getCodeGetValueType() { |
| | | return codeGetValueType; |
| | | } |
| | | |
| | | public void setCodeGetValueType(String codeGetValueType) { |
| | | this.codeGetValueType = codeGetValueType; |
| | | } |
| | | |
| | | public String getCodeGetValueTypeText() { |
| | | return codeGetValueTypeText; |
| | | } |
| | | |
| | | public void setCodeGetValueTypeText(String codeGetValueTypeText) { |
| | | this.codeGetValueTypeText = codeGetValueTypeText; |
| | | } |
| | | |
| | | public String getReferCodeClassifyOid() { |
| | | return referCodeClassifyOid; |
| | | } |
| | | |
| | | public void setReferCodeClassifyOid(String referCodeClassifyOid) { |
| | | this.referCodeClassifyOid = referCodeClassifyOid; |
| | | } |
| | | |
| | | public String getReferCodeClassifyOidName() { |
| | | return referCodeClassifyOidName; |
| | | } |
| | | |
| | | public void setReferCodeClassifyOidName(String referCodeClassifyOidName) { |
| | | this.referCodeClassifyOidName = referCodeClassifyOidName; |
| | | } |
| | | |
| | | public String getReferBtmId() { |
| | | return referBtmId; |
| | | } |
| | | |
| | | public void setReferBtmId(String referBtmId) { |
| | | this.referBtmId = referBtmId; |
| | | } |
| | | |
| | | public String getReferBtmName() { |
| | | return referBtmName; |
| | | } |
| | | |
| | | public void setReferBtmName(String referBtmName) { |
| | | this.referBtmName = referBtmName; |
| | | } |
| | | |
| | | public String getReferConfig() { |
| | | return referConfig; |
| | | } |
| | | |
| | | public void setReferConfig(String referConfig) { |
| | | this.referConfig = referConfig; |
| | | } |
| | | |
| | | public String getReferValueInfo() { |
| | | return referValueInfo; |
| | | } |
| | | |
| | | public void setReferValueInfo(String referValueInfo) { |
| | | this.referValueInfo = referValueInfo; |
| | | } |
| | | |
| | | public String getFilterSql() { |
| | | return filterSql; |
| | | } |
| | | |
| | | public void setFilterSql(String filterSql) { |
| | | this.filterSql = filterSql; |
| | | } |
| | | |
| | | public String getSerialStart() { |
| | | return serialStart; |
| | | } |
| | | |
| | | public void setSerialStart(String serialStart) { |
| | | this.serialStart = serialStart; |
| | | } |
| | | |
| | | public Integer getSerialStep() { |
| | | return serialStep; |
| | | } |
| | | |
| | | public void setSerialStep(Integer serialStep) { |
| | | this.serialStep = serialStep; |
| | | } |
| | | |
| | | public String getCodeFillType() { |
| | | return codeFillType; |
| | | } |
| | | |
| | | public void setCodeFillType(String codeFillType) { |
| | | this.codeFillType = codeFillType; |
| | | } |
| | | |
| | | public String getCodeFillTypeText() { |
| | | return codeFillTypeText; |
| | | } |
| | | |
| | | public void setCodeFillTypeText(String codeFillTypeText) { |
| | | this.codeFillTypeText = codeFillTypeText; |
| | | } |
| | | |
| | | public String getCodeFillSeparator() { |
| | | return codeFillSeparator; |
| | | } |
| | | |
| | | public void setCodeFillSeparator(String codeFillSeparator) { |
| | | this.codeFillSeparator = codeFillSeparator; |
| | | } |
| | | |
| | | public String getCodeFillLength() { |
| | | return codeFillLength; |
| | | } |
| | | |
| | | public void setCodeFillLength(String codeFillLength) { |
| | | this.codeFillLength = codeFillLength; |
| | | } |
| | | |
| | | public Integer getCodeFillLimit() { |
| | | return codeFillLimit; |
| | | } |
| | | |
| | | public void setCodeFillLimit(Integer codeFillLimit) { |
| | | this.codeFillLimit = codeFillLimit; |
| | | } |
| | | |
| | | public String getCodeFillFlag() { |
| | | return codeFillFlag; |
| | | } |
| | | |
| | | public void setCodeFillFlag(String codeFillFlag) { |
| | | this.codeFillFlag = codeFillFlag; |
| | | } |
| | | |
| | | public String getCustomCodeSerialClass() { |
| | | return customCodeSerialClass; |
| | | } |
| | | |
| | | public void setCustomCodeSerialClass(String customCodeSerialClass) { |
| | | this.customCodeSerialClass = customCodeSerialClass; |
| | | } |
| | | |
| | | public String getMatchClassifyValueFlag() { |
| | | return matchClassifyValueFlag; |
| | | } |
| | | |
| | | public void setMatchClassifyValueFlag(String matchClassifyValueFlag) { |
| | | this.matchClassifyValueFlag = matchClassifyValueFlag; |
| | | } |
| | | |
| | | public String getParentClassifySecOid() { |
| | | return parentClassifySecOid; |
| | | } |
| | | |
| | | public void setParentClassifySecOid(String parentClassifySecOid) { |
| | | this.parentClassifySecOid = parentClassifySecOid; |
| | | } |
| | | |
| | | public String getParentClassifySecText() { |
| | | return parentClassifySecText; |
| | | } |
| | | |
| | | public void setParentClassifySecText(String parentClassifySecText) { |
| | | this.parentClassifySecText = parentClassifySecText; |
| | | } |
| | | |
| | | public String getNullableFlag() { |
| | | return nullableFlag; |
| | | } |
| | | |
| | | public void setNullableFlag(String nullableFlag) { |
| | | this.nullableFlag = nullableFlag; |
| | | } |
| | | |
| | | public String getComponentCodeFlag() { |
| | | return componentCodeFlag; |
| | | } |
| | | |
| | | public void setComponentCodeFlag(String componentCodeFlag) { |
| | | this.componentCodeFlag = componentCodeFlag; |
| | | } |
| | | |
| | | public String getSerialDependFlag() { |
| | | return serialDependFlag; |
| | | } |
| | | |
| | | public void setSerialDependFlag(String serialDependFlag) { |
| | | this.serialDependFlag = serialDependFlag; |
| | | } |
| | | |
| | | public String getDisplayFlag() { |
| | | return displayFlag; |
| | | } |
| | | |
| | | public void setDisplayFlag(String displayFlag) { |
| | | this.displayFlag = displayFlag; |
| | | } |
| | | |
| | | public Integer getSerialDependOrder() { |
| | | return serialDependOrder; |
| | | } |
| | | |
| | | public void setSerialDependOrder(Integer serialDependOrder) { |
| | | this.serialDependOrder = serialDependOrder; |
| | | } |
| | | |
| | | public Integer getCodeValueApplyStatus() { |
| | | return codeValueApplyStatus; |
| | | } |
| | | |
| | | public void setCodeValueApplyStatus(Integer codeValueApplyStatus) { |
| | | this.codeValueApplyStatus = codeValueApplyStatus; |
| | | } |
| | | |
| | | public List<CodeFixedValueVO> getFixedValueVOList() { |
| | | return fixedValueVOList; |
| | | } |
| | | |
| | | public void setFixedValueVOList(List<CodeFixedValueVO> fixedValueVOList) { |
| | | this.fixedValueVOList = fixedValueVOList; |
| | | } |
| | | |
| | | public String getCodeDateValue() { |
| | | return codeDateValue; |
| | | } |
| | | |
| | | public void setCodeDateValue(String codeDateValue) { |
| | | this.codeDateValue = codeDateValue; |
| | | } |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 主é¢åºåç±»çæ¨¡æ¿å±æ§æ¾ç¤ºå¯¹è±¡ |
| | | * |
| | | * @author weidy |
| | | * @date 2022-01-24 |
| | | */ |
| | | public class CodeClassifyTemplateAttrVO extends BaseModel { |
| | | |
| | | /** |
| | | * ç¦æ¢ä¿®æ¹è¿ä¸ªå¼ |
| | | */ |
| | | private static final long serialVersionUID = 4615707119806919617L; |
| | | |
| | | /** |
| | | * æå±æ¨¡æ¿ |
| | | */ |
| | | private String classifyTemplateOid; |
| | | |
| | | /** |
| | | * æå±æ¨¡æ¿æ¾ç¤ºææ¬ |
| | | */ |
| | | private String classifyTemplateOidName; |
| | | |
| | | /** |
| | | * æå±åç±»ä¸ç屿§ä¸»é® |
| | | */ |
| | | private String classifyAttributeOid; |
| | | |
| | | /** |
| | | * æå±åç±»ä¸ç屿§ä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | private String classifyAttributeOidName; |
| | | |
| | | /** |
| | | * 屿§çç±»å |
| | | */ |
| | | private String attributeDataType; |
| | | |
| | | /** |
| | | * 屿§ç±»åæ¾ç¤º |
| | | */ |
| | | private String attributeDataTypeText; |
| | | |
| | | /** |
| | | * æ¯å¦å
³é®å±æ§ |
| | | */ |
| | | private String keyAttrFlag; |
| | | |
| | | /** |
| | | * æ¯å¦å¿«éæ¥è¯¢å±æ§ |
| | | */ |
| | | private String queryAttrFlag; |
| | | |
| | | /** |
| | | * æ¯å¦é«çº§æ¥è¯¢å±æ§ |
| | | */ |
| | | private String seniorQueryAttrFlag; |
| | | |
| | | /** |
| | | * ç¸ä¼¼æ¥é屿§ |
| | | */ |
| | | private String sameRepeatAttrFlag; |
| | | |
| | | /** |
| | | * æ¯å¦æåº |
| | | */ |
| | | private String sortAttrFlag; |
| | | |
| | | /** |
| | | * æ¯å¦çæäºç»´ç |
| | | */ |
| | | private String qrcodeFlag; |
| | | |
| | | /** |
| | | * æ¯å¦çæä¸ç»´ç |
| | | */ |
| | | private String barcodeFlag; |
| | | |
| | | /** |
| | | * ç»åè§å |
| | | */ |
| | | private String componentRule; |
| | | |
| | | /** |
| | | * éªè¯è§å |
| | | */ |
| | | private String verifyRule; |
| | | |
| | | /** |
| | | * å类注å
¥å±çº§ |
| | | */ |
| | | private String classifyInvokeLevel; |
| | | |
| | | /** |
| | | * å类注å
¥ç屿§è±æåç§° |
| | | */ |
| | | private String classifyInvokeAttr; |
| | | |
| | | /** |
| | | * å类注å
¥ç屿§ä¸æåç§° |
| | | */ |
| | | private String classifyInvokeAttrName; |
| | | |
| | | /** |
| | | * å类注å
¥æ¯å¦å¯ä»¥ç¼è¾ |
| | | */ |
| | | private String classifyInvokeEditFlag; |
| | | |
| | | /** |
| | | * ç å¼åºå· |
| | | */ |
| | | private Integer orderNum; |
| | | |
| | | /** |
| | | * 表å鿝妿¾ç¤º |
| | | */ |
| | | private String formDisplayFlag; |
| | | |
| | | /** |
| | | * åè¡¨éæ¯å¦æ¾ç¤º |
| | | */ |
| | | private String tableDisplayFlag; |
| | | |
| | | /** |
| | | * æå±å±æ§åç» |
| | | */ |
| | | private String attributeGroup; |
| | | |
| | | /** |
| | | * ä½¿ç¨æä¸¾è±æç¼å· |
| | | */ |
| | | private String enumId; |
| | | |
| | | /** |
| | | * ä½¿ç¨æä¸¾ä¸æåç§° |
| | | */ |
| | | private String enumName; |
| | | |
| | | /** |
| | | * æä¸¾æ¯å¦å¯ä»¥ç¼è¾ |
| | | */ |
| | | private String enumEditFlag; |
| | | |
| | | /** |
| | | * åç
§çä¸å¡ç±»åè±æåç§° |
| | | */ |
| | | private String referBtmId; |
| | | |
| | | /** |
| | | * åç
§çä¸å¡ç±»å䏿åç§° |
| | | */ |
| | | private String referBtmName; |
| | | |
| | | /** |
| | | * åç
§çªå£é
ç½® |
| | | */ |
| | | private String referConfig; |
| | | |
| | | /** |
| | | * æ¯å¦å¿
è¾ |
| | | */ |
| | | private String requireFlag; |
| | | |
| | | /** |
| | | * æ¯å¦åªè¯» |
| | | */ |
| | | private String readOnlyFlag; |
| | | |
| | | /** |
| | | * 屿§æ§å¶è¾å
¥çé¿åº¦ |
| | | */ |
| | | private Integer controlLength; |
| | | |
| | | /** |
| | | * 表åéæ¾ç¤ºçæ ·å¼ |
| | | */ |
| | | private String formDisplayStyle; |
| | | |
| | | /** |
| | | * è¡¨æ ¼éæ¾ç¤ºçæ ·å¼ |
| | | */ |
| | | private String tableDisplayStyle; |
| | | |
| | | /** |
| | | * 表åä¸è¶
龿¥å
容 |
| | | */ |
| | | private String formHref; |
| | | |
| | | /** |
| | | * è¡¨æ ¼ä¸è¶
龿¥å
容 |
| | | */ |
| | | private String tableHref; |
| | | |
| | | /** |
| | | * å°æ°ç²¾åº¦ |
| | | */ |
| | | private Integer precisionLength; |
| | | |
| | | /** |
| | | * å°æ°å»åº¦ |
| | | */ |
| | | private Integer scaleLength; |
| | | |
| | | /** |
| | | * åå¼èå´ |
| | | */ |
| | | private String valueArea; |
| | | |
| | | /** |
| | | * æ¶é´æ ¼å¼ |
| | | */ |
| | | private String codeDateFormat; |
| | | |
| | | /** |
| | | * è¡¨æ ¼éæ¾ç¤ºè°ç¨çjs |
| | | */ |
| | | private String tableDisplayJs; |
| | | |
| | | /** |
| | | * æ¯å¦æ¾ç¤ºå¤è¡ææ¬ |
| | | */ |
| | | private String textAreaFlag; |
| | | |
| | | /** |
| | | * é¢è§å¾ |
| | | */ |
| | | private String imageFlag; |
| | | |
| | | /** |
| | | * é»è®¤å¼ |
| | | */ |
| | | private String defaultValue; |
| | | |
| | | /** |
| | | * åç¼ |
| | | */ |
| | | private String prefixValue; |
| | | |
| | | /** |
| | | * åç¼ |
| | | */ |
| | | private String suffixValue; |
| | | |
| | | /** |
| | | * éæ©æ°æ®æ¶è¿æ»¤ç屿§ |
| | | */ |
| | | private String filterSourceAttr; |
| | | |
| | | /** |
| | | * éæ©æ°æ®æ¶è¿æ»¤ç屿§åç§° |
| | | */ |
| | | private String filterSourceAttrName; |
| | | |
| | | /** |
| | | * ä½¿ç¨æä¸¾æ³¨å
¥çåç¬¦ä¸²æ ¼å¼ |
| | | */ |
| | | private String enumString; |
| | | |
| | | /** |
| | | * 屿§å表ä¸ç宽度 |
| | | */ |
| | | private Integer attrTableWidth; |
| | | |
| | | /** |
| | | * 说æ |
| | | */ |
| | | private String explain; |
| | | |
| | | /** |
| | | * éæ©åºæ è¯ |
| | | */ |
| | | private String libraryIdentification; |
| | | |
| | | /** |
| | | * 级è屿§ç¼å· |
| | | */ |
| | | private String parentCode; |
| | | |
| | | /** |
| | | * 级è屿§åç§° |
| | | */ |
| | | private String parentName; |
| | | |
| | | /** |
| | | * çº§èæ¥è¯¢å±æ§ |
| | | */ |
| | | private String parentQueryAttr; |
| | | /** |
| | | * è¾å
¥æç¤º |
| | | */ |
| | | private String inputTip; |
| | | |
| | | public String getClassifyTemplateOid() { |
| | | return classifyTemplateOid; |
| | | } |
| | | |
| | | public void setClassifyTemplateOid(String classifyTemplateOid) { |
| | | this.classifyTemplateOid = classifyTemplateOid; |
| | | } |
| | | |
| | | public String getClassifyTemplateOidName() { |
| | | return classifyTemplateOidName; |
| | | } |
| | | |
| | | public void setClassifyTemplateOidName(String classifyTemplateOidName) { |
| | | this.classifyTemplateOidName = classifyTemplateOidName; |
| | | } |
| | | |
| | | public String getClassifyAttributeOid() { |
| | | return classifyAttributeOid; |
| | | } |
| | | |
| | | public void setClassifyAttributeOid(String classifyAttributeOid) { |
| | | this.classifyAttributeOid = classifyAttributeOid; |
| | | } |
| | | |
| | | public String getClassifyAttributeOidName() { |
| | | return classifyAttributeOidName; |
| | | } |
| | | |
| | | public void setClassifyAttributeOidName(String classifyAttributeOidName) { |
| | | this.classifyAttributeOidName = classifyAttributeOidName; |
| | | } |
| | | |
| | | public String getAttributeDataType() { |
| | | return attributeDataType; |
| | | } |
| | | |
| | | public void setAttributeDataType(String attributeDataType) { |
| | | this.attributeDataType = attributeDataType; |
| | | } |
| | | |
| | | public String getAttributeDataTypeText() { |
| | | return attributeDataTypeText; |
| | | } |
| | | |
| | | public void setAttributeDataTypeText(String attributeDataTypeText) { |
| | | this.attributeDataTypeText = attributeDataTypeText; |
| | | } |
| | | |
| | | public String getKeyAttrFlag() { |
| | | return keyAttrFlag; |
| | | } |
| | | |
| | | public void setKeyAttrFlag(String keyAttrFlag) { |
| | | this.keyAttrFlag = keyAttrFlag; |
| | | } |
| | | |
| | | public String getQueryAttrFlag() { |
| | | return queryAttrFlag; |
| | | } |
| | | |
| | | public void setQueryAttrFlag(String queryAttrFlag) { |
| | | this.queryAttrFlag = queryAttrFlag; |
| | | } |
| | | |
| | | public String getSeniorQueryAttrFlag() { |
| | | return seniorQueryAttrFlag; |
| | | } |
| | | |
| | | public void setSeniorQueryAttrFlag(String seniorQueryAttrFlag) { |
| | | this.seniorQueryAttrFlag = seniorQueryAttrFlag; |
| | | } |
| | | |
| | | public String getSameRepeatAttrFlag() { |
| | | return sameRepeatAttrFlag; |
| | | } |
| | | |
| | | public void setSameRepeatAttrFlag(String sameRepeatAttrFlag) { |
| | | this.sameRepeatAttrFlag = sameRepeatAttrFlag; |
| | | } |
| | | |
| | | public String getSortAttrFlag() { |
| | | return sortAttrFlag; |
| | | } |
| | | |
| | | public void setSortAttrFlag(String sortAttrFlag) { |
| | | this.sortAttrFlag = sortAttrFlag; |
| | | } |
| | | |
| | | public String getQrcodeFlag() { |
| | | return qrcodeFlag; |
| | | } |
| | | |
| | | public void setQrcodeFlag(String qrcodeFlag) { |
| | | this.qrcodeFlag = qrcodeFlag; |
| | | } |
| | | |
| | | public String getBarcodeFlag() { |
| | | return barcodeFlag; |
| | | } |
| | | |
| | | public void setBarcodeFlag(String barcodeFlag) { |
| | | this.barcodeFlag = barcodeFlag; |
| | | } |
| | | |
| | | public String getComponentRule() { |
| | | return componentRule; |
| | | } |
| | | |
| | | public void setComponentRule(String componentRule) { |
| | | this.componentRule = componentRule; |
| | | } |
| | | |
| | | public String getVerifyRule() { |
| | | return verifyRule; |
| | | } |
| | | |
| | | public void setVerifyRule(String verifyRule) { |
| | | this.verifyRule = verifyRule; |
| | | } |
| | | |
| | | public String getClassifyInvokeLevel() { |
| | | return classifyInvokeLevel; |
| | | } |
| | | |
| | | public void setClassifyInvokeLevel(String classifyInvokeLevel) { |
| | | this.classifyInvokeLevel = classifyInvokeLevel; |
| | | } |
| | | |
| | | public String getClassifyInvokeAttr() { |
| | | return classifyInvokeAttr; |
| | | } |
| | | |
| | | public void setClassifyInvokeAttr(String classifyInvokeAttr) { |
| | | this.classifyInvokeAttr = classifyInvokeAttr; |
| | | } |
| | | |
| | | public String getClassifyInvokeAttrName() { |
| | | return classifyInvokeAttrName; |
| | | } |
| | | |
| | | public void setClassifyInvokeAttrName(String classifyInvokeAttrName) { |
| | | this.classifyInvokeAttrName = classifyInvokeAttrName; |
| | | } |
| | | |
| | | public String getClassifyInvokeEditFlag() { |
| | | return classifyInvokeEditFlag; |
| | | } |
| | | |
| | | public void setClassifyInvokeEditFlag(String classifyInvokeEditFlag) { |
| | | this.classifyInvokeEditFlag = classifyInvokeEditFlag; |
| | | } |
| | | |
| | | public Integer getOrderNum() { |
| | | return orderNum; |
| | | } |
| | | |
| | | public void setOrderNum(Integer orderNum) { |
| | | this.orderNum = orderNum; |
| | | } |
| | | |
| | | public String getFormDisplayFlag() { |
| | | return formDisplayFlag; |
| | | } |
| | | |
| | | public void setFormDisplayFlag(String formDisplayFlag) { |
| | | this.formDisplayFlag = formDisplayFlag; |
| | | } |
| | | |
| | | public String getTableDisplayFlag() { |
| | | return tableDisplayFlag; |
| | | } |
| | | |
| | | public void setTableDisplayFlag(String tableDisplayFlag) { |
| | | this.tableDisplayFlag = tableDisplayFlag; |
| | | } |
| | | |
| | | public String getAttributeGroup() { |
| | | return attributeGroup; |
| | | } |
| | | |
| | | public void setAttributeGroup(String attributeGroup) { |
| | | this.attributeGroup = attributeGroup; |
| | | } |
| | | |
| | | public String getEnumId() { |
| | | return enumId; |
| | | } |
| | | |
| | | public void setEnumId(String enumId) { |
| | | this.enumId = enumId; |
| | | } |
| | | |
| | | public String getEnumName() { |
| | | return enumName; |
| | | } |
| | | |
| | | public void setEnumName(String enumName) { |
| | | this.enumName = enumName; |
| | | } |
| | | |
| | | public String getEnumEditFlag() { |
| | | return enumEditFlag; |
| | | } |
| | | |
| | | public void setEnumEditFlag(String enumEditFlag) { |
| | | this.enumEditFlag = enumEditFlag; |
| | | } |
| | | |
| | | public String getReferBtmId() { |
| | | return referBtmId; |
| | | } |
| | | |
| | | public void setReferBtmId(String referBtmId) { |
| | | this.referBtmId = referBtmId; |
| | | } |
| | | |
| | | public String getReferBtmName() { |
| | | return referBtmName; |
| | | } |
| | | |
| | | public void setReferBtmName(String referBtmName) { |
| | | this.referBtmName = referBtmName; |
| | | } |
| | | |
| | | public String getReferConfig() { |
| | | return referConfig; |
| | | } |
| | | |
| | | public void setReferConfig(String referConfig) { |
| | | this.referConfig = referConfig; |
| | | } |
| | | |
| | | public String getRequireFlag() { |
| | | return requireFlag; |
| | | } |
| | | |
| | | public void setRequireFlag(String requireFlag) { |
| | | this.requireFlag = requireFlag; |
| | | } |
| | | |
| | | public String getReadOnlyFlag() { |
| | | return readOnlyFlag; |
| | | } |
| | | |
| | | public void setReadOnlyFlag(String readOnlyFlag) { |
| | | this.readOnlyFlag = readOnlyFlag; |
| | | } |
| | | |
| | | public Integer getControlLength() { |
| | | return controlLength; |
| | | } |
| | | |
| | | public void setControlLength(Integer controlLength) { |
| | | this.controlLength = controlLength; |
| | | } |
| | | |
| | | public String getFormDisplayStyle() { |
| | | return formDisplayStyle; |
| | | } |
| | | |
| | | public void setFormDisplayStyle(String formDisplayStyle) { |
| | | this.formDisplayStyle = formDisplayStyle; |
| | | } |
| | | |
| | | public String getTableDisplayStyle() { |
| | | return tableDisplayStyle; |
| | | } |
| | | |
| | | public void setTableDisplayStyle(String tableDisplayStyle) { |
| | | this.tableDisplayStyle = tableDisplayStyle; |
| | | } |
| | | |
| | | public String getFormHref() { |
| | | return formHref; |
| | | } |
| | | |
| | | public void setFormHref(String formHref) { |
| | | this.formHref = formHref; |
| | | } |
| | | |
| | | public String getTableHref() { |
| | | return tableHref; |
| | | } |
| | | |
| | | public void setTableHref(String tableHref) { |
| | | this.tableHref = tableHref; |
| | | } |
| | | |
| | | public Integer getPrecisionLength() { |
| | | return precisionLength; |
| | | } |
| | | |
| | | public void setPrecisionLength(Integer precisionLength) { |
| | | this.precisionLength = precisionLength; |
| | | } |
| | | |
| | | public Integer getScaleLength() { |
| | | return scaleLength; |
| | | } |
| | | |
| | | public void setScaleLength(Integer scaleLength) { |
| | | this.scaleLength = scaleLength; |
| | | } |
| | | |
| | | public String getValueArea() { |
| | | return valueArea; |
| | | } |
| | | |
| | | public void setValueArea(String valueArea) { |
| | | this.valueArea = valueArea; |
| | | } |
| | | |
| | | public String getCodeDateFormat() { |
| | | return codeDateFormat; |
| | | } |
| | | |
| | | public void setCodeDateFormat(String codeDateFormat) { |
| | | this.codeDateFormat = codeDateFormat; |
| | | } |
| | | |
| | | public String getTableDisplayJs() { |
| | | return tableDisplayJs; |
| | | } |
| | | |
| | | public void setTableDisplayJs(String tableDisplayJs) { |
| | | this.tableDisplayJs = tableDisplayJs; |
| | | } |
| | | |
| | | public String getTextAreaFlag() { |
| | | return textAreaFlag; |
| | | } |
| | | |
| | | public void setTextAreaFlag(String textAreaFlag) { |
| | | this.textAreaFlag = textAreaFlag; |
| | | } |
| | | |
| | | public String getImageFlag() { |
| | | return imageFlag; |
| | | } |
| | | |
| | | public void setImageFlag(String imageFlag) { |
| | | this.imageFlag = imageFlag; |
| | | } |
| | | |
| | | public String getDefaultValue() { |
| | | return defaultValue; |
| | | } |
| | | |
| | | public void setDefaultValue(String defaultValue) { |
| | | this.defaultValue = defaultValue; |
| | | } |
| | | |
| | | public String getPrefixValue() { |
| | | return prefixValue; |
| | | } |
| | | |
| | | public void setPrefixValue(String prefixValue) { |
| | | this.prefixValue = prefixValue; |
| | | } |
| | | |
| | | public String getSuffixValue() { |
| | | return suffixValue; |
| | | } |
| | | |
| | | public void setSuffixValue(String suffixValue) { |
| | | this.suffixValue = suffixValue; |
| | | } |
| | | |
| | | public String getFilterSourceAttr() { |
| | | return filterSourceAttr; |
| | | } |
| | | |
| | | public void setFilterSourceAttr(String filterSourceAttr) { |
| | | this.filterSourceAttr = filterSourceAttr; |
| | | } |
| | | |
| | | public String getFilterSourceAttrName() { |
| | | return filterSourceAttrName; |
| | | } |
| | | |
| | | public void setFilterSourceAttrName(String filterSourceAttrName) { |
| | | this.filterSourceAttrName = filterSourceAttrName; |
| | | } |
| | | |
| | | public String getEnumString() { |
| | | return enumString; |
| | | } |
| | | |
| | | public void setEnumString(String enumString) { |
| | | this.enumString = enumString; |
| | | } |
| | | |
| | | public Integer getAttrTableWidth() { |
| | | return attrTableWidth; |
| | | } |
| | | |
| | | public void setAttrTableWidth(Integer attrTableWidth) { |
| | | this.attrTableWidth = attrTableWidth; |
| | | } |
| | | |
| | | public String getExplain() { |
| | | return explain; |
| | | } |
| | | |
| | | public void setExplain(String explain) { |
| | | this.explain = explain; |
| | | } |
| | | |
| | | public String getLibraryIdentification() { |
| | | return libraryIdentification; |
| | | } |
| | | |
| | | public void setLibraryIdentification(String libraryIdentification) { |
| | | this.libraryIdentification = libraryIdentification; |
| | | } |
| | | |
| | | public String getParentCode() { |
| | | return parentCode; |
| | | } |
| | | |
| | | public void setParentCode(String parentCode) { |
| | | this.parentCode = parentCode; |
| | | } |
| | | |
| | | public String getParentName() { |
| | | return parentName; |
| | | } |
| | | |
| | | public void setParentName(String parentName) { |
| | | this.parentName = parentName; |
| | | } |
| | | |
| | | public String getParentQueryAttr() { |
| | | return parentQueryAttr; |
| | | } |
| | | |
| | | public void setParentQueryAttr(String parentQueryAttr) { |
| | | this.parentQueryAttr = parentQueryAttr; |
| | | } |
| | | |
| | | public String getInputTip() { |
| | | return inputTip; |
| | | } |
| | | |
| | | public void setInputTip(String inputTip) { |
| | | this.inputTip = inputTip; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeClassifyTemplateAttrVO{" + |
| | | "classifyTemplateOid='" + classifyTemplateOid + '\'' + |
| | | ", classifyTemplateOidName='" + classifyTemplateOidName + '\'' + |
| | | ", classifyAttributeOid='" + classifyAttributeOid + '\'' + |
| | | ", classifyAttributeOidName='" + classifyAttributeOidName + '\'' + |
| | | ", attributeDataType='" + attributeDataType + '\'' + |
| | | ", attributeDataTypeText='" + attributeDataTypeText + '\'' + |
| | | ", keyAttrFlag='" + keyAttrFlag + '\'' + |
| | | ", queryAttrFlag='" + queryAttrFlag + '\'' + |
| | | ", seniorQueryAttrFlag='" + seniorQueryAttrFlag + '\'' + |
| | | ", sameRepeatAttrFlag='" + sameRepeatAttrFlag + '\'' + |
| | | ", sortAttrFlag='" + sortAttrFlag + '\'' + |
| | | ", qrcodeFlag='" + qrcodeFlag + '\'' + |
| | | ", barcodeFlag='" + barcodeFlag + '\'' + |
| | | ", componentRule='" + componentRule + '\'' + |
| | | ", verifyRule='" + verifyRule + '\'' + |
| | | ", classifyInvokeLevel='" + classifyInvokeLevel + '\'' + |
| | | ", classifyInvokeAttr='" + classifyInvokeAttr + '\'' + |
| | | ", classifyInvokeAttrName='" + classifyInvokeAttrName + '\'' + |
| | | ", classifyInvokeEditFlag='" + classifyInvokeEditFlag + '\'' + |
| | | ", orderNum=" + orderNum + |
| | | ", formDisplayFlag='" + formDisplayFlag + '\'' + |
| | | ", tableDisplayFlag='" + tableDisplayFlag + '\'' + |
| | | ", attributeGroup='" + attributeGroup + '\'' + |
| | | ", enumId='" + enumId + '\'' + |
| | | ", enumName='" + enumName + '\'' + |
| | | ", enumEditFlag='" + enumEditFlag + '\'' + |
| | | ", referBtmId='" + referBtmId + '\'' + |
| | | ", referBtmName='" + referBtmName + '\'' + |
| | | ", referConfig='" + referConfig + '\'' + |
| | | ", requireFlag='" + requireFlag + '\'' + |
| | | ", readOnlyFlag='" + readOnlyFlag + '\'' + |
| | | ", controlLength=" + controlLength + |
| | | ", formDisplayStyle='" + formDisplayStyle + '\'' + |
| | | ", tableDisplayStyle='" + tableDisplayStyle + '\'' + |
| | | ", formHref='" + formHref + '\'' + |
| | | ", tableHref='" + tableHref + '\'' + |
| | | ", precisionLength=" + precisionLength + |
| | | ", scaleLength=" + scaleLength + |
| | | ", valueArea='" + valueArea + '\'' + |
| | | ", codeDateFormat='" + codeDateFormat + '\'' + |
| | | ", tableDisplayJs='" + tableDisplayJs + '\'' + |
| | | ", textAreaFlag='" + textAreaFlag + '\'' + |
| | | ", imageFlag='" + imageFlag + '\'' + |
| | | ", defaultValue='" + defaultValue + '\'' + |
| | | ", prefixValue='" + prefixValue + '\'' + |
| | | ", suffixValue='" + suffixValue + '\'' + |
| | | ", filterSourceAttr='" + filterSourceAttr + '\'' + |
| | | ", filterSourceAttrName='" + filterSourceAttrName + '\'' + |
| | | ", enumString='" + enumString + '\'' + |
| | | ", attrTableWidth=" + attrTableWidth + |
| | | ", explain='" + explain + '\'' + |
| | | ", libraryIdentification='" + libraryIdentification + '\'' + |
| | | ", parentCode='" + parentCode + '\'' + |
| | | ", parentName='" + parentName + '\'' + |
| | | ", inputTip='" + inputTip + '\'' + |
| | | ", parentQueryAttr='" + parentQueryAttr + '\'' + |
| | | '}'; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | |
| | | |
| | | /** |
| | | * å类模æ¿å¯¹è±¡æ¾ç¤ºå¯¹è±¡ |
| | | * |
| | | * @author weidy |
| | | * @date 2022-01-24 |
| | | */ |
| | | public class CodeClassifyTemplateVO extends BaseModel { |
| | | |
| | | /** |
| | | * ç¦æ¢ä¿®æ¹è¿ä¸ªå¼ |
| | | */ |
| | | private static final long serialVersionUID = 4615707118684061936L; |
| | | |
| | | /** |
| | | * 主é¢åºåç±»ä¸»é® |
| | | */ |
| | | private String codeclassifyoid; |
| | | |
| | | /** |
| | | * 主é¢åºåç±»ä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | private String codeclassifyoidName; |
| | | |
| | | /** |
| | | * å
å«ç屿§å
容 |
| | | */ |
| | | private List<CodeClassifyTemplateAttrVO> attributes; |
| | | |
| | | /** |
| | | * åå¨çä¸å¡ç±»å |
| | | */ |
| | | private String btmTypeId; |
| | | |
| | | /** |
| | | * åå¨çä¸å¡ç±»å䏿åç§° |
| | | */ |
| | | private String btmTypeName; |
| | | |
| | | public String getBtmTypeId() { |
| | | return btmTypeId; |
| | | } |
| | | |
| | | public void setBtmTypeId(String btmTypeId) { |
| | | this.btmTypeId = btmTypeId; |
| | | } |
| | | |
| | | public String getBtmTypeName() { |
| | | return btmTypeName; |
| | | } |
| | | |
| | | public void setBtmTypeName(String btmTypeName) { |
| | | this.btmTypeName = btmTypeName; |
| | | } |
| | | |
| | | /** |
| | | * è·å 主é¢åºåç±»ä¸»é® |
| | | */ |
| | | public String getCodeclassifyoid (){ |
| | | return codeclassifyoid; |
| | | } |
| | | |
| | | /** |
| | | * 设置 主é¢åºåç±»ä¸»é® |
| | | */ |
| | | public void setCodeclassifyoid (String codeclassifyoid){ |
| | | this.codeclassifyoid = codeclassifyoid; |
| | | } |
| | | /** |
| | | * è·å主é¢åºåç±»ä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | public String getCodeclassifyoidName (){ |
| | | return codeclassifyoidName; |
| | | } |
| | | |
| | | /** |
| | | * 设置主é¢åºåç±»ä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | public void setCodeclassifyoidName (String codeclassifyoidName){ |
| | | this.codeclassifyoidName = codeclassifyoidName; |
| | | } |
| | | |
| | | public List<CodeClassifyTemplateAttrVO> getAttributes() { |
| | | return attributes; |
| | | } |
| | | |
| | | public void setAttributes(List<CodeClassifyTemplateAttrVO> attributes) { |
| | | this.attributes = attributes; |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeClassifyTemplateVO{" + |
| | | "codeclassifyoid='" + codeclassifyoid + '\'' + |
| | | ", codeclassifyoidName='" + codeclassifyoidName + '\'' + |
| | | ", attributes=" + attributes + |
| | | "} " + super.toString(); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 主é¢åºåç±»æ¾ç¤ºå¯¹è±¡ |
| | | * |
| | | * @author weidy |
| | | * @date 2022-01-20 |
| | | */ |
| | | public class CodeClassifyVO extends BaseModel { |
| | | |
| | | /** |
| | | * ç¦æ¢ä¿®æ¹è¿ä¸ªå¼ |
| | | */ |
| | | private static final long serialVersionUID = 4615707119254063830L; |
| | | |
| | | /** |
| | | * 屿§æåºå· |
| | | */ |
| | | private Integer orderNum; |
| | | |
| | | /** |
| | | * æå±ä¸å¡ç±»å |
| | | */ |
| | | private String btmTypeId; |
| | | |
| | | /** |
| | | * æå±ä¸å¡ç±»ååç§° |
| | | */ |
| | | private String btmTypeName; |
| | | |
| | | /** |
| | | * ç¼ç è§åçä¸»é® |
| | | */ |
| | | private String codeRuleOid; |
| | | |
| | | /** |
| | | * ç¼ç è§åç䏻鮿¾ç¤ºææ¬ |
| | | */ |
| | | private String codeRuleOidName; |
| | | |
| | | /** |
| | | * å
³é®å±æ§æ¥è¯¢çè§å |
| | | */ |
| | | private String codeKeyAttrRepeatOid; |
| | | |
| | | /** |
| | | * å
³é®å±æ§æ¥è¯¢çè§åæ¾ç¤ºææ¬ |
| | | */ |
| | | private String codeKeyAttrRepeatOidName; |
| | | |
| | | /** |
| | | * ä¸çº§æ°æ®çä¸»é® |
| | | */ |
| | | private String parentCodeClassifyOid; |
| | | |
| | | /** |
| | | * æ°æ®æå¨çå±çº§ |
| | | */ |
| | | private Integer dataLevel; |
| | | |
| | | /** |
| | | * å±çº§çè·¯å¾ |
| | | */ |
| | | private String path; |
| | | |
| | | /*** |
| | | * åç§°è·¯å¾ |
| | | */ |
| | | private String namePath; |
| | | /*** |
| | | * 代ç è·¯å¾ |
| | | */ |
| | | private String idPath; |
| | | |
| | | /** |
| | | * ç¸ä¼¼æ¥è¯¢è§åä¸»é® |
| | | */ |
| | | private String codeResembleRuleOid; |
| | | |
| | | /** |
| | | * ç¸ä¼¼æ¥è¯¢è§ååç§° |
| | | */ |
| | | private String codeResembleRuleOidName; |
| | | |
| | | public Integer getOrderNum() { |
| | | return orderNum; |
| | | } |
| | | |
| | | public void setOrderNum(Integer orderNum) { |
| | | this.orderNum = orderNum; |
| | | } |
| | | |
| | | public String getBtmTypeId() { |
| | | return btmTypeId; |
| | | } |
| | | |
| | | public void setBtmTypeId(String btmTypeId) { |
| | | this.btmTypeId = btmTypeId; |
| | | } |
| | | |
| | | public String getBtmTypeName() { |
| | | return btmTypeName; |
| | | } |
| | | |
| | | public void setBtmTypeName(String btmTypeName) { |
| | | this.btmTypeName = btmTypeName; |
| | | } |
| | | |
| | | public String getCodeRuleOid() { |
| | | return codeRuleOid; |
| | | } |
| | | |
| | | public void setCodeRuleOid(String codeRuleOid) { |
| | | this.codeRuleOid = codeRuleOid; |
| | | } |
| | | |
| | | public String getCodeRuleOidName() { |
| | | return codeRuleOidName; |
| | | } |
| | | |
| | | public void setCodeRuleOidName(String codeRuleOidName) { |
| | | this.codeRuleOidName = codeRuleOidName; |
| | | } |
| | | |
| | | public String getCodeKeyAttrRepeatOid() { |
| | | return codeKeyAttrRepeatOid; |
| | | } |
| | | |
| | | public void setCodeKeyAttrRepeatOid(String codeKeyAttrRepeatOid) { |
| | | this.codeKeyAttrRepeatOid = codeKeyAttrRepeatOid; |
| | | } |
| | | |
| | | public String getCodeKeyAttrRepeatOidName() { |
| | | return codeKeyAttrRepeatOidName; |
| | | } |
| | | |
| | | public void setCodeKeyAttrRepeatOidName(String codeKeyAttrRepeatOidName) { |
| | | this.codeKeyAttrRepeatOidName = codeKeyAttrRepeatOidName; |
| | | } |
| | | |
| | | public String getParentCodeClassifyOid() { |
| | | return parentCodeClassifyOid; |
| | | } |
| | | |
| | | public void setParentCodeClassifyOid(String parentCodeClassifyOid) { |
| | | this.parentCodeClassifyOid = parentCodeClassifyOid; |
| | | } |
| | | |
| | | public Integer getDataLevel() { |
| | | return dataLevel; |
| | | } |
| | | |
| | | public void setDataLevel(Integer dataLevel) { |
| | | this.dataLevel = dataLevel; |
| | | } |
| | | |
| | | public String getPath() { |
| | | return path; |
| | | } |
| | | |
| | | public void setPath(String path) { |
| | | this.path = path; |
| | | } |
| | | |
| | | public String getNamePath() { |
| | | return namePath; |
| | | } |
| | | |
| | | public void setNamePath(String namePath) { |
| | | this.namePath = namePath; |
| | | } |
| | | |
| | | public String getIdPath() { |
| | | return idPath; |
| | | } |
| | | |
| | | public void setIdPath(String idPath) { |
| | | this.idPath = idPath; |
| | | } |
| | | |
| | | public String getCodeResembleRuleOid() { |
| | | return codeResembleRuleOid; |
| | | } |
| | | |
| | | public void setCodeResembleRuleOid(String codeResembleRuleOid) { |
| | | this.codeResembleRuleOid = codeResembleRuleOid; |
| | | } |
| | | |
| | | public String getCodeResembleRuleOidName() { |
| | | return codeResembleRuleOidName; |
| | | } |
| | | |
| | | public void setCodeResembleRuleOidName(String codeResembleRuleOidName) { |
| | | this.codeResembleRuleOidName = codeResembleRuleOidName; |
| | | } |
| | | |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | |
| | | |
| | | |
| | | /** |
| | | * åç±»ç æ®µçç 弿¾ç¤ºå¯¹è±¡ |
| | | * |
| | | * @author weidy |
| | | * @date 2022-01-24 |
| | | */ |
| | | public class CodeClassifyValueVO extends BaseModel { |
| | | |
| | | /** |
| | | * ç¦æ¢ä¿®æ¹è¿ä¸ªå¼ |
| | | */ |
| | | private static final long serialVersionUID = 4615707117941539567L; |
| | | |
| | | /** |
| | | * åç±»ç æ®µä¸»é® |
| | | */ |
| | | private String codeClassifySecOid; |
| | | |
| | | /** |
| | | * åç±»ç æ®µä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | private String codeClassifySecOidName; |
| | | |
| | | /** |
| | | * ç å¼åºå· |
| | | */ |
| | | private Integer orderNum; |
| | | |
| | | /** |
| | | * ä¸çº§åç±»ç å¼ä¸»é® |
| | | */ |
| | | private String parentClassifyValueOid; |
| | | |
| | | /** |
| | | * åç±»ç å¼ä¸çç¼å· |
| | | */ |
| | | private String id; |
| | | |
| | | /** |
| | | * åç±»ç å¼ä¸çåç§° |
| | | */ |
| | | private String name; |
| | | |
| | | /** |
| | | * è·å åç±»ç æ®µä¸»é® |
| | | */ |
| | | public String getCodeClassifySecOid (){ |
| | | return codeClassifySecOid; |
| | | } |
| | | |
| | | /** |
| | | * 设置 åç±»ç æ®µä¸»é® |
| | | */ |
| | | public void setCodeClassifySecOid (String codeclassifysecoid){ |
| | | this.codeClassifySecOid = codeclassifysecoid; |
| | | } |
| | | /** |
| | | * è·ååç±»ç æ®µä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | public String getCodeClassifySecOidName (){ |
| | | return codeClassifySecOidName; |
| | | } |
| | | |
| | | /** |
| | | * 设置åç±»ç æ®µä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | public void setCodeClassifySecOidName (String codeclassifysecoidName){ |
| | | this.codeClassifySecOidName = codeclassifysecoidName; |
| | | } |
| | | /** |
| | | * è·å ç å¼åºå· |
| | | */ |
| | | public Integer getOrderNum (){ |
| | | return orderNum; |
| | | } |
| | | |
| | | /** |
| | | * 设置 ç å¼åºå· |
| | | */ |
| | | public void setOrderNum (Integer ordernum){ |
| | | this.orderNum = ordernum; |
| | | } |
| | | /** |
| | | * è·å ä¸çº§åç±»ç å¼ä¸»é® |
| | | */ |
| | | public String getParentClassifyValueOid (){ |
| | | return parentClassifyValueOid; |
| | | } |
| | | |
| | | /** |
| | | * 设置 ä¸çº§åç±»ç å¼ä¸»é® |
| | | */ |
| | | public void setParentClassifyValueOid (String parentClassifyValueOid){ |
| | | this.parentClassifyValueOid = parentClassifyValueOid; |
| | | } |
| | | |
| | | @Override |
| | | public String getId() { |
| | | return id; |
| | | } |
| | | |
| | | @Override |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | @Override |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | @Override |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeClassifyValueVO{" + |
| | | "codeClassifySecOid='" + codeClassifySecOid + '\'' + |
| | | ", codeClassifySecOidName='" + codeClassifySecOidName + '\'' + |
| | | ", orderNum=" + orderNum + |
| | | ", parentClassifyValueOid='" + parentClassifyValueOid + '\'' + |
| | | ", id='" + id + '\'' + |
| | | ", name='" + name + '\'' + |
| | | "} " + super.toString(); |
| | | } |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel; |
| | | |
| | | |
| | | /** |
| | | * åºå®ç 段çç 弿¾ç¤ºå¯¹è±¡ |
| | | * |
| | | * @author weidy |
| | | * @date 2022-01-24 |
| | | */ |
| | | public class CodeFixedValueVO extends BaseModel { |
| | | |
| | | /** |
| | | * ç¦æ¢ä¿®æ¹è¿ä¸ªå¼ |
| | | */ |
| | | private static final long serialVersionUID = 4615707117767594607L; |
| | | |
| | | /** |
| | | * åºå®ç æ®µä¸»é® |
| | | */ |
| | | private String codeFixedSecOid; |
| | | |
| | | /** |
| | | * åºå®ç æ®µä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | private String codefixedsecoidName; |
| | | |
| | | /** |
| | | * ç å¼åºå· |
| | | */ |
| | | private Integer orderNum; |
| | | |
| | | /** |
| | | * è·å åºå®ç æ®µä¸»é® |
| | | */ |
| | | public String getCodeFixedSecOid (){ |
| | | return codeFixedSecOid; |
| | | } |
| | | |
| | | /** |
| | | * 设置 åºå®ç æ®µä¸»é® |
| | | */ |
| | | public void setCodeFixedSecOid (String codefixedsecoid){ |
| | | this.codeFixedSecOid = codefixedsecoid; |
| | | } |
| | | /** |
| | | * è·ååºå®ç æ®µä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | public String getCodefixedsecoidName (){ |
| | | return codefixedsecoidName; |
| | | } |
| | | |
| | | /** |
| | | * 设置åºå®ç æ®µä¸»é®æ¾ç¤ºææ¬ |
| | | */ |
| | | public void setCodefixedsecoidName (String codefixedsecoidName){ |
| | | this.codefixedsecoidName = codefixedsecoidName; |
| | | } |
| | | /** |
| | | * è·å ç å¼åºå· |
| | | */ |
| | | public Integer getOrderNum (){ |
| | | return orderNum; |
| | | } |
| | | |
| | | /** |
| | | * 设置 ç å¼åºå· |
| | | */ |
| | | public void setOrderNum (Integer orderNum){ |
| | | this.orderNum = orderNum; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeFixedValueVO{" + |
| | | "codeFixedSecOid='" + codeFixedSecOid +"'," + |
| | | "codefixedsecoidName='" + codefixedsecoidName +"'," + |
| | | "orderNum='" + orderNum +"'," + |
| | | "}" + super.toString(); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config.CodeRule; |
| | | |
| | | /** |
| | | * ä¸»æ°æ®ç¼ç è§åæ¾ç¤ºå¯¹è±¡ |
| | | * |
| | | * @author weidy |
| | | * @date 2022-01-24 |
| | | */ |
| | | public class CodeRuleVO extends CodeRule { |
| | | |
| | | /** |
| | | * ç¦æ¢ä¿®æ¹è¿ä¸ªå¼ |
| | | */ |
| | | private static final long serialVersionUID = 4615707117684483406L; |
| | | |
| | | /** |
| | | * ç¼ç è§åçç¼å· |
| | | */ |
| | | private String id; |
| | | |
| | | /** |
| | | * ç¼ç è§åçåç§° |
| | | */ |
| | | private String name; |
| | | |
| | | /** |
| | | * ç¼ç ç³è¯·ï¼ç æ®µè¡¨åæ¾ç¤ºæ
åµ |
| | | */ |
| | | private String isShowHideStatus; |
| | | |
| | | /** |
| | | * ç¼ç çç æ®µä¿¡æ¯ |
| | | */ |
| | | private List<CodeBasicSecVO> secVOList; |
| | | |
| | | public String getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getIsShowHideStatus() { |
| | | return isShowHideStatus; |
| | | } |
| | | |
| | | public void setIsShowHideStatus(String isShowHideStatus) { |
| | | this.isShowHideStatus = isShowHideStatus; |
| | | } |
| | | |
| | | public List<CodeBasicSecVO> getSecVOList() { |
| | | return secVOList; |
| | | } |
| | | |
| | | public void setSecVOList(List<CodeBasicSecVO> secVOList) { |
| | | this.secVOList = secVOList; |
| | | } |
| | | |
| | | |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | //package com.vci.starter.web.pagemodel; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.HashMap; |
| | | import java.util.Map; |
| | | |
| | | public class KeyValue implements Serializable { |
| | | private static final long serialVersionUID = 7708882804529442626L; |
| | | private String key; |
| | | private String value; |
| | | private Map<String, Object> attributes = new HashMap(); |
| | | |
| | | public KeyValue() { |
| | | |
| | | } |
| | | |
| | | public String getKey() { |
| | | return this.key; |
| | | } |
| | | |
| | | public void setKey(String key) { |
| | | this.key = key; |
| | | } |
| | | |
| | | public String getValue() { |
| | | return this.value; |
| | | } |
| | | |
| | | public void setValue(String value) { |
| | | this.value = value; |
| | | } |
| | | |
| | | public Map<String, Object> getAttributes() { |
| | | return this.attributes; |
| | | } |
| | | |
| | | public void setAttributes(Map<String, Object> attributes) { |
| | | this.attributes = attributes; |
| | | } |
| | | |
| | | public void addAttr(String attr, Object attrValue) { |
| | | this.attributes.put(attr, attrValue); |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "KeyValue{key='" + this.key + '\'' + ", value='" + this.value + '\'' + ", attributes=" + this.attributes + '}'; |
| | | } |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | //package com.vci.web.pageModel; |
| | | |
| | | /** |
| | | * åæ®µçæåº |
| | | * @author weidy |
| | | * @date 2022-04-21 |
| | | */ |
| | | public class UIFieldSortVO implements java.io.Serializable{ |
| | | |
| | | /** |
| | | * åºåå |
| | | */ |
| | | private static final long serialVersionUID = 3364856602124197925L; |
| | | |
| | | /** |
| | | * æåºçåæ®µ |
| | | */ |
| | | private String field; |
| | | |
| | | /** |
| | | * æåºçç±»å |
| | | */ |
| | | private String type; |
| | | |
| | | public String getField() { |
| | | return field; |
| | | } |
| | | |
| | | public void setField(String field) { |
| | | this.field = field; |
| | | } |
| | | |
| | | public String getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(String type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "UIFieldSortVO{" + |
| | | "field='" + field + '\'' + |
| | | ", type='" + type + '\'' + |
| | | '}'; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | //package com.vci.web.pageModel; |
| | | |
| | | |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * åç
§çé
ç½® |
| | | * @author weidy |
| | | * @date 2021/2/24 |
| | | */ |
| | | public class UIFormReferVO implements java.io.Serializable{ |
| | | |
| | | /** |
| | | * åºåå |
| | | */ |
| | | private static final long serialVersionUID = 1459005348514757537L; |
| | | /** |
| | | * åç
§ççªå£ç±»å |
| | | */ |
| | | private String type; |
| | | |
| | | /** |
| | | * æ¾ç¤ºçåæ®µå±æ§ |
| | | */ |
| | | private String textField = "name"; |
| | | |
| | | /** |
| | | * å¼ç屿§ |
| | | */ |
| | | private String valueField = "oid"; |
| | | |
| | | /** |
| | | * æ¯å¦å¤é |
| | | */ |
| | | private boolean muti = false; |
| | | |
| | | /** |
| | | * åå°å°å |
| | | */ |
| | | private String url; |
| | | |
| | | /** |
| | | * æå¡çå°å |
| | | */ |
| | | private String backPath; |
| | | |
| | | /** |
| | | * 请æ±åå°çå½¢å¼ |
| | | */ |
| | | private String method = "GET"; |
| | | |
| | | /** |
| | | * é«åº¦ |
| | | */ |
| | | private Integer height; |
| | | |
| | | //éç¨çåç
§ |
| | | /** |
| | | * åç
§çä¸å¡ç±»å |
| | | */ |
| | | private String referType; |
| | | |
| | | /** |
| | | * åç
§çUIä¸ä¸æ |
| | | */ |
| | | private String referContent; |
| | | |
| | | //æ å½¢çåç
§ |
| | | /** |
| | | * ä¸çº§å段 |
| | | */ |
| | | private String parentFieldName; |
| | | |
| | | /** |
| | | * ä¸çº§å段çå
容对åºç屿§çå¼ |
| | | */ |
| | | private String parentUsedField; |
| | | |
| | | /** |
| | | * ä¸çº§å段çå¼ |
| | | */ |
| | | private String parentValue; |
| | | |
| | | /** |
| | | * å è½½æ¹å¼ |
| | | */ |
| | | private String loadType = "all"; |
| | | |
| | | /** |
| | | * æ¯å¦åªè½éæ©å¶åèç¹ |
| | | */ |
| | | private boolean onlyLeaf = false; |
| | | |
| | | /** |
| | | * è¿æ»¤(级è)屿§ |
| | | */ |
| | | private String useFormKey; |
| | | |
| | | /** |
| | | * è¿æ»¤å±æ§è¯·æ±åæ° |
| | | */ |
| | | private String paramForFormKey; |
| | | |
| | | /** |
| | | * æ å°å
¶ä»å±æ§ |
| | | */ |
| | | private String mapFields; |
| | | |
| | | //å表çåç
§ |
| | | /** |
| | | * æ¾ç¤ºçå表 |
| | | */ |
| | | private String displayTable; |
| | | |
| | | /** |
| | | * è¡¨æ ¼çèªå®ä¹å®ä¹ |
| | | */ |
| | | private UITableCustomDefineVO tableConfig; |
| | | |
| | | /** |
| | | * ç鿡件 |
| | | */ |
| | | private Map<String,String> where; |
| | | |
| | | /** |
| | | * åå°æåº |
| | | */ |
| | | private boolean remoteSort; |
| | | |
| | | /** |
| | | * åå§åæåº |
| | | */ |
| | | private UIFieldSortVO initSort; |
| | | |
| | | public boolean isRemoteSort() { |
| | | return remoteSort; |
| | | } |
| | | |
| | | public void setRemoteSort(boolean remoteSort) { |
| | | this.remoteSort = remoteSort; |
| | | } |
| | | |
| | | |
| | | public UIFieldSortVO getInitSort() { |
| | | return initSort; |
| | | } |
| | | |
| | | public void setInitSort(UIFieldSortVO initSort) { |
| | | this.initSort = initSort; |
| | | } |
| | | |
| | | public String getParentUsedField() { |
| | | return parentUsedField; |
| | | } |
| | | |
| | | public void setParentUsedField(String parentUsedField) { |
| | | this.parentUsedField = parentUsedField; |
| | | } |
| | | |
| | | public Map<String, String> getWhere() { |
| | | return where; |
| | | } |
| | | |
| | | public void setWhere(Map<String, String> where) { |
| | | this.where = where; |
| | | } |
| | | |
| | | public String getUseFormKey() { |
| | | return useFormKey; |
| | | } |
| | | |
| | | public void setUseFormKey(String useFormKey) { |
| | | this.useFormKey = useFormKey; |
| | | } |
| | | |
| | | public String getParamForFormKey() { |
| | | return paramForFormKey; |
| | | } |
| | | |
| | | public void setParamForFormKey(String paramForFormKey) { |
| | | this.paramForFormKey = paramForFormKey; |
| | | } |
| | | |
| | | public String getMapFields() { |
| | | return mapFields; |
| | | } |
| | | |
| | | public void setMapFields(String mapFields) { |
| | | this.mapFields = mapFields; |
| | | } |
| | | |
| | | public String getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(String type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public String getTextField() { |
| | | return textField; |
| | | } |
| | | |
| | | public void setTextField(String textField) { |
| | | this.textField = textField; |
| | | } |
| | | |
| | | public String getValueField() { |
| | | return valueField; |
| | | } |
| | | |
| | | public void setValueField(String valueField) { |
| | | this.valueField = valueField; |
| | | } |
| | | |
| | | public boolean isMuti() { |
| | | return muti; |
| | | } |
| | | |
| | | public void setMuti(boolean muti) { |
| | | this.muti = muti; |
| | | } |
| | | |
| | | public String getUrl() { |
| | | return url; |
| | | } |
| | | |
| | | public void setUrl(String url) { |
| | | this.url = url; |
| | | } |
| | | |
| | | public String getBackPath() { |
| | | return backPath; |
| | | } |
| | | |
| | | public void setBackPath(String backPath) { |
| | | this.backPath = backPath; |
| | | } |
| | | |
| | | public String getMethod() { |
| | | return method; |
| | | } |
| | | |
| | | public void setMethod(String method) { |
| | | this.method = method; |
| | | } |
| | | |
| | | public Integer getHeight() { |
| | | return height; |
| | | } |
| | | |
| | | public void setHeight(Integer height) { |
| | | this.height = height; |
| | | } |
| | | |
| | | public String getReferType() { |
| | | return referType; |
| | | } |
| | | |
| | | public void setReferType(String referType) { |
| | | this.referType = referType; |
| | | } |
| | | |
| | | public String getReferContent() { |
| | | return referContent; |
| | | } |
| | | |
| | | public void setReferContent(String referContent) { |
| | | this.referContent = referContent; |
| | | } |
| | | |
| | | public String getParentFieldName() { |
| | | return parentFieldName; |
| | | } |
| | | |
| | | public void setParentFieldName(String parentFieldName) { |
| | | this.parentFieldName = parentFieldName; |
| | | } |
| | | |
| | | public String getParentValue() { |
| | | return parentValue; |
| | | } |
| | | |
| | | public void setParentValue(String parentValue) { |
| | | this.parentValue = parentValue; |
| | | } |
| | | |
| | | public String getLoadType() { |
| | | return loadType; |
| | | } |
| | | |
| | | public void setLoadType(String loadType) { |
| | | this.loadType = loadType; |
| | | } |
| | | |
| | | public boolean isOnlyLeaf() { |
| | | return onlyLeaf; |
| | | } |
| | | |
| | | public void setOnlyLeaf(boolean onlyLeaf) { |
| | | this.onlyLeaf = onlyLeaf; |
| | | } |
| | | |
| | | public String getDisplayTable() { |
| | | return displayTable; |
| | | } |
| | | |
| | | public void setDisplayTable(String displayTable) { |
| | | this.displayTable = displayTable; |
| | | } |
| | | |
| | | public UITableCustomDefineVO getTableConfig() { |
| | | return tableConfig; |
| | | } |
| | | |
| | | public void setTableConfig(UITableCustomDefineVO tableConfig) { |
| | | this.tableConfig = tableConfig; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "UIFormReferVO{" + |
| | | "type='" + type + '\'' + |
| | | ", textField='" + textField + '\'' + |
| | | ", valueField='" + valueField + '\'' + |
| | | ", muti=" + muti + |
| | | ", url='" + url + '\'' + |
| | | ", backPath='" + backPath + '\'' + |
| | | ", method='" + method + '\'' + |
| | | ", height=" + height + |
| | | ", referType='" + referType + '\'' + |
| | | ", referContent='" + referContent + '\'' + |
| | | ", parentFieldName='" + parentFieldName + '\'' + |
| | | ", parentValue='" + parentValue + '\'' + |
| | | ", loadType='" + loadType + '\'' + |
| | | ", onlyLeaf=" + onlyLeaf + |
| | | ", useFormKey='" + useFormKey + '\'' + |
| | | ", paramForFormKey='" + paramForFormKey + '\'' + |
| | | ", mapFields='" + mapFields + '\'' + |
| | | ", displayTable='" + displayTable + '\'' + |
| | | ", tableConfig=" + tableConfig + |
| | | ", where=" + where + |
| | | '}'; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | //package com.vci.web.pageModel; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * è¡¨æ ¼çèªå®ä¹ |
| | | * @author weidy |
| | | * @date 2021/2/25 |
| | | */ |
| | | public class UITableCustomDefineVO implements java.io.Serializable{ |
| | | |
| | | /** |
| | | * åºåå |
| | | */ |
| | | private static final long serialVersionUID = 431728683965836558L; |
| | | |
| | | /** |
| | | * ä¸»é® |
| | | */ |
| | | private String oid; |
| | | |
| | | /** |
| | | * å页ç对象 |
| | | */ |
| | | private UITablePageVO page; |
| | | |
| | | /** |
| | | * æ¾ç¤ºçå |
| | | */ |
| | | private List<UITableFieldVO> cols; |
| | | |
| | | /** |
| | | * æ¥è¯¢çå |
| | | */ |
| | | private List<UITableFieldVO> queryColumns; |
| | | |
| | | public String getOid() { |
| | | return oid; |
| | | } |
| | | |
| | | public void setOid(String oid) { |
| | | this.oid = oid; |
| | | } |
| | | |
| | | public UITablePageVO getPage() { |
| | | return page; |
| | | } |
| | | |
| | | public void setPage(UITablePageVO page) { |
| | | this.page = page; |
| | | } |
| | | |
| | | public List<UITableFieldVO> getCols() { |
| | | return cols; |
| | | } |
| | | |
| | | public void setCols(List<UITableFieldVO> cols) { |
| | | this.cols = cols; |
| | | } |
| | | |
| | | public List<UITableFieldVO> getQueryColumns() { |
| | | return queryColumns; |
| | | } |
| | | |
| | | public void setQueryColumns(List<UITableFieldVO> queryColumns) { |
| | | this.queryColumns = queryColumns; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "UITableCustomDefineVO{" + |
| | | "oid='" + oid + '\'' + |
| | | ", page=" + page + |
| | | ", cols=" + cols + |
| | | ", queryColumns=" + queryColumns + |
| | | '}'; |
| | | } |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | //package com.vci.web.pageModel; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * å表çåçä¿¡æ¯ |
| | | * @author weidy |
| | | * @date 2021/2/25 |
| | | */ |
| | | public class UITableFieldVO implements java.io.Serializable{ |
| | | |
| | | /** |
| | | * åå |
| | | */ |
| | | private String field; |
| | | |
| | | /** |
| | | * æ¾ç¤ºçåç§° |
| | | */ |
| | | private String title; |
| | | |
| | | /** |
| | | * åæ®µç±»å |
| | | */ |
| | | private String fieldType; |
| | | |
| | | /** |
| | | * æ¯å¦æåº |
| | | */ |
| | | private boolean sort = false; |
| | | |
| | | /** |
| | | * æåºå段 |
| | | */ |
| | | private String sortField ; |
| | | |
| | | /** |
| | | * éèçåæ®µ |
| | | */ |
| | | private boolean hidden = false; |
| | | |
| | | /** |
| | | * 宽度 |
| | | */ |
| | | private Integer width; |
| | | |
| | | /** |
| | | * æå°ç宽度 |
| | | */ |
| | | private Integer minWidth; |
| | | |
| | | /** |
| | | * åºå®ä½ç½®ï¼æ¯ærightåleft |
| | | */ |
| | | private String fixed; |
| | | |
| | | /** |
| | | * æå çå |
| | | */ |
| | | private Integer colspan = 1; |
| | | |
| | | /** |
| | | * æç«çè¡ |
| | | */ |
| | | private Integer rowspan = 1; |
| | | |
| | | /** |
| | | * 模æ¿ççå
容 |
| | | */ |
| | | private String templet; |
| | | |
| | | /** |
| | | * æ¶é´æ ¼å¼ |
| | | */ |
| | | private String dateFormate; |
| | | |
| | | /** |
| | | * æ¯å¦æä½å |
| | | */ |
| | | private boolean optionField = false; |
| | | |
| | | /** |
| | | * æä½åå
å«çæé® |
| | | */ |
| | | private List<KeyValue> optionButtons; |
| | | |
| | | /** |
| | | * äºä»¶-æ§è¡jsçæ å° |
| | | */ |
| | | private Map<String,String> optionJsMap; |
| | | |
| | | /** |
| | | * æ¯å¦ç¼è¾ |
| | | */ |
| | | private String edit; |
| | | |
| | | /** |
| | | * ç¼è¾çé
ç½® |
| | | */ |
| | | private String editConfig ; |
| | | |
| | | /** |
| | | * 坹齿¹å¼ |
| | | */ |
| | | private String align = "left"; |
| | | |
| | | /** |
| | | * ç¹æ®æ ·å¼ |
| | | */ |
| | | private String style; |
| | | |
| | | /** |
| | | * åå
æ ¼ç¹å»äºä»¶ |
| | | */ |
| | | private String event; |
| | | |
| | | /** |
| | | * ç¦ç¨ææ½å宽 |
| | | */ |
| | | private boolean unresize = false; |
| | | |
| | | /** |
| | | * 䏿èåçåç§° |
| | | */ |
| | | private String comboxKey; |
| | | |
| | | /** |
| | | * 䏿èåçéé¡¹å¼ |
| | | */ |
| | | private List<KeyValue> data = new ArrayList<>(); |
| | | |
| | | /** |
| | | * åç
§æ¾ç¤ºçåæ®µ |
| | | */ |
| | | private String showField; |
| | | |
| | | /** |
| | | * æ¥è¯¢çåæ®µ |
| | | */ |
| | | private String queryField; |
| | | |
| | | /** |
| | | * å表æ¯å¦æ¾ç¤ºçåæ®µ |
| | | */ |
| | | private String tableDisplayFlag; |
| | | |
| | | /** |
| | | * åç
§çä¿¡æ¯ |
| | | */ |
| | | private UIFormReferVO referConfig; |
| | | |
| | | public Map<String, String> getOptionJsMap() { |
| | | return optionJsMap; |
| | | } |
| | | |
| | | public void setOptionJsMap(Map<String, String> optionJsMap) { |
| | | this.optionJsMap = optionJsMap; |
| | | } |
| | | |
| | | public String getFieldType() { |
| | | return fieldType; |
| | | } |
| | | |
| | | public void setFieldType(String fieldType) { |
| | | this.fieldType = fieldType; |
| | | } |
| | | |
| | | public String getDateFormate() { |
| | | return dateFormate; |
| | | } |
| | | |
| | | public void setTableDisplayFlag(String tableDisplayFlag) { |
| | | this.tableDisplayFlag = tableDisplayFlag; |
| | | } |
| | | |
| | | public String getTableDisplayFlag() { |
| | | return tableDisplayFlag; |
| | | } |
| | | |
| | | public void setDateFormate(String dateFormate) { |
| | | this.dateFormate = dateFormate; |
| | | } |
| | | |
| | | public String getField() { |
| | | return field; |
| | | } |
| | | |
| | | public void setField(String field) { |
| | | this.field = field; |
| | | } |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | | } |
| | | |
| | | public void setTitle(String title) { |
| | | this.title = title; |
| | | } |
| | | |
| | | public boolean isSort() { |
| | | return sort; |
| | | } |
| | | |
| | | public void setSort(boolean sort) { |
| | | this.sort = sort; |
| | | } |
| | | |
| | | public String getSortField() { |
| | | return sortField; |
| | | } |
| | | |
| | | public void setSortField(String sortField) { |
| | | this.sortField = sortField; |
| | | } |
| | | |
| | | public boolean isHidden() { |
| | | return hidden; |
| | | } |
| | | |
| | | public void setHidden(boolean hidden) { |
| | | this.hidden = hidden; |
| | | } |
| | | |
| | | public Integer getWidth() { |
| | | return width; |
| | | } |
| | | |
| | | public void setWidth(Integer width) { |
| | | this.width = width; |
| | | } |
| | | |
| | | public Integer getMinWidth() { |
| | | return minWidth; |
| | | } |
| | | |
| | | public void setMinWidth(Integer minWidth) { |
| | | this.minWidth = minWidth; |
| | | } |
| | | |
| | | public String getFixed() { |
| | | return fixed; |
| | | } |
| | | |
| | | public void setFixed(String fixed) { |
| | | this.fixed = fixed; |
| | | } |
| | | |
| | | public Integer getColspan() { |
| | | return colspan; |
| | | } |
| | | |
| | | public void setColspan(Integer colspan) { |
| | | this.colspan = colspan; |
| | | } |
| | | |
| | | public Integer getRowspan() { |
| | | return rowspan; |
| | | } |
| | | |
| | | public void setRowspan(Integer rowspan) { |
| | | this.rowspan = rowspan; |
| | | } |
| | | |
| | | public String getTemplet() { |
| | | return templet; |
| | | } |
| | | |
| | | public void setTemplet(String templet) { |
| | | this.templet = templet; |
| | | } |
| | | |
| | | public boolean isOptionField() { |
| | | return optionField; |
| | | } |
| | | |
| | | public void setOptionField(boolean optionField) { |
| | | this.optionField = optionField; |
| | | } |
| | | |
| | | public List<KeyValue> getOptionButtons() { |
| | | return optionButtons; |
| | | } |
| | | |
| | | public void setOptionButtons(List<KeyValue> optionButtons) { |
| | | this.optionButtons = optionButtons; |
| | | } |
| | | |
| | | public String getEdit() { |
| | | return edit; |
| | | } |
| | | |
| | | public void setEdit(String edit) { |
| | | this.edit = edit; |
| | | } |
| | | |
| | | public String getEditConfig() { |
| | | return editConfig; |
| | | } |
| | | |
| | | public void setEditConfig(String editConfig) { |
| | | this.editConfig = editConfig; |
| | | } |
| | | |
| | | public String getAlign() { |
| | | return align; |
| | | } |
| | | |
| | | public void setAlign(String align) { |
| | | this.align = align; |
| | | } |
| | | |
| | | public String getStyle() { |
| | | return style; |
| | | } |
| | | |
| | | public void setStyle(String style) { |
| | | this.style = style; |
| | | } |
| | | |
| | | public String getEvent() { |
| | | return event; |
| | | } |
| | | |
| | | public void setEvent(String event) { |
| | | this.event = event; |
| | | } |
| | | |
| | | public boolean isUnresize() { |
| | | return unresize; |
| | | } |
| | | |
| | | public void setUnresize(boolean unresize) { |
| | | this.unresize = unresize; |
| | | } |
| | | |
| | | public String getComboxKey() { |
| | | return comboxKey; |
| | | } |
| | | |
| | | public void setComboxKey(String comboxKey) { |
| | | this.comboxKey = comboxKey; |
| | | } |
| | | |
| | | public List<KeyValue> getData() { |
| | | return data; |
| | | } |
| | | |
| | | public void setData(List<KeyValue> data) { |
| | | this.data = data; |
| | | } |
| | | |
| | | public String getShowField() { |
| | | return showField; |
| | | } |
| | | |
| | | public void setShowField(String showField) { |
| | | this.showField = showField; |
| | | } |
| | | |
| | | public UIFormReferVO getReferConfig() { |
| | | return referConfig; |
| | | } |
| | | |
| | | public void setReferConfig(UIFormReferVO referConfig) { |
| | | this.referConfig = referConfig; |
| | | } |
| | | |
| | | public String getQueryField() { |
| | | return queryField; |
| | | } |
| | | |
| | | public void setQueryField(String queryField) { |
| | | this.queryField = queryField; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "UITableFieldVO{" + |
| | | "field='" + field + '\'' + |
| | | ", title='" + title + '\'' + |
| | | ", fieldType='" + fieldType + '\'' + |
| | | ", sort=" + sort + |
| | | ", sortField='" + sortField + '\'' + |
| | | ", hidden=" + hidden + |
| | | ", width=" + width + |
| | | ", minWidth=" + minWidth + |
| | | ", fixed='" + fixed + '\'' + |
| | | ", colspan=" + colspan + |
| | | ", rowspan=" + rowspan + |
| | | ", templet='" + templet + '\'' + |
| | | ", dateFormate='" + dateFormate + '\'' + |
| | | ", optionField=" + optionField + |
| | | ", optionButtons=" + optionButtons + |
| | | ", optionJsMap=" + optionJsMap + |
| | | ", edit='" + edit + '\'' + |
| | | ", editConfig='" + editConfig + '\'' + |
| | | ", align='" + align + '\'' + |
| | | ", style='" + style + '\'' + |
| | | ", event='" + event + '\'' + |
| | | ", unresize=" + unresize + |
| | | ", comboxKey='" + comboxKey + '\'' + |
| | | ", data=" + data + |
| | | ", showField='" + showField + '\'' + |
| | | ", queryField='" + queryField + '\'' + |
| | | ", referConfig=" + referConfig + |
| | | '}'; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo; |
| | | |
| | | //package com.vci.web.pageModel; |
| | | |
| | | /** |
| | | * è¡¨æ ¼çå页对象 |
| | | * @author weidy |
| | | * @date 2021/2/25 |
| | | */ |
| | | public class UITablePageVO implements java.io.Serializable{ |
| | | |
| | | /** |
| | | * åºåå |
| | | */ |
| | | private static final long serialVersionUID = -6338518925812603615L; |
| | | /** |
| | | * æ¯é¡µæ¾ç¤ºæ°é |
| | | */ |
| | | private Integer limit = -1; |
| | | |
| | | /** |
| | | * å½åé¡µæ° |
| | | */ |
| | | private Integer page = 1; |
| | | |
| | | public UITablePageVO(Integer limit, Integer page) { |
| | | this.limit = limit; |
| | | this.page = page; |
| | | } |
| | | |
| | | public UITablePageVO() { |
| | | } |
| | | |
| | | public Integer getLimit() { |
| | | return limit; |
| | | } |
| | | |
| | | public void setLimit(Integer limit) { |
| | | this.limit = limit; |
| | | } |
| | | |
| | | public Integer getPage() { |
| | | return page; |
| | | } |
| | | |
| | | public void setPage(Integer page) { |
| | | this.page = page; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "UITablePageVO{" + |
| | | "limit=" + limit + |
| | | ", page=" + page + |
| | | '}'; |
| | | } |
| | | } |
| | |
| | | |
| | | import javax.swing.text.Document; |
| | | |
| | | import com.vci.base.ui.swing.components.NumberPlainDocument; |
| | | import com.vci.base.ui.swing.components.VCIJTextField; |
| | | |
| | | public class IntegerTextField extends VCIJTextField implements Serializable { |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.swing; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.LinkedList; |
| | | import java.util.regex.Pattern; |
| | | |
| | | import javax.swing.text.AttributeSet; |
| | | import javax.swing.text.BadLocationException; |
| | | import javax.swing.text.PlainDocument; |
| | | |
| | | /** |
| | | * |
| | | * @author xiongchao |
| | | * |
| | | */ |
| | | public class NumberPlainDocument extends PlainDocument implements Serializable { |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private static final long serialVersionUID = 3552883300862479018L; |
| | | /** |
| | | * |
| | | */ |
| | | |
| | | boolean floatFlag = false; |
| | | public NumberPlainDocument(boolean floatFlag){ |
| | | this.floatFlag = floatFlag; |
| | | } |
| | | |
| | | public void insertString(int offs, String str, AttributeSet a) throws BadLocationException { |
| | | if (str == null) { |
| | | return; |
| | | } |
| | | char[] chars = str.toCharArray(); |
| | | LinkedList<Character> charsList = new LinkedList<Character>(); |
| | | for(char c : chars){ |
| | | // -å·è¦ä¹åºç°ï¼ä¸åªè½å¨æåé¢ï¼è¦å°ä¸åºç° |
| | | if(offs != 0 && pMinus.matcher(String.valueOf(c)).matches()){ |
| | | continue; |
| | | } |
| | | // å¹é
æ°å |
| | | if(pNum.matcher(String.valueOf(c)).matches()){ |
| | | charsList.add(c); |
| | | } |
| | | // å¹é
åå· |
| | | else if(pMinus.matcher(String.valueOf(c)).matches()){ |
| | | charsList.add(c); |
| | | } |
| | | else if(String.valueOf(c).equals(".")){ |
| | | if(floatFlag){ |
| | | charsList.add(c); |
| | | } |
| | | } |
| | | } |
| | | char[] charsNew = new char[charsList.size()]; |
| | | for(int i = 0; i < charsNew.length; i++){ |
| | | charsNew[i] = charsList.get(i); |
| | | } |
| | | super.insertString(offs, new String(charsNew), a); |
| | | } |
| | | |
| | | private Pattern pNum = Pattern.compile("\\d+"); |
| | | private Pattern pMinus = Pattern.compile("-?"); |
| | | } |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.swing; |
| | | |
| | | import com.vci.base.ui.swing.components.NumberPlainDocument; |
| | | import com.vci.base.ui.swing.components.VCIJTextField; |
| | | |
| | | import javax.swing.text.Document; |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.utils; |
| | | // |
| | | // Source code recreated from a .class file by IntelliJ IDEA |
| | | // (powered by FernFlower decompiler) |
| | | // |
| | | |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import java.beans.BeanInfo; |
| | | import java.beans.IntrospectionException; |
| | | import java.beans.Introspector; |
| | | import java.beans.PropertyDescriptor; |
| | | import java.lang.reflect.Field; |
| | | import java.lang.reflect.InvocationTargetException; |
| | | import java.math.BigDecimal; |
| | | import java.util.*; |
| | | |
| | | public class BeanUtilForVCI { |
| | | private static Logger logger = LoggerFactory.getLogger(BeanUtilForVCI.class); |
| | | |
| | | public BeanUtilForVCI() { |
| | | } |
| | | |
| | | public static void copyPropertiesIgnoreCase(Object source, Object target) { |
| | | copyPropertiesIgnoreCase(source, target, false); |
| | | } |
| | | |
| | | public static void copyPropertiesIgnoreCase(Object source, Object target, Map<String, String> fieldMap) { |
| | | copyPropertiesIgnoreCase(source, target, false, fieldMap); |
| | | } |
| | | |
| | | public static void copyPropertiesIgnoreCase(Object source, Object target, boolean ignoreNull) { |
| | | copyPropertiesIgnoreCase(source, target, ignoreNull, (Map)null); |
| | | } |
| | | |
| | | public static void copyDeclaredIgnoreCase(Object source, Object target) { |
| | | copyDeclaredIgnoreCase(source, target, false); |
| | | } |
| | | |
| | | public static void copyDeclaredIgnoreCase(Object source, Object target, boolean ignoreNull) { |
| | | copyDeclaredIgnoreCase(source, target, ignoreNull, (Map)null); |
| | | } |
| | | |
| | | public static void copyDeclaredIgnoreCase(Object source, Object target, boolean ignoreNull, Map<String, String> fieldMap) { |
| | | copyDeclaredIgnoreCase(source, target, ignoreNull, fieldMap, (Collection)null); |
| | | } |
| | | |
| | | public static void copyDeclaredIgnoreCase(Object source, Object target, boolean ignoreNull, Map<String, String> fieldMap, Collection<String> ignoreField) { |
| | | Map<String, Field> sourceMap = CacheFieldMap.getDeclaredFieldMap(source.getClass()); |
| | | Map<String, Field> targetMap = CacheFieldMap.getDeclaredFieldMap(target.getClass()); |
| | | copyPropertiesIgnoreCase(source, target, ignoreNull, fieldMap, ignoreField, sourceMap, targetMap); |
| | | } |
| | | |
| | | public static void copyPropertiesIgnoreCase(Object source, Object target, boolean ignoreNull, Map<String, String> fieldMap, Collection<String> ignoreField) { |
| | | Map<String, Field> sourceMap = CacheFieldMap.getFieldMap(source.getClass()); |
| | | Map<String, Field> targetMap = CacheFieldMap.getFieldMap(target.getClass()); |
| | | copyPropertiesIgnoreCase(source, target, ignoreNull, fieldMap, ignoreField, sourceMap, targetMap); |
| | | } |
| | | |
| | | public static void copyPropertiesIgnoreCase(Object source, Object target, boolean ignoreNull, Map<String, String> fieldMap, Collection<String> ignoreField, Map<String, Field> sourceMap, Map<String, Field> targetMap) { |
| | | if (fieldMap == null) { |
| | | fieldMap = new HashMap(); |
| | | } |
| | | |
| | | Map<String, String> finalFieldMap = fieldMap; |
| | | for (Field it : targetMap.values()) { |
| | | boolean not = false; |
| | | if (ignoreField != null && ignoreField.contains(it.getName())) { |
| | | not = true; |
| | | } |
| | | if (!not) { |
| | | |
| | | String itFieldName = it.getName().toLowerCase().replace("_", ""); |
| | | itFieldName = finalFieldMap.get(itFieldName)==null?itFieldName: (String)finalFieldMap.get(itFieldName); |
| | | Field field = sourceMap.get(itFieldName)==null?null:(Field)sourceMap.get(itFieldName); |
| | | if (field != null) { |
| | | it.setAccessible(true); |
| | | field.setAccessible(true); |
| | | |
| | | try { |
| | | String sourceClassName = field.getClass().getName(); |
| | | String targetClassName = it.getClass().getName(); |
| | | if ((sourceClassName.equalsIgnoreCase(Boolean.class.getName()) || sourceClassName.equalsIgnoreCase(Boolean.TYPE.getName())) && targetClassName.equalsIgnoreCase(String.class.getName()) || (targetClassName.equalsIgnoreCase(Boolean.class.getName()) || targetClassName.equalsIgnoreCase(Boolean.TYPE.getName())) && sourceClassName.equalsIgnoreCase(String.class.getName())) { |
| | | if (targetClassName.equalsIgnoreCase(String.class.getName())) { |
| | | it.set(target, String.valueOf((Boolean)field.get(source))); |
| | | } else { |
| | | it.set(target, Boolean.valueOf((String)field.get(source))); |
| | | } |
| | | } else if (!ignoreNull) { |
| | | it.set(target, field.get(source)); |
| | | } else { |
| | | Object sourceValue = field.get(source); |
| | | if (sourceValue != null && StringUtils.isNotBlank(sourceValue.toString())) { |
| | | it.set(target, sourceValue); |
| | | } |
| | | } |
| | | } catch (IllegalAccessException var13) { |
| | | if (logger.isErrorEnabled()) { |
| | | logger.error("æ·è´å±æ§åºé" + var13); |
| | | } |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | | public static void copyPropertiesIgnoreCase(Object source, Object target, boolean ignoreNull, Map<String, String> fieldMap) { |
| | | copyPropertiesIgnoreCase(source, target, ignoreNull, fieldMap, (Collection)null); |
| | | } |
| | | |
| | | private static class CacheFieldMap { |
| | | private static Map<String, Map<String, Field>> cacheMap = new HashMap(); |
| | | private static Map<String, Map<String, Field>> declaredCacheMap = new HashMap(); |
| | | |
| | | private CacheFieldMap() { |
| | | } |
| | | |
| | | private static Map<String, Field> getFieldMap(Class clazz) { |
| | | Map<String, Field> result = (Map)cacheMap.get(clazz.getName()); |
| | | if (result == null) { |
| | | Class var2 = CacheFieldMap.class; |
| | | synchronized(CacheFieldMap.class) { |
| | | if (result == null) { |
| | | Map<String, Field> fieldMap = new HashMap(); |
| | | List<Field> allFields = VciBaseUtil.getAllFieldForObj(clazz); |
| | | if (!CollectionUtils.isEmpty(allFields)) { |
| | | for (Field allField : allFields) { |
| | | fieldMap.put(allField.getName().toLowerCase().replace("_", ""), allField); |
| | | } |
| | | } |
| | | cacheMap.put(clazz.getName(), fieldMap); |
| | | result = (Map)cacheMap.get(clazz.getName()); |
| | | } |
| | | } |
| | | } |
| | | |
| | | return result; |
| | | } |
| | | |
| | | private static Map<String, Field> getDeclaredFieldMap(Class clazz) { |
| | | Map<String, Field> result = (Map)declaredCacheMap.get(clazz.getName()); |
| | | if (result == null) { |
| | | Class var2 = CacheFieldMap.class; |
| | | synchronized(CacheFieldMap.class) { |
| | | if (result == null) { |
| | | Map<String, Field> fieldMap = new HashMap(); |
| | | Field[] allFields = clazz.getDeclaredFields(); |
| | | if (allFields != null && allFields.length > 0) { |
| | | for (Field allField : allFields) { |
| | | fieldMap.put(allField.getName().toLowerCase().replace("_", ""), allField); |
| | | } |
| | | } |
| | | |
| | | declaredCacheMap.put(clazz.getName(), fieldMap); |
| | | result = (Map)declaredCacheMap.get(clazz.getName()); |
| | | } |
| | | } |
| | | } |
| | | |
| | | return result; |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * å°ä¸ä¸ª Map 对象转å为ä¸ä¸ª JavaBean |
| | | * @param clazz è¦è½¬åçç±»å |
| | | * @param map å
å«å±æ§å¼ç map |
| | | * @return 转ååºæ¥ç JavaBean 对象 |
| | | * @throws IntrospectionException |
| | | * 妿åæç±»å±æ§å¤±è´¥ |
| | | * @throws IllegalAccessException |
| | | * 妿å®ä¾å JavaBean 失败 |
| | | * @throws InstantiationException |
| | | * 妿å®ä¾å JavaBean 失败 |
| | | * @throws InvocationTargetException |
| | | * 妿è°ç¨å±æ§ç setter æ¹æ³å¤±è´¥ |
| | | */ |
| | | public static <T>T convertMap(Class<T> clazz, Map map) throws IntrospectionException, IllegalAccessException, InstantiationException, InvocationTargetException { |
| | | BeanInfo beanInfo = Introspector.getBeanInfo(clazz); // è·åç±»å±æ§ |
| | | T obj = clazz.newInstance(); |
| | | // ç» JavaBean 对象ç屿§èµå¼ |
| | | PropertyDescriptor[] propertyDescriptors = beanInfo.getPropertyDescriptors(); |
| | | for (int i = 0; i< propertyDescriptors.length; i++) { |
| | | PropertyDescriptor descriptor = propertyDescriptors[i]; |
| | | String propertyName = descriptor.getName(); |
| | | |
| | | if (map.containsKey(propertyName)) { |
| | | // ä¸é¢ä¸å¥å¯ä»¥ try èµ·æ¥ï¼è¿æ ·å½ä¸ä¸ªå±æ§èµå¼å¤±è´¥çæ¶åå°±ä¸ä¼å½±åå
¶ä»å±æ§èµå¼ã |
| | | Object value = map.get(propertyName); |
| | | |
| | | Object[] args = new Object[1]; |
| | | args[0] = value; |
| | | Field privateField = getPrivateField(propertyName, clazz); |
| | | if (privateField == null) { |
| | | } |
| | | privateField.setAccessible(true); |
| | | String type = privateField.getGenericType().toString(); |
| | | if (type.equals("class java.lang.String")) { |
| | | privateField.set(obj, value); |
| | | } else if (type.equals("class java.lang.Boolean")) { |
| | | privateField.set(obj, Boolean.parseBoolean(String.valueOf(value))); |
| | | } else if (type.equals("class java.lang.Long")) { |
| | | privateField.set(obj, Long.parseLong(String.valueOf(value))); |
| | | } else if (type.equals("class java.lang.Integer")) { |
| | | privateField.set(obj, Integer.parseInt(String.valueOf(value))); |
| | | } else if (type.equals("class java.lang.Double")) { |
| | | privateField.set(obj,Double.parseDouble(String.valueOf(value))); |
| | | } else if (type.equals("class java.lang.Float")) { |
| | | privateField.set(obj,Float.parseFloat(String.valueOf(value))); |
| | | } else if (type.equals("class java.math.BigDecimal")){ |
| | | privateField.set(obj,new BigDecimal(String.valueOf(value))); |
| | | }//å¯ç»§ç»è¿½å ç±»å |
| | | } |
| | | } |
| | | return obj; |
| | | } |
| | | /*æ¿å°åå°ç¶ç±»ç§æå±æ§*/ |
| | | private static Field getPrivateField(String name, Class cls) { |
| | | Field declaredField = null; |
| | | try { |
| | | declaredField = cls.getDeclaredField(name); |
| | | } catch (NoSuchFieldException ex) { |
| | | |
| | | if (cls.getSuperclass() == null) { |
| | | return declaredField; |
| | | } else { |
| | | declaredField = getPrivateField(name, cls.getSuperclass()); |
| | | } |
| | | } |
| | | return declaredField; |
| | | } |
| | | |
| | | /** |
| | | * è·åå°å¯¹è±¡ä¸å±æ§ä¸ºnullç屿§å |
| | | * |
| | | * @param source |
| | | * @return |
| | | *//* |
| | | private static String[] getNullPropertyNames(Object source) { |
| | | final BeanWrapper src = new BeanWrapperImpl(source); |
| | | PropertyDescriptor[] pds = src.getPropertyDescriptors(); |
| | | |
| | | Set<String> emptyNames = new HashSet<>(); |
| | | for (PropertyDescriptor pd : pds) { |
| | | Object srcValue = src.getPropertyValue(pd.getName()); |
| | | if (ObjectUtils.isEmpty(srcValue)) { |
| | | emptyNames.add(pd.getName()); |
| | | } |
| | | } |
| | | String[] result = new String[emptyNames.size()]; |
| | | return emptyNames.toArray(result); |
| | | }*/ |
| | | |
| | | /** |
| | | * æ·è´éç©ºå¯¹è±¡å±æ§å¼ |
| | | * |
| | | * @param source |
| | | * @param target |
| | | *//* |
| | | public static void copyPropertiesIgnoreNull(Object source, Object target) { |
| | | BeanUtils.copyProperties(source, target, getNullPropertyNames(source)); |
| | | }*/ |
| | | |
| | | /** |
| | | * éåæ·è´éç©ºæ°æ® |
| | | * |
| | | * @param source æ°æ®æº |
| | | * @param target ç®æ |
| | | * @param propertyName è¦å¹é
ç屿§å,ä¾å¦ä¸¤ä¸ªéå使ç¨idè¿è¡å¹é
æ·è´ propertyName: "id" |
| | | */ |
| | | // public static void copyListPropertiesIgnoreNull(List<?> source, List<?> target, String propertyName) { |
| | | // if (CollectionUtils.isEmpty(source)) { |
| | | // throw new NullPointerException("copyListPropertiesIgnoreNull sourceæºæ°æ®ä¸ºç©º!"); |
| | | // } |
| | | // Map<Object, Object> map = new HashMap<>(source.size()); |
| | | // for (Object s : source) { |
| | | // final BeanWrapper sourceBean = new BeanWrapperImpl(s); |
| | | // Object value = sourceBean.getPropertyValue(propertyName); |
| | | // if (value == null) { |
| | | // throw new NullPointerException("copyListPropertiesIgnoreNullè·ååæ°å¼å¸¸"); |
| | | // } |
| | | // map.put(value, s); |
| | | // } |
| | | // |
| | | // for (Object s : target) { |
| | | // final BeanWrapper targetBean = new BeanWrapperImpl(s); |
| | | // Object value = targetBean.getPropertyValue(propertyName); |
| | | // if (value == null) { |
| | | // throw new NullPointerException("copyListPropertiesIgnoreNullè·ååæ°å¼å¸¸"); |
| | | // } |
| | | // map.put(value, s); |
| | | // } |
| | | // } |
| | | } |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.utils; |
| | | import net.logstash.logback.encoder.org.apache.commons.lang3.StringUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | |
| | | import com.vci.base.common.resource.CommonProperties; |
| | | |
| | | /** |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.utils; |
| | | |
| | | import org.apache.commons.lang.StringUtils; |
| | | import com.vci.base.ui.exception.VCIException; |
| | | import java.text.DateFormat; |
| | | import java.text.ParseException; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.ArrayList; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.regex.Matcher; |
| | | import java.util.regex.Pattern; |
| | | |
| | | public class DateConverter { |
| | | private DateFormat dateFormat; |
| | | private int exactDateLength; |
| | | private Date value; |
| | | |
| | | public DateConverter() { |
| | | } |
| | | |
| | | public DateFormat getDateFormat() { |
| | | return this.dateFormat; |
| | | } |
| | | |
| | | public void setDateFormat(DateFormat dateFormat) { |
| | | this.dateFormat = dateFormat; |
| | | } |
| | | |
| | | public int getExactDateLength() { |
| | | return this.exactDateLength; |
| | | } |
| | | |
| | | public void setExactDateLength(int exactDateLength) { |
| | | this.exactDateLength = exactDateLength; |
| | | } |
| | | |
| | | public Date getValue() { |
| | | return this.value; |
| | | } |
| | | |
| | | public void setValue(Date value) { |
| | | this.value = value; |
| | | } |
| | | |
| | | public void setAsText(String text) throws VCIException { |
| | | if (StringUtils.isBlank(text)) { |
| | | this.setValue((Date)null); |
| | | } else { |
| | | text = text.trim(); |
| | | text = text.replace("å¹´", "-").replace("æ", "-").replace("æ¥", "").replace("æ¶", ":").replace("å", ":"); |
| | | String pattern = "\\d{2,4}([^\\d]?)\\d{1,2}\\1\\d{1,2}( \\d{1,2}([^\\d])\\d{1,2})?"; |
| | | Pattern r = Pattern.compile(pattern); |
| | | Matcher m = r.matcher(text); |
| | | if (!m.find()) { |
| | | throw new VCIException("䏿¯åæ ¼çæ¶é´æ ¼å¼å符串,{0}", new String[]{text}); |
| | | } |
| | | |
| | | String dateSplit = m.group(1); |
| | | String timeSplit = m.group(3); |
| | | String formateStr = String.format("yyyy%sMM%sdd", dateSplit, dateSplit); |
| | | String yearMD; |
| | | if (StringUtils.isNotBlank(timeSplit)) { |
| | | yearMD = text.substring(text.indexOf(" ")); |
| | | String[] split = yearMD.split(timeSplit); |
| | | if (split.length == 2) { |
| | | formateStr = formateStr + String.format(" HH%smm", timeSplit); |
| | | } |
| | | |
| | | if (split.length > 2) { |
| | | formateStr = formateStr + String.format(" HH%smm%sss", timeSplit, timeSplit); |
| | | } |
| | | |
| | | if (yearMD.contains(".")) { |
| | | formateStr = formateStr + ".SSS"; |
| | | } |
| | | } |
| | | |
| | | yearMD = text.contains(" ") ? text.substring(0, text.indexOf(" ")) : text; |
| | | if (StringUtils.isNotBlank(dateSplit)) { |
| | | String year = text.substring(0, text.indexOf(dateSplit)); |
| | | if (StringUtils.isNotBlank(year) && year.length() == 2) { |
| | | formateStr = formateStr.replace("yyyy", "yy"); |
| | | } |
| | | |
| | | String[] split = yearMD.split(dateSplit); |
| | | if (split.length == 2) { |
| | | formateStr = formateStr.replace("dd", ""); |
| | | } |
| | | } else if (!text.matches("^[0-9]*$")) { |
| | | if (text.length() == 5) { |
| | | formateStr = formateStr.replace("yyyyMMdd", "yy" + text.substring(2, 3) + "MM"); |
| | | } |
| | | |
| | | if (text.length() == 7) { |
| | | formateStr = formateStr.replace("yyyyMMdd", "yyyy" + text.substring(4, 5) + "MM"); |
| | | } |
| | | } else if (text.length() == 2 && text.matches("^[0-9]*$")) { |
| | | formateStr = "yy"; |
| | | } else if (text.length() == 4 && text.matches("^[0-9]*$")) { |
| | | formateStr = "yyyy"; |
| | | } else if (text.length() == 6 && text.matches("^[0-9]*$")) { |
| | | formateStr = "yyyyMM"; |
| | | } else if (StringUtils.isNotBlank(yearMD) && yearMD.length() < 6) { |
| | | formateStr = formateStr.replace("yyyy", "yy"); |
| | | } |
| | | |
| | | SimpleDateFormat simpleDateFormat = new SimpleDateFormat(formateStr); |
| | | |
| | | try { |
| | | this.setValue(simpleDateFormat.parse(text)); |
| | | } catch (ParseException var13) { |
| | | formateStr = formateStr.replace("yyyy", "yy"); |
| | | simpleDateFormat = new SimpleDateFormat(formateStr); |
| | | |
| | | try { |
| | | this.setValue(simpleDateFormat.parse(text)); |
| | | } catch (ParseException var12) { |
| | | if (text.length() == 2 && text.matches("^[0-9]*$")) { |
| | | formateStr = "yy"; |
| | | } |
| | | |
| | | throw new VCIException("ä¸è½æ ¼å¼åæ¥æ: {0}", new String[]{text}); |
| | | } |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | private String fillNano(String text) { |
| | | String nano = text.substring(text.lastIndexOf(".") + 1); |
| | | if (nano.length() < 3) { |
| | | for(int i = 0; i < 3 - nano.length(); ++i) { |
| | | nano = nano + "0"; |
| | | } |
| | | } |
| | | |
| | | return text.substring(0, text.lastIndexOf(".")) + "." + nano; |
| | | } |
| | | |
| | | public static void main(String[] args) { |
| | | List<String> list = new ArrayList<String>() { |
| | | { |
| | | this.add("2020-11-12 12:12:03"); |
| | | this.add("2020-1-2 2:2:3"); |
| | | this.add("2020-11-12 12:12:03.232"); |
| | | this.add("2020/11/12 12:12:03"); |
| | | this.add("2020/1/2 2:2:3"); |
| | | this.add("2020/11/12 12:12:03.232"); |
| | | this.add("20/11/12 12:12:03"); |
| | | this.add("20/1/2 2:2:3"); |
| | | this.add("20/11/12 12:12:03.232"); |
| | | this.add("2020"); |
| | | this.add("2020-11"); |
| | | this.add("202011"); |
| | | this.add("12:02:12"); |
| | | this.add("2:2:3"); |
| | | this.add("20201112"); |
| | | this.add("202012"); |
| | | this.add("202012"); |
| | | this.add("2020å¹´11æ12æ¥ 12æ¶12å03ç§"); |
| | | this.add("2020å¹´1æ2æ¥ 2:2:3"); |
| | | this.add("2020å¹´11æ12æ¥ 12æ¶12å03ç§232毫ç§"); |
| | | } |
| | | }; |
| | | for (String t : list) { |
| | | try { |
| | | DateConverter dateConverter = new DateConverter(); |
| | | dateConverter.setAsText(t); |
| | | System.out.println("转æ¢å:" + t + "; 转æ¢å:" + VciDateUtil.date2Str(dateConverter.getValue(), "yyyy-MM-dd HH:mm:ss.SSS")); |
| | | } catch (Throwable var2) { |
| | | var2.printStackTrace(); |
| | | } |
| | | } |
| | | } |
| | | |
| | | public String getAsText(String dateFormat) { |
| | | Date value = this.getValue(); |
| | | if (StringUtils.isEmpty(dateFormat)) { |
| | | dateFormat = "yyyy-MM-dd HH:mm:ss.SSS"; |
| | | } |
| | | |
| | | return value != null ? (new SimpleDateFormat(dateFormat)).format(value) : ""; |
| | | } |
| | | } |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.utils; |
| | | import com.alibaba.cloud.commons.lang.StringUtils; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.alibaba.nacos.shaded.com.google.gson.JsonObject; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.object.R; |
| | | |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.apache.http.*; |
| | | import org.apache.http.client.ClientProtocolException; |
| | | import org.apache.http.client.entity.UrlEncodedFormEntity; |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.utils; |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.google.common.collect.Lists; |
| | | import com.vci.ubcs.starter.web.util.VciBaseUtil; |
| | | import com.alibaba.nacos.shaded.com.google.common.collect.Lists; |
| | | |
| | | import org.apache.commons.beanutils.ConvertUtils; |
| | | import org.apache.commons.beanutils.PropertyUtils; |
| | | import org.apache.poi.ss.formula.functions.T; |
| | | import org.springframework.util.StringUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import java.lang.reflect.Field; |
| | | import java.lang.reflect.Type; |
| | | import java.text.ParseException; |
| | |
| | | try{ |
| | | //åå¾å¼ç类形 |
| | | Class type = PropertyUtils.getPropertyType(obj, fieldName); |
| | | if(!StringUtils.isEmpty(type)){ |
| | | if(type!=null){ |
| | | |
| | | PropertyUtils.setProperty(obj, fieldName,convert(value, type)); |
| | | } |
| | |
| | | try{ |
| | | //åå¾å¼ç类形 |
| | | Class type = PropertyUtils.getPropertyType(obj, fieldName); |
| | | if(!StringUtils.isEmpty(type)){ |
| | | |
| | | if(type!=null){ |
| | | PropertyUtils.setProperty(obj, fieldName,convert(value, type)); |
| | | } |
| | | }catch(Exception ex){ |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.utils; |
| | | |
| | | // |
| | | // Source code recreated from a .class file by IntelliJ IDEA |
| | | // (powered by FernFlower decompiler) |
| | | // |
| | | |
| | | //package com.vci.starter.web.util; |
| | | |
| | | import java.text.ParseException; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Calendar; |
| | | import java.util.Date; |
| | | |
| | | public class Lunar { |
| | | private int year; |
| | | private int month; |
| | | private int day; |
| | | private boolean leap; |
| | | static final String[] chineseNumber = new String[]{"ä¸", "äº", "ä¸", "å", "äº", "å
", "ä¸", "å
«", "ä¹", "å", "åä¸", "åäº"}; |
| | | static SimpleDateFormat chineseDateFormat = new SimpleDateFormat("yyyyå¹´MMæddæ¥"); |
| | | static final long[] lunarInfo = new long[]{19416L, 19168L, 42352L, 21717L, 53856L, 55632L, 91476L, 22176L, 39632L, 21970L, 19168L, 42422L, 42192L, 53840L, 119381L, 46400L, 54944L, 44450L, 38320L, 84343L, 18800L, 42160L, 46261L, 27216L, 27968L, 109396L, 11104L, 38256L, 21234L, 18800L, 25958L, 54432L, 59984L, 28309L, 23248L, 11104L, 100067L, 37600L, 116951L, 51536L, 54432L, 120998L, 46416L, 22176L, 107956L, 9680L, 37584L, 53938L, 43344L, 46423L, 27808L, 46416L, 86869L, 19872L, 42448L, 83315L, 21200L, 43432L, 59728L, 27296L, 44710L, 43856L, 19296L, 43748L, 42352L, 21088L, 62051L, 55632L, 23383L, 22176L, 38608L, 19925L, 19152L, 42192L, 54484L, 53840L, 54616L, 46400L, 46496L, 103846L, 38320L, 18864L, 43380L, 42160L, 45690L, 27216L, 27968L, 44870L, 43872L, 38256L, 19189L, 18800L, 25776L, 29859L, 59984L, 27480L, 21952L, 43872L, 38613L, 37600L, 51552L, 55636L, 54432L, 55888L, 30034L, 22176L, 43959L, 9680L, 37584L, 51893L, 43344L, 46240L, 47780L, 44368L, 21977L, 19360L, 42416L, 86390L, 21168L, 43312L, 31060L, 27296L, 44368L, 23378L, 19296L, 42726L, 42208L, 53856L, 60005L, 54576L, 23200L, 30371L, 38608L, 19415L, 19152L, 42192L, 118966L, 53840L, 54560L, 56645L, 46496L, 22224L, 21938L, 18864L, 42359L, 42160L, 43600L, 111189L, 27936L, 44448L}; |
| | | |
| | | private static final int yearDays(int y) { |
| | | int sum = 348; |
| | | |
| | | for(int i = 32768; i > 8; i >>= 1) { |
| | | if ((lunarInfo[y - 1900] & (long)i) != 0L) { |
| | | ++sum; |
| | | } |
| | | } |
| | | |
| | | return sum + leapDays(y); |
| | | } |
| | | |
| | | private static final int leapDays(int y) { |
| | | if (leapMonth(y) != 0) { |
| | | return (lunarInfo[y - 1900] & 65536L) != 0L ? 30 : 29; |
| | | } else { |
| | | return 0; |
| | | } |
| | | } |
| | | |
| | | private static final int leapMonth(int y) { |
| | | return (int)(lunarInfo[y - 1900] & 15L); |
| | | } |
| | | |
| | | private static final int monthDays(int y, int m) { |
| | | return (lunarInfo[y - 1900] & (long)(65536 >> m)) == 0L ? 29 : 30; |
| | | } |
| | | |
| | | public final String animalsYear() { |
| | | String[] Animals = new String[]{"é¼ ", "ç", "è", "å
", "é¾", "è", "马", "ç¾", "ç´", "鸡", "ç", "çª"}; |
| | | return Animals[(this.year - 4) % 12]; |
| | | } |
| | | |
| | | private static final String cyclicalm(int num) { |
| | | String[] Gan = new String[]{"ç²", "ä¹", "ä¸", "ä¸", "æ", "å·±", "åº", "è¾", "壬", "ç¸"}; |
| | | String[] Zhi = new String[]{"å", "ä¸", "å¯
", "å¯", "è¾°", "å·³", "å", "æª", "ç³", "é
", "æ", "亥"}; |
| | | return Gan[num % 10] + Zhi[num % 12]; |
| | | } |
| | | |
| | | public final String cyclical() { |
| | | int num = this.year - 1900 + 36; |
| | | return cyclicalm(num); |
| | | } |
| | | |
| | | public Lunar(Calendar cal) { |
| | | //int leapMonth = false; |
| | | Date baseDate = null; |
| | | |
| | | try { |
| | | baseDate = chineseDateFormat.parse("1900å¹´1æ31æ¥"); |
| | | } catch (ParseException var12) { |
| | | var12.printStackTrace(); |
| | | } |
| | | |
| | | int offset = (int)((cal.getTime().getTime() - baseDate.getTime()) / 86400000L); |
| | | int dayCyl = offset + 40; |
| | | int monCyl = 14; |
| | | int daysOfYear = 0; |
| | | |
| | | int iYear; |
| | | for(iYear = 1900; iYear < 2050 && offset > 0; ++iYear) { |
| | | daysOfYear = yearDays(iYear); |
| | | offset -= daysOfYear; |
| | | monCyl += 12; |
| | | } |
| | | |
| | | if (offset < 0) { |
| | | offset += daysOfYear; |
| | | --iYear; |
| | | monCyl -= 12; |
| | | } |
| | | |
| | | this.year = iYear; |
| | | int yearCyl = iYear - 1864; |
| | | int leapMonth = leapMonth(iYear); |
| | | this.leap = false; |
| | | int daysOfMonth = 0; |
| | | |
| | | int iMonth; |
| | | for(iMonth = 1; iMonth < 13 && offset > 0; ++iMonth) { |
| | | if (leapMonth > 0 && iMonth == leapMonth + 1 && !this.leap) { |
| | | --iMonth; |
| | | this.leap = true; |
| | | daysOfMonth = leapDays(this.year); |
| | | } else { |
| | | daysOfMonth = monthDays(this.year, iMonth); |
| | | } |
| | | |
| | | offset -= daysOfMonth; |
| | | if (this.leap && iMonth == leapMonth + 1) { |
| | | this.leap = false; |
| | | } |
| | | |
| | | if (!this.leap) { |
| | | ++monCyl; |
| | | } |
| | | } |
| | | |
| | | if (offset == 0 && leapMonth > 0 && iMonth == leapMonth + 1) { |
| | | if (this.leap) { |
| | | this.leap = false; |
| | | } else { |
| | | this.leap = true; |
| | | --iMonth; |
| | | --monCyl; |
| | | } |
| | | } |
| | | |
| | | if (offset < 0) { |
| | | offset += daysOfMonth; |
| | | --iMonth; |
| | | --monCyl; |
| | | } |
| | | |
| | | this.month = iMonth; |
| | | this.day = offset + 1; |
| | | } |
| | | |
| | | public static String getChinaDayString(int day) { |
| | | String[] chineseTen = new String[]{"å", "å", "廿", "å
"}; |
| | | int n = day % 10 == 0 ? 9 : day % 10 - 1; |
| | | if (day > 30) { |
| | | return ""; |
| | | } else { |
| | | return day == 10 ? "åå" : chineseTen[day / 10] + chineseNumber[n]; |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | String m = chineseNumber[this.month - 1]; |
| | | if (m != null && m.trim().equals("ä¸")) { |
| | | m = "æ£"; |
| | | } |
| | | |
| | | if (m != null && m.trim().equals("åä¸")) { |
| | | m = "å¬"; |
| | | } |
| | | |
| | | if (m != null && m.trim().equals("åäº")) { |
| | | m = "è
"; |
| | | } |
| | | |
| | | return this.year + this.cyclical() + this.animalsYear() + "å¹´" + (this.leap ? "é°" : "") + m + "æ" + getChinaDayString(this.day); |
| | | } |
| | | |
| | | public String getDate() { |
| | | String m = chineseNumber[this.month - 1]; |
| | | if (m != null && m.trim().equals("ä¸")) { |
| | | m = "æ£"; |
| | | } |
| | | |
| | | if (m != null && m.trim().equals("åä¸")) { |
| | | m = "å¬"; |
| | | } |
| | | |
| | | if (m != null && m.trim().equals("åäº")) { |
| | | m = "è
"; |
| | | } |
| | | |
| | | return this.animalsYear() + "å¹´" + (this.leap ? "é°" : "") + m + "æ" + getChinaDayString(this.day); |
| | | } |
| | | |
| | | public static void main(String[] args) throws ParseException { |
| | | Calendar today = Calendar.getInstance(); |
| | | today.setTime(chineseDateFormat.parse("2013å¹´2æ1æ¥")); |
| | | Lunar lunar = new Lunar(today); |
| | | System.out.println(lunar.toString()); |
| | | System.out.println("å京æ¶é´ï¼" + chineseDateFormat.format(today.getTime()) + "ãåå" + lunar); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.utils; |
| | | |
| | | // |
| | | // Source code recreated from a .class file by IntelliJ IDEA |
| | | // (powered by FernFlower decompiler) |
| | | // |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.alibaba.fastjson.serializer.SerializerFeature; |
| | | import com.vci.base.ui.exception.VCIException; |
| | | import com.vci.rmip.code.client.codeapply.Apply410.enums.BooleanEnum; |
| | | |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import java.beans.BeanInfo; |
| | | import java.beans.IntrospectionException; |
| | | import java.beans.Introspector; |
| | | import java.beans.PropertyDescriptor; |
| | | import java.io.File; |
| | | import java.io.IOException; |
| | | import java.lang.Character.UnicodeBlock; |
| | | import java.lang.annotation.Annotation; |
| | | import java.lang.reflect.Field; |
| | | import java.lang.reflect.InvocationTargetException; |
| | | import java.lang.reflect.Method; |
| | | import java.math.BigDecimal; |
| | | import java.math.BigInteger; |
| | | import java.net.InetAddress; |
| | | import java.net.NetworkInterface; |
| | | import java.util.*; |
| | | import java.util.regex.Matcher; |
| | | import java.util.regex.Pattern; |
| | | |
| | | public class VciBaseUtil { |
| | | |
| | | private static Logger log = LoggerFactory.getLogger(VciBaseUtil.class); |
| | | public static final String NOTIN = "not in"; |
| | | private static String localIp = null; |
| | | |
| | | public VciBaseUtil() { |
| | | } |
| | | |
| | | /*public static String getPk() { |
| | | return String.valueOf(getPKLong(1,1)); |
| | | }*/ |
| | | |
| | | /* public static Long getPKLong(long workerId,long dataCenterId){ |
| | | snowflake snowflake = IdUtil.getSnowflake(workerId,dataCenterId); |
| | | return snowflake.nextId(); |
| | | }*/ |
| | | |
| | | public static int getIntForBoolean(boolean b) { |
| | | return b ? 1 : 0; |
| | | } |
| | | |
| | | public static int getIntFromHibernateResult(Object obj) { |
| | | if (obj == null) { |
| | | return 0; |
| | | } else if (obj instanceof BigDecimal) { |
| | | return ((BigDecimal)obj).intValue(); |
| | | } else if (obj instanceof BigInteger) { |
| | | return ((BigInteger)obj).intValue(); |
| | | } else if (obj instanceof Double) { |
| | | return ((Double)obj).intValue(); |
| | | } else if (obj instanceof Long) { |
| | | return ((Long)obj).intValue(); |
| | | } else if (obj instanceof Short) { |
| | | return ((Short)obj).intValue(); |
| | | } else if (obj instanceof Float) { |
| | | return ((Float)obj).intValue(); |
| | | } else if (obj instanceof String) { |
| | | try { |
| | | return Integer.valueOf(obj.toString()); |
| | | } catch (Exception var2) { |
| | | return 0; |
| | | } |
| | | } else { |
| | | return 0; |
| | | } |
| | | } |
| | | public static long getLong(String s) { |
| | | long l = 0L; |
| | | if (s == null) { |
| | | return 0L; |
| | | } else { |
| | | try { |
| | | l = Long.parseLong(s); |
| | | return l; |
| | | } catch (Exception var4) { |
| | | return 0L; |
| | | } |
| | | } |
| | | } |
| | | |
| | | public static float getFloat(String s) { |
| | | float f = 0.0F; |
| | | if (s == null) { |
| | | return 0.0F; |
| | | } else { |
| | | try { |
| | | f = Float.parseFloat(s); |
| | | return f; |
| | | } catch (Exception var3) { |
| | | return 0.0F; |
| | | } |
| | | } |
| | | } |
| | | |
| | | public static int getInt(String string) { |
| | | //int i = false; |
| | | if (string != null && !"".equals(string.trim())) { |
| | | if (string.contains(".")) { |
| | | string = string.substring(0, string.indexOf(".")); |
| | | } |
| | | |
| | | try { |
| | | int i = Integer.parseInt(string); |
| | | return i; |
| | | } catch (Exception var3) { |
| | | return 0; |
| | | } |
| | | } else { |
| | | return 0; |
| | | } |
| | | } |
| | | |
| | | public static double getDouble(String s) { |
| | | double d = 0.0D; |
| | | if (isNull(s)) { |
| | | return 0.0D; |
| | | } else { |
| | | try { |
| | | d = Double.parseDouble(s); |
| | | return d; |
| | | } catch (Exception var4) { |
| | | return 0.0D; |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | public static boolean getBoolean(String s) { |
| | | return BooleanEnum.TRUE.getValue().equals(s); |
| | | } |
| | | |
| | | public static String removeComma(String s) { |
| | | if (s != null && s.trim().length() != 0) { |
| | | if (s.startsWith(",")) { |
| | | s = s.substring(1, s.length()); |
| | | } |
| | | |
| | | if (s.endsWith(",")) { |
| | | s = s.substring(0, s.length() - 1); |
| | | } |
| | | |
| | | return s; |
| | | } else { |
| | | return s; |
| | | } |
| | | } |
| | | |
| | | public static String toInSql(String s) { |
| | | s = removeComma(s); |
| | | if (s != null && s.trim().length() != 0) { |
| | | String[] temp = s.split(","); |
| | | return toInSql(temp); |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static String toInSql(String[] s) { |
| | | if (s != null && s.length > 0) { |
| | | StringBuilder sb = new StringBuilder(); |
| | | if (s != null && s.length > 0) { |
| | | for(int i = 0; i < s.length; ++i) { |
| | | if (s[i] != null && s[i].trim().length() > 0 && !s[i].startsWith("'")) { |
| | | sb.append("'").append(s[i]).append("',"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | return removeComma(sb.toString()); |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static String toInSql(String field, String s) { |
| | | return !StringUtils.isBlank(field) && !StringUtils.isBlank(s) ? toInSql(field, removeComma(s).split(","), "") : ""; |
| | | } |
| | | |
| | | public static String toInSql(String field, String[] s) { |
| | | return toInSql(field, s, "in"); |
| | | } |
| | | |
| | | public static String toInSql(String field, String[] s, String operation) { |
| | | if (!StringUtils.isBlank(field) && s != null && s.length != 0) { |
| | | StringBuilder sb = new StringBuilder(); |
| | | if (s != null && s.length > 0) { |
| | | String andOr = "or"; |
| | | if (operation.trim().toLowerCase().equals("not in")) { |
| | | andOr = "and"; |
| | | } |
| | | |
| | | for(int i = 0; i < s.length; ++i) { |
| | | if (s[i] != null && s[i].trim().length() > 0 && !s[i].startsWith("'")) { |
| | | if (i == 0) { |
| | | sb.append(field).append(" ").append(operation).append(" ("); |
| | | } |
| | | |
| | | if (i % 500 == 0 && i != 0) { |
| | | sb.append(" ").append(andOr).append(" ").append(field).append(" ").append(operation).append(" ("); |
| | | } |
| | | |
| | | sb.append("'").append(s[i]).append("'"); |
| | | if (i % 500 != 499 && i != s.length - 1) { |
| | | sb.append(","); |
| | | } |
| | | |
| | | if (i % 500 == 499 || i == s.length - 1) { |
| | | sb.append(") "); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | return sb.toString(); |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | /** @deprecated */ |
| | | @Deprecated |
| | | public static String arrayToString(String[] array) { |
| | | if (array != null && array.length > 0) { |
| | | StringBuilder sb = new StringBuilder(); |
| | | |
| | | for(int i = 0; i < array.length; ++i) { |
| | | String record = array[i]; |
| | | if (StringUtils.isNotBlank(record)) { |
| | | sb.append(record).append(","); |
| | | } |
| | | } |
| | | |
| | | return removeComma(sb.toString()); |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static String collectionToString(Collection collection) { |
| | | if (CollectionUtils.isEmpty(collection)) { |
| | | return ""; |
| | | } else { |
| | | StringBuilder sb = new StringBuilder(); |
| | | Iterator it = collection.iterator(); |
| | | |
| | | while(true) { |
| | | Object record; |
| | | do { |
| | | do { |
| | | if (!it.hasNext()) { |
| | | return removeComma(sb.toString()); |
| | | } |
| | | |
| | | record = it.next(); |
| | | } while(record == null); |
| | | } while(record instanceof String && !StringUtils.isNotBlank((String)record)); |
| | | |
| | | sb.append(record.toString()).append(","); |
| | | } |
| | | } |
| | | } |
| | | |
| | | public static String toUpForFirst(String s) { |
| | | if (s != null && s.trim().length() != 0) { |
| | | String temp = s.substring(0, 1); |
| | | temp = temp.toUpperCase(); |
| | | return temp + s.substring(1, s.length()); |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static String toLowForFirst(String s) { |
| | | if (s != null && s.trim().length() != 0) { |
| | | String temp = s.substring(0, 1); |
| | | temp = temp.toLowerCase(); |
| | | return temp + s.substring(1, s.length()); |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static int countOfString(String s, char findC) { |
| | | Map<String, Integer> charMap = new HashMap(); |
| | | char[] cs = s.toCharArray(); |
| | | char[] var4 = cs; |
| | | int var5 = cs.length; |
| | | |
| | | for(int var6 = 0; var6 < var5; ++var6) { |
| | | char c = var4[var6]; |
| | | charMap.put(String.valueOf(c), !charMap.containsKey(String.valueOf(c)) ? 1 : (Integer)charMap.get(String.valueOf(c)) + 1); |
| | | } |
| | | |
| | | return (Integer)charMap.get(String.valueOf(findC)); |
| | | } |
| | | |
| | | public static List<String> str2List(String s) { |
| | | if (isNull(s)) { |
| | | return null; |
| | | } else { |
| | | List<String> l = new ArrayList(); |
| | | Collections.addAll(l, removeComma(s).split(",")); |
| | | return l; |
| | | } |
| | | } |
| | | |
| | | public static String list2String(List<String> ls) { |
| | | return ls != null && ls.size() != 0 ? (String) org.apache.commons.lang.StringUtils.join(ls,"") : ""; |
| | | } |
| | | |
| | | public static boolean isNull(String o) { |
| | | return StringUtils.isEmpty(o); |
| | | } |
| | | |
| | | public static boolean isNotNull(String o) { |
| | | return !isNull(o); |
| | | } |
| | | |
| | | public static boolean isNullOrNullString(String o) { |
| | | return StringUtils.isBlank(o); |
| | | } |
| | | |
| | | public static boolean inArray(String[] arr, String s) { |
| | | if (arr != null && s != null) { |
| | | String[] var2 = arr; |
| | | int var3 = arr.length; |
| | | |
| | | for(int var4 = 0; var4 < var3; ++var4) { |
| | | String a = var2[var4]; |
| | | if (s.trim().equalsIgnoreCase(a)) { |
| | | return true; |
| | | } |
| | | } |
| | | } |
| | | |
| | | return false; |
| | | } |
| | | |
| | | public static boolean inArray(Object[] arr, Object o) { |
| | | if (arr != null && o != null) { |
| | | Object[] var2 = arr; |
| | | int var3 = arr.length; |
| | | |
| | | for(int var4 = 0; var4 < var3; ++var4) { |
| | | Object a = var2[var4]; |
| | | if (a.equals(o)) { |
| | | return true; |
| | | } |
| | | } |
| | | } |
| | | |
| | | return false; |
| | | } |
| | | |
| | | public static double round(double value, int scale, int roundingMode) { |
| | | BigDecimal bd = new BigDecimal(value); |
| | | bd = bd.setScale(scale, roundingMode); |
| | | double d = bd.doubleValue(); |
| | | bd = null; |
| | | return d; |
| | | } |
| | | |
| | | public static double round(double value, int scale) { |
| | | return round(value, scale, 4); |
| | | } |
| | | |
| | | public static boolean isEmail(String string) { |
| | | if (StringUtils.isBlank(string)) { |
| | | return false; |
| | | } else { |
| | | String regEx1 = "^([a-z0-9A-Z]+[-|\\.]?)+[a-z0-9A-Z]@([a-z0-9A-Z]+(-[a-z0-9A-Z]+)?\\.)+[a-zA-Z]{2,}$"; |
| | | Pattern p = Pattern.compile(regEx1); |
| | | Matcher m = p.matcher(string); |
| | | return m.matches(); |
| | | } |
| | | } |
| | | |
| | | public static boolean isNumber(String s) { |
| | | return StringUtils.isNotBlank(s) && s.matches("\\d+\\.?\\d*"); |
| | | } |
| | | |
| | | public static Field getFieldForObject(String fieldName, List<Field> fieldsList) { |
| | | if (StringUtils.isBlank(fieldName)) { |
| | | return null; |
| | | } else { |
| | | if (fieldsList != null && fieldsList.size() > 0) { |
| | | Iterator var2 = fieldsList.iterator(); |
| | | |
| | | while(var2.hasNext()) { |
| | | Field field = (Field)var2.next(); |
| | | if (field.getName().toLowerCase().equals(fieldName.toLowerCase())) { |
| | | return field; |
| | | } |
| | | } |
| | | } |
| | | |
| | | return null; |
| | | } |
| | | } |
| | | |
| | | public static Method getSetmethod(Class c, String fieldName) { |
| | | if (c != null && StringUtils.isNotBlank(fieldName)) { |
| | | try { |
| | | PropertyDescriptor pd = new PropertyDescriptor(fieldName, c); |
| | | return pd.getWriteMethod(); |
| | | } catch (SecurityException var3) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("è·ågetteråºé", var3); |
| | | } |
| | | } catch (IntrospectionException var4) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("è·ågetteråºé", var4); |
| | | } |
| | | } |
| | | } |
| | | |
| | | return null; |
| | | } |
| | | |
| | | public static Method getGetmethod(Class c, String fieldName) { |
| | | if (c != null && StringUtils.isNotBlank(fieldName)) { |
| | | try { |
| | | PropertyDescriptor pd = new PropertyDescriptor(fieldName, c); |
| | | return pd.getReadMethod(); |
| | | } catch (SecurityException var3) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("è·ågetteråºé", var3); |
| | | } |
| | | } catch (IntrospectionException var4) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("è·ågetteråºé", var4); |
| | | } |
| | | } |
| | | } |
| | | |
| | | return null; |
| | | } |
| | | |
| | | public static String getColumnAnnotaionNameValue(Annotation[] fieldAnnotaions) { |
| | | return getAnnotationValue("com.vci.starter.web.annotation.Column,javax.persistence.Column", "name", fieldAnnotaions); |
| | | } |
| | | |
| | | public static String getAnnotationValue(String annotationName, String methodName, Annotation[] fieldAnnotaions) { |
| | | String[] annotaionNameArray = annotationName.split(","); |
| | | Annotation[] var4 = fieldAnnotaions; |
| | | int var5 = fieldAnnotaions.length; |
| | | |
| | | for(int var6 = 0; var6 < var5; ++var6) { |
| | | Annotation annotation = var4[var6]; |
| | | String anname = annotation.annotationType().getName(); |
| | | if (inArray(annotaionNameArray, anname)) { |
| | | String name = null; |
| | | |
| | | try { |
| | | name = (String)annotation.getClass().getMethod(methodName).invoke(annotation); |
| | | } catch (IllegalAccessException var11) { |
| | | var11.printStackTrace(); |
| | | } catch (InvocationTargetException var12) { |
| | | var12.printStackTrace(); |
| | | } catch (NoSuchMethodException var13) { |
| | | var13.printStackTrace(); |
| | | } |
| | | |
| | | return name; |
| | | } |
| | | } |
| | | |
| | | return null; |
| | | } |
| | | |
| | | public static Object getValueFromField(String fieldName, Object sourceObject) { |
| | | if (StringUtils.isNotBlank(fieldName)) { |
| | | try { |
| | | Method getMethod = getGetmethod(sourceObject.getClass(), fieldName); |
| | | if (getMethod != null) { |
| | | return getMethod.invoke(sourceObject); |
| | | } |
| | | |
| | | Field field = getFieldForObject(fieldName, sourceObject); |
| | | if (field != null) { |
| | | field.setAccessible(true); |
| | | return field.get(sourceObject); |
| | | } |
| | | } catch (SecurityException var4) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("ä»å±æ§ä¸è·åå¼", var4); |
| | | } |
| | | } catch (IllegalAccessException var5) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("ä»å±æ§ä¸è·åå¼", var5); |
| | | } |
| | | } catch (IllegalArgumentException var6) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("ä»å±æ§ä¸è·åå¼", var6); |
| | | } |
| | | } catch (InvocationTargetException var7) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("ä»å±æ§ä¸è·åå¼", var7); |
| | | } |
| | | } |
| | | } |
| | | |
| | | return null; |
| | | } |
| | | |
| | | public static void setValueForMethod(Field field, Object obj, Object value) { |
| | | try { |
| | | if (field != null) { |
| | | field.setAccessible(true); |
| | | Method setMethod = getSetmethod(field.getDeclaringClass(), field.getName()); |
| | | setMethod.invoke(obj, value); |
| | | } |
| | | } catch (Exception var4) { |
| | | log.error("åå°è°ç¨æ¹æ³åºç°äºé误,", var4); |
| | | } |
| | | |
| | | } |
| | | |
| | | public static void alertNotNull(Object... s) throws VCIException { |
| | | if (s != null && s.length > 0) { |
| | | for(int i = 0; i < s.length; ++i) { |
| | | Object obj = s[i]; |
| | | String param = ""; |
| | | |
| | | try { |
| | | ++i; |
| | | param = s[i].toString(); |
| | | } catch (Exception var5) { |
| | | } |
| | | |
| | | if (obj == null) { |
| | | throw new VCIException("åæ°[{0}]ä¸è½ä¸ºç©º", new String[]{param}); |
| | | } |
| | | |
| | | if (obj instanceof Collection) { |
| | | if (CollectionUtils.isEmpty((Collection)obj)) { |
| | | throw new VCIException("åæ°[{0}]ä¸è½ä¸ºç©º", new String[]{param}); |
| | | } |
| | | } else if (StringUtils.isBlank(obj.toString())) { |
| | | throw new VCIException("åæ°[{0}]ä¸è½ä¸ºç©º", new String[]{param}); |
| | | } |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | /** @deprecated */ |
| | | @Deprecated |
| | | public static void alertCollectionNotNull(String param, Collection collections) throws VCIException { |
| | | if (CollectionUtils.isEmpty(collections)) { |
| | | throw new VCIException("åæ°{0}ä¸è½ä¸ºç©º", new String[]{param}); |
| | | } |
| | | } |
| | | |
| | | public static <T> Set<Set<T>> switchSetForOracleIn(Set<T> set) { |
| | | Set<Set<T>> listHasList = new HashSet(); |
| | | if (set == null) { |
| | | return listHasList; |
| | | } else { |
| | | int muti = 1; |
| | | if (set.size() > 500) { |
| | | int balance = set.size() % 500; |
| | | muti = (set.size() - balance) / 500 + (balance == 0 ? 0 : 1); |
| | | } |
| | | |
| | | List list = new ArrayList(); |
| | | Iterator it = set.iterator(); |
| | | |
| | | while(it.hasNext()) { |
| | | list.add(it.next()); |
| | | } |
| | | |
| | | for(int i = 0; i < muti; ++i) { |
| | | int start = i * 500; |
| | | int end = start + 500; |
| | | if (i == muti - 1 || end > set.size()) { |
| | | end = set.size(); |
| | | } |
| | | |
| | | List subList = list.subList(start, end); |
| | | Set subSet = new HashSet(); |
| | | Iterator var10 = subList.iterator(); |
| | | |
| | | while(var10.hasNext()) { |
| | | Object obj = var10.next(); |
| | | subSet.add(obj); |
| | | } |
| | | |
| | | listHasList.add(subSet); |
| | | } |
| | | |
| | | return listHasList; |
| | | } |
| | | } |
| | | |
| | | public static <T> Vector<Vector<T>> switchVectorForOracleIn(Vector<T> vector) { |
| | | Vector<Vector<T>> listHasList = new Vector(); |
| | | if (vector == null) { |
| | | return listHasList; |
| | | } else { |
| | | int muti = 1; |
| | | if (vector.size() > 500) { |
| | | int balance = vector.size() % 500; |
| | | muti = (vector.size() - balance) / 500 + (balance == 0 ? 0 : 1); |
| | | } |
| | | |
| | | List list = new ArrayList(); |
| | | Iterator it = vector.iterator(); |
| | | |
| | | while(it.hasNext()) { |
| | | list.add(it.next()); |
| | | } |
| | | |
| | | for(int i = 0; i < muti; ++i) { |
| | | int start = i * 500; |
| | | int end = start + 500; |
| | | if (i == muti - 1 || end > vector.size()) { |
| | | end = vector.size(); |
| | | } |
| | | |
| | | List subList = list.subList(start, end); |
| | | Vector subSet = new Vector(); |
| | | Iterator var10 = subList.iterator(); |
| | | |
| | | while(var10.hasNext()) { |
| | | Object obj = var10.next(); |
| | | subSet.add(obj); |
| | | } |
| | | |
| | | listHasList.add(subSet); |
| | | } |
| | | |
| | | return listHasList; |
| | | } |
| | | } |
| | | |
| | | public static <T> T jsonString2JavaBean(String jsonString, Class<T> beanClass) { |
| | | return JSONObject.parseObject(jsonString, beanClass); |
| | | } |
| | | |
| | | public static void ifNullSetDefautl(String str, String defaultValue) { |
| | | if (isNull(str)) { |
| | | ; |
| | | } |
| | | |
| | | } |
| | | |
| | | public static <T> T getFristObjectFromJson(String jsonString, Class<T> beanClass) { |
| | | return !isNull(jsonString) ? JSONObject.parseArray(jsonString, beanClass).get(0) : null; |
| | | } |
| | | |
| | | public static String getJSONStringWithDateFormat(Object obj) { |
| | | return JSONObject.toJSONStringWithDateFormat(obj, "yyyy-MM-dd HH:mm:ss.SSS", new SerializerFeature[]{SerializerFeature.WriteDateUseDateFormat}); |
| | | } |
| | | |
| | | public static Map<String, Object> objectToMap(Object o) { |
| | | Map<String, Object> map = new HashMap(); |
| | | if (o != null) { |
| | | String jsonString = JSONObject.toJSONStringWithDateFormat(o, "yyyy-MM-dd HH:mm:ss.SSS", new SerializerFeature[]{SerializerFeature.WriteDateUseDateFormat}); |
| | | if (StringUtils.isNotBlank(jsonString)) { |
| | | JSONObject jsonObject = JSONObject.parseObject(jsonString); |
| | | if (jsonObject != null) { |
| | | Iterator var4 = jsonObject.keySet().iterator(); |
| | | |
| | | while(var4.hasNext()) { |
| | | String key = (String)var4.next(); |
| | | map.put(key, jsonObject.get(key)); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | return map; |
| | | } |
| | | |
| | | public static Map<String, String> objectToMapString(Object o) { |
| | | Map<String, String> map = new HashMap(); |
| | | if (o != null) { |
| | | String jsonString = JSONObject.toJSONStringWithDateFormat(o, "yyyy-MM-dd HH:mm:ss.SSS", new SerializerFeature[]{SerializerFeature.WriteDateUseDateFormat}); |
| | | if (StringUtils.isNotBlank(jsonString)) { |
| | | JSONObject jsonObject = JSONObject.parseObject(jsonString); |
| | | if (jsonObject != null) { |
| | | Iterator var4 = jsonObject.keySet().iterator(); |
| | | |
| | | while(var4.hasNext()) { |
| | | String key = (String)var4.next(); |
| | | map.put(key, jsonObject.getString(key)); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | return map; |
| | | } |
| | | |
| | | public static boolean isNotNullForField(Object obj, Field f) { |
| | | return !"serialVersionUID".equalsIgnoreCase(f.getName()) && !"DEFAULT_INITIAL_CAPACITY".equalsIgnoreCase(f.getName()) && null != obj && !isNullOrNullString(obj.toString()); |
| | | } |
| | | |
| | | public static String array2String(String[] array) { |
| | | if (null != array && array.length != 0) { |
| | | String ss = ""; |
| | | String[] var2 = array; |
| | | int var3 = array.length; |
| | | |
| | | for(int var4 = 0; var4 < var3; ++var4) { |
| | | String s = var2[var4]; |
| | | ss = ss + s + ","; |
| | | } |
| | | |
| | | return removeComma(ss); |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static void copyValueForMap(Map source, Map target, String[] copyField) { |
| | | Map<String, String> copyFieldMap = new HashMap(); |
| | | String[] var4 = copyField; |
| | | int var5 = copyField.length; |
| | | |
| | | for(int var6 = 0; var6 < var5; ++var6) { |
| | | String field = var4[var6]; |
| | | copyFieldMap.put(field, field); |
| | | } |
| | | |
| | | copyValueForMap(source, target, (Map)copyFieldMap); |
| | | } |
| | | |
| | | public static void copyValueForMap(Map source, Map target, Map<String, String> copyField) { |
| | | try { |
| | | Iterator it = copyField.keySet().iterator(); |
| | | |
| | | while(it.hasNext()) { |
| | | String field = (String)it.next(); |
| | | target.put(field, source.get(copyField.get(field))); |
| | | } |
| | | } catch (Exception var5) { |
| | | } |
| | | |
| | | } |
| | | |
| | | public static Double getDoubleFromMap(String field, Map<String, Object> record) { |
| | | if (!isNullOrNullString(field) && record != null && record.containsKey(field)) { |
| | | Object v = record.get(field); |
| | | if (v instanceof BigDecimal) { |
| | | return ((BigDecimal)v).doubleValue(); |
| | | } else { |
| | | return v instanceof Double ? (Double)v : getDouble((String)v); |
| | | } |
| | | } else { |
| | | return null; |
| | | } |
| | | } |
| | | |
| | | public static String getDataByKey(String key, Map<String, Object> data) { |
| | | String value = ""; |
| | | if (data.containsKey(key)) { |
| | | value = (String)data.get(key); |
| | | } |
| | | |
| | | if (value == null) { |
| | | value = ""; |
| | | } |
| | | |
| | | return value; |
| | | } |
| | | |
| | | public static Map getNotNullMap(Map map) { |
| | | if (map == null) { |
| | | return new HashMap(); |
| | | } else { |
| | | Iterator it = map.keySet().iterator(); |
| | | HashMap unNullMap = new HashMap(); |
| | | |
| | | while(true) { |
| | | while(true) { |
| | | String newKey; |
| | | Object value; |
| | | do { |
| | | if (!it.hasNext()) { |
| | | return unNullMap; |
| | | } |
| | | |
| | | Object key = it.next(); |
| | | newKey = key.toString().toLowerCase(); |
| | | value = map.get(key); |
| | | } while(value == null); |
| | | |
| | | if (value instanceof String && isNotNull(value.toString())) { |
| | | unNullMap.put(newKey, value); |
| | | } else if (!(value instanceof String)) { |
| | | unNullMap.put(newKey, value); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | public static List<Field> getAllFieldForObj(Class c) { |
| | | List<Field> allField = new ArrayList(); |
| | | Set<String> fieldNameSet = new HashSet(); |
| | | |
| | | for(Class classz = c; classz != Object.class; classz = classz.getSuperclass()) { |
| | | Field[] thisClassField = classz.getDeclaredFields(); |
| | | Field[] var5 = thisClassField; |
| | | int var6 = thisClassField.length; |
| | | |
| | | for(int var7 = 0; var7 < var6; ++var7) { |
| | | Field field = var5[var7]; |
| | | if (!field.getName().equals("serialVersionUID")) { |
| | | String fieldLowerName = field.getName().toLowerCase(); |
| | | if (!fieldNameSet.contains(fieldLowerName)) { |
| | | fieldNameSet.add(fieldLowerName); |
| | | allField.add(field); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | return allField; |
| | | } |
| | | |
| | | |
| | | public static Field getTsField(Class c) { |
| | | List<Field> allField = getAllFieldForObj(c); |
| | | if (allField != null && allField.size() > 0) { |
| | | Iterator var2 = allField.iterator(); |
| | | |
| | | while(var2.hasNext()) { |
| | | Field field = (Field)var2.next(); |
| | | if (field.getName().equals("ts")) { |
| | | return field; |
| | | } |
| | | } |
| | | } |
| | | |
| | | return null; |
| | | } |
| | | |
| | | public static Field getFieldForObject(String fieldName, Object obj) { |
| | | return obj == null ? null : getFieldForObject(fieldName, obj.getClass()); |
| | | } |
| | | |
| | | public static Field getFieldForObject(String fieldName, Class c) { |
| | | List<Field> allField = getAllFieldForObj(c); |
| | | if (allField != null && allField.size() > 0) { |
| | | Iterator var3 = allField.iterator(); |
| | | |
| | | while(var3.hasNext()) { |
| | | Field field = (Field)var3.next(); |
| | | if (field.getName().toLowerCase().equalsIgnoreCase(fieldName.toLowerCase())) { |
| | | return field; |
| | | } |
| | | } |
| | | } |
| | | |
| | | return null; |
| | | } |
| | | |
| | | public static Method getSetmethod(Class c, Field field) { |
| | | return getSetmethod(c, field.getName()); |
| | | } |
| | | |
| | | public static Method getGetmethod(Class c, Field field) { |
| | | return getGetmethod(c, field.getName()); |
| | | } |
| | | |
| | | public static Method getMethodByName(Class<?> classObj, String methodName) { |
| | | Method[] methods = classObj.getMethods(); |
| | | List<Method> sameMethods=new ArrayList<Method>(); |
| | | for(Method mthod:methods){ |
| | | if( mthod.getName().equalsIgnoreCase(methodName)){ |
| | | sameMethods.add(mthod); |
| | | } |
| | | } |
| | | |
| | | return !CollectionUtils.isEmpty(sameMethods) ? (Method)sameMethods.get(0) : null; |
| | | } |
| | | |
| | | public static Map<String, String> whereSql2Map(String whereSql) { |
| | | Map<String, String> map = new HashMap(); |
| | | if (isNotNull(whereSql)) { |
| | | String[] selects = whereSql.split("and"); |
| | | if (selects != null && selects.length > 0) { |
| | | String[] var3 = selects; |
| | | int var4 = selects.length; |
| | | |
| | | for(int var5 = 0; var5 < var4; ++var5) { |
| | | String s = var3[var5]; |
| | | s = s.trim(); |
| | | map.put(s.substring(0, s.indexOf(" ")).trim(), s.substring(s.indexOf(" ") + 1).trim()); |
| | | } |
| | | } |
| | | } |
| | | |
| | | return map; |
| | | } |
| | | |
| | | public static synchronized String getRoundFilename(String prefix) { |
| | | if (prefix == null) { |
| | | prefix = ""; |
| | | } |
| | | |
| | | return prefix + System.currentTimeMillis(); |
| | | } |
| | | |
| | | public static String getLocalIp() { |
| | | if (localIp == null) { |
| | | try { |
| | | InetAddress inetAddress = getLocalHostLANAddress(); |
| | | if (inetAddress == null) { |
| | | localIp = "127.0.0.1"; |
| | | } else { |
| | | localIp = inetAddress.getHostAddress(); |
| | | } |
| | | } catch (Exception var1) { |
| | | localIp = "127.0.0.1"; |
| | | } |
| | | } |
| | | |
| | | return localIp; |
| | | } |
| | | |
| | | private static InetAddress getLocalHostLANAddress() throws Exception { |
| | | try { |
| | | InetAddress candidateAddress = null; |
| | | Enumeration ifaces = NetworkInterface.getNetworkInterfaces(); |
| | | |
| | | while(ifaces.hasMoreElements()) { |
| | | NetworkInterface iface = (NetworkInterface)ifaces.nextElement(); |
| | | Enumeration inetAddrs = iface.getInetAddresses(); |
| | | |
| | | while(inetAddrs.hasMoreElements()) { |
| | | InetAddress inetAddr = (InetAddress)inetAddrs.nextElement(); |
| | | if (!inetAddr.isLoopbackAddress()) { |
| | | if (inetAddr.isSiteLocalAddress()) { |
| | | return inetAddr; |
| | | } |
| | | |
| | | if (candidateAddress == null) { |
| | | candidateAddress = inetAddr; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | if (candidateAddress != null) { |
| | | return candidateAddress; |
| | | } else { |
| | | InetAddress jdkSuppliedAddress = InetAddress.getLocalHost(); |
| | | return jdkSuppliedAddress; |
| | | } |
| | | } catch (Exception var5) { |
| | | var5.printStackTrace(); |
| | | return null; |
| | | } |
| | | } |
| | | /* |
| | | public static String getProjectPath() throws Throwable { |
| | | String path = ""; |
| | | |
| | | try { |
| | | String jarFilePath = ResourceUtils.getURL("classpath:").getPath(); |
| | | if (jarFilePath.contains("!")) { |
| | | path = (new File(jarFilePath)).getParentFile().getParentFile().getParent(); |
| | | } else { |
| | | path = (new File(jarFilePath)).getParent(); |
| | | } |
| | | } catch (IOException var2) { |
| | | throw new Throwable("è·åå½åæå¡æå¨çæä»¶å¤¹åºç°äºé误"); |
| | | } |
| | | |
| | | if (path.startsWith("file:\\")) { |
| | | path = path.substring(6); |
| | | } |
| | | |
| | | return path; |
| | | }*/ |
| | | |
| | | public static Map<String, String> getParamsByUrl(String url) { |
| | | if (StringUtils.isBlank(url)) { |
| | | return new HashMap(); |
| | | } else { |
| | | String[] array = url.split("&"); |
| | | Map<String, String> params = new HashMap(); |
| | | String[] var3 = array; |
| | | int var4 = array.length; |
| | | |
| | | for(int var5 = 0; var5 < var4; ++var5) { |
| | | String temp = var3[var5]; |
| | | if (temp.contains("=")) { |
| | | String[] keyValues = temp.split("="); |
| | | params.put(keyValues[0], keyValues[1]); |
| | | } else { |
| | | params.put(temp, ""); |
| | | } |
| | | } |
| | | |
| | | return params; |
| | | } |
| | | } |
| | | |
| | | public static boolean isChinese(char c) { |
| | | UnicodeBlock ub = UnicodeBlock.of(c); |
| | | return ub == UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS || ub == UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS || ub == UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A || ub == UnicodeBlock.GENERAL_PUNCTUATION || ub == UnicodeBlock.CJK_SYMBOLS_AND_PUNCTUATION || ub == UnicodeBlock.HALFWIDTH_AND_FULLWIDTH_FORMS; |
| | | } |
| | | |
| | | public static boolean containsKeyUnCaseForMap(Map map, String key) { |
| | | if (!CollectionUtils.isEmpty((Collection<?>) map)) { |
| | | boolean[] finded = new boolean[]{false}; |
| | | for(Object k:map.keySet()){ |
| | | if (k instanceof String && k.toString().toLowerCase(Locale.ROOT).equalsIgnoreCase(key)) { |
| | | finded[0] = true; |
| | | } |
| | | } |
| | | return finded[0]; |
| | | } else { |
| | | return false; |
| | | } |
| | | } |
| | | |
| | | public static boolean isChinese(String str) { |
| | | char[] ch = str.toCharArray(); |
| | | char[] var2 = ch; |
| | | int var3 = ch.length; |
| | | |
| | | for(int var4 = 0; var4 < var3; ++var4) { |
| | | char c = var2[var4]; |
| | | if (isChinese(c)) { |
| | | return true; |
| | | } |
| | | } |
| | | |
| | | return false; |
| | | } |
| | | |
| | | public static String toDBC(String input) { |
| | | if (StringUtils.isBlank(input)) { |
| | | return input; |
| | | } else { |
| | | char[] c = input.toCharArray(); |
| | | |
| | | for(int i = 0; i < c.length; ++i) { |
| | | if (c[i] == 12288) { |
| | | c[i] = ' '; |
| | | } else if (c[i] > '\uff00' && c[i] < 'ï½') { |
| | | c[i] -= 'ï» '; |
| | | } |
| | | } |
| | | |
| | | return new String(c); |
| | | } |
| | | } |
| | | |
| | | public static String toSBC(String input) { |
| | | if (StringUtils.isBlank(input)) { |
| | | return input; |
| | | } else { |
| | | char[] c = input.toCharArray(); |
| | | |
| | | for(int i = 0; i < c.length; ++i) { |
| | | if (c[i] == 12288) { |
| | | c[i] = ' '; |
| | | } else if (c[i] > '\uff00' && c[i] < 'ï½') { |
| | | c[i] += 'ï» '; |
| | | } |
| | | } |
| | | |
| | | return new String(c); |
| | | } |
| | | } |
| | | |
| | | public static String getStringValueFromObject(Object obj) { |
| | | if (obj == null) { |
| | | return ""; |
| | | } else if (!(obj instanceof Integer) && !(obj instanceof Float) && !(obj instanceof Long) && !(obj instanceof Double)) { |
| | | return obj instanceof Date ? VciDateUtil.date2Str((Date)obj, "yyyy-MM-dd HH:mm:ss.SSS") : obj.toString(); |
| | | } else { |
| | | if (obj instanceof Double) { |
| | | Double aDouble = (Double)obj; |
| | | if (aDouble != null && aDouble % 1.0D == 0.0D) { |
| | | return String.valueOf(aDouble.intValue()); |
| | | } |
| | | } |
| | | |
| | | return String.valueOf(obj); |
| | | } |
| | | } |
| | | |
| | | public static <T> Collection<Collection<T>> switchCollectionForOracleIn(Collection<T> list) { |
| | | return switchCollectionForOracleIn(list, 500); |
| | | } |
| | | /** |
| | | * oracle in æ¥è¯¢ä¸è½è¶
è¿1000ï¼è½¬æ¢ä¸ä¸éå |
| | | * ç±äºSQLè¯å¥1000个å¯è½å¾é¿ï¼è¶
è¿oracle10gï¼æä»¥çºç²æ§è½åé
为500个æ°ç» |
| | | * @param list éè¦è½¬æ¢çå表å
容 |
| | | * @return åç»åçlist |
| | | */ |
| | | public static <T> List<List<T>> switchListForOracleIn(List<T> list) { |
| | | List<List<T>> listHasList = new ArrayList<List<T>>(); |
| | | if(list == null){ |
| | | return listHasList; |
| | | } |
| | | List<T> newList = new ArrayList<T>(); |
| | | for(Object obj : list){ |
| | | //为äºè®©listè¿å¯ä»¥æ·»å å
容ï¼å 为使ç¨subliståï¼listä¸è½åAddäº |
| | | newList.add((T)obj); |
| | | } |
| | | int muti = 1; |
| | | if(newList.size() >500){ |
| | | int balance = newList.size()%500; |
| | | muti = (newList.size() - balance)/500 + (balance == 0?0:1); |
| | | } |
| | | for(int i = 0 ; i < muti; i ++){ |
| | | int start = i*500; |
| | | int end = start + 500; |
| | | if(i == muti-1 || end >newList.size() ){ |
| | | end = newList.size(); |
| | | } |
| | | List subList = newList.subList(start,end); |
| | | listHasList.add(subList); |
| | | } |
| | | return listHasList; |
| | | } |
| | | public static <T> Collection<Collection<T>> switchCollectionForOracleIn(Collection<T> collection, int preSize) { |
| | | Collection<Collection<T>> listHasList = new ArrayList(); |
| | | if (collection == null) { |
| | | return listHasList; |
| | | } else { |
| | | List<T> newList = new ArrayList(); |
| | | Iterator var4 = collection.iterator(); |
| | | |
| | | while(var4.hasNext()) { |
| | | Object obj = var4.next(); |
| | | newList.add((T) obj); |
| | | } |
| | | |
| | | int muti = 1; |
| | | int i; |
| | | if (newList.size() > preSize) { |
| | | i = newList.size() % preSize; |
| | | muti = (newList.size() - i) / preSize + (i == 0 ? 0 : 1); |
| | | } |
| | | |
| | | for(i = 0; i < muti; ++i) { |
| | | int start = i * preSize; |
| | | int end = start + preSize; |
| | | if (i == muti - 1 || end > newList.size()) { |
| | | end = newList.size(); |
| | | } |
| | | |
| | | List subList = newList.subList(start, end); |
| | | listHasList.add(subList); |
| | | } |
| | | |
| | | return listHasList; |
| | | } |
| | | } |
| | | public static short getShort(String s) { |
| | | // short i = false; |
| | | if (s == null) { |
| | | return 0; |
| | | } else { |
| | | try { |
| | | short i = Short.parseShort(s); |
| | | return i; |
| | | } catch (Exception var3) { |
| | | return 0; |
| | | } |
| | | } |
| | | } |
| | | |
| | | public static void setValueForField(Field field, Object obj, String value) { |
| | | try { |
| | | if (field != null && StringUtils.isNotBlank(value)) { |
| | | field.setAccessible(true); |
| | | Method setMethod = getSetmethod(field.getDeclaringClass(), field.getName()); |
| | | Class type = field.getType(); |
| | | Object valueObj = null; |
| | | if (!type.equals(Integer.TYPE) && !type.equals(Integer.class)) { |
| | | if (!type.equals(Float.TYPE) && !type.equals(Float.class)) { |
| | | if (!type.equals(Long.TYPE) && !type.equals(Long.class)) { |
| | | if (!type.equals(Double.class) && !type.equals(Double.TYPE)) { |
| | | if (type.equals(Date.class)) { |
| | | DateConverter dateConverter = new DateConverter(); |
| | | dateConverter.setAsText(value); |
| | | valueObj = dateConverter.getValue(); |
| | | } else if (type.equals(String.class)) { |
| | | valueObj = value; |
| | | } else { |
| | | valueObj = value; |
| | | if (log.isErrorEnabled()) { |
| | | log.error("䏿¯æçç±»å" + type.toString()); |
| | | } |
| | | } |
| | | } else { |
| | | valueObj = getDouble(value); |
| | | } |
| | | } else { |
| | | valueObj = getLong(value); |
| | | } |
| | | } else { |
| | | valueObj = getFloat(value); |
| | | } |
| | | } else { |
| | | valueObj = getInt(value); |
| | | } |
| | | |
| | | if (setMethod != null) { |
| | | setMethod.invoke(obj, valueObj); |
| | | } else { |
| | | field.set(obj, valueObj); |
| | | } |
| | | } |
| | | } catch (Throwable var7) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("è®¾ç½®å±æ§çå¼åºéäºé误", var7); |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | public static void setValueForField(String fieldName, Object obj, String value) { |
| | | try { |
| | | Field field = getFieldForObject(fieldName, obj); |
| | | if (field != null) { |
| | | setValueForField(field, obj, value); |
| | | } |
| | | } catch (Exception var4) { |
| | | if (log.isErrorEnabled()) { |
| | | log.error("è®¾ç½®å±æ§çå¼åºéäºé误", var4); |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | /** |
| | | * å° JavaBean对象转å为 Map |
| | | * @author wyply115 |
| | | * @param bean è¦è½¬åçç±»å |
| | | * @return Map对象 |
| | | * @version 2016å¹´3æ20æ¥ 11:03:01 |
| | | */ |
| | | /*public static Map convertBean2Map(Object bean,Set<String> existFild) throws Exception { |
| | | Class type = bean.getClass(); |
| | | Map returnMap = new HashMap(); |
| | | BeanInfo beanInfo = Introspector.getBeanInfo(type); |
| | | PropertyDescriptor[] propertyDescriptors = beanInfo |
| | | .getPropertyDescriptors(); |
| | | Field[] declaredFields = type.getDeclaredFields(); |
| | | Map<String, String> fieldMap = new HashMap(); |
| | | String existField = ""; |
| | | if(existFild == null){ |
| | | existFild = new HashSet<>(); |
| | | } |
| | | for (Field declaredField : declaredFields) { |
| | | declaredField.setAccessible(true); |
| | | // è·ååæ®µçå¼ |
| | | boolean isTableField = declaredField.isAnnotationPresent(TableField.class); |
| | | if (isTableField) { |
| | | TableField tableField = declaredField.getAnnotation(TableField.class); |
| | | Boolean fieldValue = tableField.exist(); |
| | | if(fieldValue == false){ |
| | | existField += declaredField.getName().toLowerCase()+","; |
| | | } |
| | | String value = tableField.value(); |
| | | if(StringUtils.isNotBlank(value)){ |
| | | fieldMap.put(declaredField.getName(), value); |
| | | } |
| | | } |
| | | } |
| | | Map mapData = new HashMap<>(); |
| | | for (int i = 0, n = propertyDescriptors.length; i <n ; i++) { |
| | | PropertyDescriptor descriptor = propertyDescriptors[i]; |
| | | String propertyName = descriptor.getName(); |
| | | |
| | | if (!propertyName.equals("class") && |
| | | ((!"".equals(existField) && !existField.contains(propertyName.toLowerCase()+","))||"data".equals(propertyName))) { |
| | | Method readMethod = descriptor.getReadMethod(); |
| | | Object result = readMethod.invoke(bean, new Object[0]); |
| | | |
| | | if (result != null) { |
| | | if ("data".equals(propertyName)){ |
| | | mapData = (Map) result; |
| | | }else if(existFild.contains((fieldMap.containsKey(propertyName)?fieldMap.get(propertyName):propertyName).toLowerCase())){ |
| | | returnMap.put(fieldMap.containsKey(propertyName)?fieldMap.get(propertyName).toLowerCase():propertyName.toLowerCase(), result); |
| | | } |
| | | } else if(existFild.contains((fieldMap.containsKey(propertyName)?fieldMap.get(propertyName):propertyName).toLowerCase())){ |
| | | returnMap.put(fieldMap.containsKey(propertyName)?fieldMap.get(propertyName).toLowerCase():propertyName.toLowerCase(), ""); |
| | | } |
| | | } |
| | | } |
| | | //ä½ç¨ä¸»è¦ç¨äºå·²MAPä¸çæ°æ®ä¸ºåï¼beanéé¢éå°å段ç¸åä¸mapé颿°æ®ä¸ºç©ºï¼å使ç¨beanéé¢çå¼, |
| | | // Map resulMapChild = (Map) mapData; |
| | | for (Object o : mapData.keySet()) { |
| | | if(existFild == null || existFild.contains(String.valueOf(o).toLowerCase())){ |
| | | if((Func.isNotBlank(String.valueOf(returnMap.get(String.valueOf(o).toLowerCase()))) |
| | | && returnMap.get(String.valueOf(o).toLowerCase()) !=null) |
| | | && Func.isBlank(String.valueOf(mapData.get(o)))){ |
| | | continue; |
| | | } |
| | | returnMap.put(String.valueOf(o).toLowerCase(),mapData.get(o)); |
| | | } |
| | | } |
| | | return returnMap; |
| | | }*/ |
| | | |
| | | public static <T> List<T> mapToBean(List<Map> maps, Class<T> tClass) { |
| | | List<T> beanList = new ArrayList<>(); |
| | | try { |
| | | for (Map map : maps) { |
| | | T t = tClass.newInstance(); |
| | | BeanInfo beanInfo = Introspector.getBeanInfo(tClass); |
| | | PropertyDescriptor[] propertyDescriptors = beanInfo.getPropertyDescriptors(); |
| | | |
| | | for (PropertyDescriptor property : propertyDescriptors) { |
| | | |
| | | String key = property.getName(); |
| | | if ("class".equals(key)) { |
| | | continue; |
| | | } |
| | | |
| | | // String sqlField = camelToUnderscore(key); |
| | | |
| | | |
| | | if (map.containsKey(key.toUpperCase(Locale.ROOT))||map.containsKey(key.toLowerCase(Locale.ROOT))) { |
| | | try { |
| | | Object value=""; |
| | | if (map.containsKey(key.toUpperCase(Locale.ROOT))) { |
| | | value = map.get(key.toUpperCase()); |
| | | }else if(map.containsKey(key.toLowerCase(Locale.ROOT))){ |
| | | value = map.get(key.toLowerCase()); |
| | | } |
| | | // å¾å°property对åºçsetteræ¹æ³ |
| | | Method setter = property.getWriteMethod(); |
| | | Class<?> type = property.getPropertyType(); |
| | | // å¼ºè½¬ä¸ºåæ®µçç±»åï¼ä¸éè¦æ¶å¯ä»¥å»é¤ï¼ä¾èµcommons-beanutilss-beanutils |
| | | //Object convert = ConvertUtils.convert(String.valueOf(value), type); |
| | | //setter.invoke(t, convert); |
| | | setter.invoke(t, value); |
| | | } catch (Exception e) { |
| | | throw new RuntimeException("ãèµå¼å¼å¸¸ã", e); |
| | | } |
| | | } |
| | | |
| | | } |
| | | beanList.add(t); |
| | | } |
| | | } catch (Exception e) { |
| | | throw new RuntimeException("ãMap转æ¢å®ä½å¼å¸¸ã", e); |
| | | } |
| | | return beanList; |
| | | } |
| | | |
| | | |
| | | public static String camelToUnderscore(String name) { |
| | | if (name == null && name.length() <= 0) { |
| | | return name; |
| | | } |
| | | StringBuilder sb = new StringBuilder(); |
| | | String lowerName = name.toLowerCase(); |
| | | for (int i = 0; i < lowerName.length(); i++) { |
| | | String nameChar = name.substring(i, i + 1); |
| | | String lowerChar = lowerName.substring(i, i + 1); |
| | | if (!nameChar.equals(lowerChar)) { |
| | | sb.append("_").append(lowerChar); |
| | | } else { |
| | | sb.append(nameChar); |
| | | } |
| | | } |
| | | |
| | | return sb.toString(); |
| | | } |
| | | |
| | | } |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.vci.rmip.code.client.codeapply.Apply410.utils; |
| | | // |
| | | // Source code recreated from a .class file by IntelliJ IDEA |
| | | // (powered by FernFlower decompiler) |
| | | // |
| | | |
| | | import java.sql.Timestamp; |
| | | import java.text.ParseException; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.*; |
| | | |
| | | import org.apache.commons.lang.StringUtils; |
| | | |
| | | public class VciDateUtil { |
| | | private static final String DEFAULT_FORMAT = "yyyy-MM-dd HH:mm:ss.SSS"; |
| | | public static final String DateTimeFormat = "yyyy-MM-dd HH:mm:ss"; |
| | | public static final String DateTimeFormatStr = "yyyyMMddHHmmss"; |
| | | public static final String DateTimeMillFormatStr = "yyyyMMddHHmmssSSS"; |
| | | public static final String DateTimeMillFormat = "yyyy-MM-dd HH:mm:ss.SSS"; |
| | | public static final String DateFormat = "yyyy-MM-dd"; |
| | | public static final String TimeFormat = "HH:mm:ss"; |
| | | |
| | | private VciDateUtil() { |
| | | } |
| | | |
| | | public static Date str2Date(String str, String format) throws Exception { |
| | | if (null != str && !"".equals(str) && !str.equals("null")) { |
| | | if (null == format || "".equals(format) || format.equals("null")) { |
| | | format = "yyyy-MM-dd HH:mm:ss.SSS"; |
| | | } |
| | | |
| | | SimpleDateFormat sdf = new SimpleDateFormat(format); |
| | | Date date = null; |
| | | |
| | | try { |
| | | date = sdf.parse(str); |
| | | return date; |
| | | } catch (ParseException var5) { |
| | | throw new Exception(var5); |
| | | } |
| | | } else { |
| | | return null; |
| | | } |
| | | } |
| | | |
| | | public static Date getCurrentMonday() { |
| | | return getCurrentWeekDay(2); |
| | | } |
| | | |
| | | public static Date getCurrentWeekDay(int dayOfWeek) { |
| | | if (dayOfWeek > 7) { |
| | | dayOfWeek = 7; |
| | | } |
| | | |
| | | if (dayOfWeek < 1) { |
| | | dayOfWeek = 1; |
| | | } |
| | | |
| | | Date date = new Date(); |
| | | Calendar calendar = Calendar.getInstance(); |
| | | calendar.setTime(date); |
| | | calendar.set(7, dayOfWeek); |
| | | calendar.set(11, 0); |
| | | calendar.set(12, 0); |
| | | calendar.set(13, 0); |
| | | calendar.set(14, 0); |
| | | return calendar.getTime(); |
| | | } |
| | | |
| | | public static Date getCurrentFriday() { |
| | | return getCurrentWeekDay(6); |
| | | } |
| | | |
| | | public static String date2Str(Date date, String format) { |
| | | if (null == date) { |
| | | return null; |
| | | } else { |
| | | if (format == null || format.trim().length() == 0) { |
| | | format = "yyyy-MM-dd HH:mm:ss.SSS"; |
| | | } |
| | | |
| | | SimpleDateFormat sdf = new SimpleDateFormat(format); |
| | | return sdf.format(date); |
| | | } |
| | | } |
| | | |
| | | public static String timestamp2Str(Timestamp time) { |
| | | Date date = null; |
| | | if (null == time) { |
| | | return null; |
| | | } else { |
| | | if (null != time) { |
| | | date = new Date(time.getTime()); |
| | | } |
| | | |
| | | return date2Str(date, "yyyy-MM-dd HH:mm:ss.SSS"); |
| | | } |
| | | } |
| | | |
| | | public static Timestamp str2Timestamp(String str) throws Exception { |
| | | if (str != null && str.trim().length() != 0) { |
| | | Date date = str2Date(str, "yyyy-MM-dd HH:mm:ss.SSS"); |
| | | return new Timestamp(date.getTime()); |
| | | } else { |
| | | return null; |
| | | } |
| | | } |
| | | |
| | | public static String compareDate(String date, String date1) throws Exception { |
| | | if (date != null && date.trim().length() != 0 && date1 != null && date1.trim().length() != 0) { |
| | | try { |
| | | long time = str2Date(date, "yyyy-MM-dd").getTime(); |
| | | long time1 = str2Date(date1, "yyyy-MM-dd").getTime(); |
| | | if (time == time1) { |
| | | return "="; |
| | | } else if (time < time1) { |
| | | return "<"; |
| | | } else { |
| | | return time > time1 ? ">" : ""; |
| | | } |
| | | } catch (Exception var6) { |
| | | throw var6; |
| | | } |
| | | } else { |
| | | throw new Exception("ä¼ å
¥compareDateçåæ°ä¸ºç©º"); |
| | | } |
| | | } |
| | | |
| | | public static String compareDate(Date date, Date date1) { |
| | | if (date != null && date1 != null) { |
| | | long time = date.getTime(); |
| | | long time1 = date1.getTime(); |
| | | if (time == time1) { |
| | | return "="; |
| | | } else if (time < time1) { |
| | | return "<"; |
| | | } else { |
| | | return time > time1 ? ">" : ""; |
| | | } |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static String dateTimeAddMinutes(String date, int minute) throws Exception { |
| | | String ret = ""; |
| | | if (date == null || date.equals("")) { |
| | | date = date2Str(getNow(), "yyyy-MM-dd HH:mm:ss.SSS"); |
| | | } |
| | | |
| | | if (minute == 0) { |
| | | return date; |
| | | } else { |
| | | Date d = str2Date(date, "yyyy-MM-dd HH:mm:ss"); |
| | | Calendar cal = Calendar.getInstance(); |
| | | cal.setTime(d); |
| | | cal.add(12, minute); |
| | | return date2Str(cal.getTime(), "yyyy-MM-dd HH:mm:ss"); |
| | | } |
| | | } |
| | | |
| | | public static Date getDateAddDay(String date, int dayCount) throws Exception { |
| | | if (date != null && !date.equals("") && !date.equals("null")) { |
| | | if (dayCount == 0) { |
| | | return str2Date(date, "yyyy-MM-dd"); |
| | | } else { |
| | | Date d = str2Date(date, "yyyy-MM-dd"); |
| | | Calendar cal = Calendar.getInstance(); |
| | | cal.setTime(d); |
| | | cal.add(5, dayCount); |
| | | return cal.getTime(); |
| | | } |
| | | } else { |
| | | return getNow(); |
| | | } |
| | | } |
| | | |
| | | public static Date getDateAddDay(Date date, int dayCount) { |
| | | if (dayCount == 0) { |
| | | return date; |
| | | } else { |
| | | Calendar cal = Calendar.getInstance(); |
| | | cal.setTime(date); |
| | | cal.add(5, dayCount); |
| | | return cal.getTime(); |
| | | } |
| | | } |
| | | |
| | | public static long getDaySub(String beginDateStr, String endDateStr) { |
| | | if (beginDateStr != null && !beginDateStr.trim().equals("") && endDateStr != null && !endDateStr.trim().equals("")) { |
| | | long day = 0L; |
| | | SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd"); |
| | | |
| | | try { |
| | | Date beginDate = format.parse(beginDateStr); |
| | | Date endDate = format.parse(endDateStr); |
| | | day = (endDate.getTime() - beginDate.getTime()) / 86400000L; |
| | | } catch (ParseException var8) { |
| | | var8.printStackTrace(); |
| | | } |
| | | |
| | | return day; |
| | | } else { |
| | | return 0L; |
| | | } |
| | | } |
| | | |
| | | public static long getDaySub(Date date, Date date1) { |
| | | return (date.getTime() - date1.getTime()) / 86400000L; |
| | | } |
| | | |
| | | public static Date addOrSubDate(Date d, int addDayType, int addCount) { |
| | | Calendar cal = Calendar.getInstance(); |
| | | cal.setTime(d); |
| | | cal.add(addDayType, addCount); |
| | | return cal.getTime(); |
| | | } |
| | | |
| | | public static Date getNow() { |
| | | return new Date(); |
| | | } |
| | | |
| | | public static String getNowString() { |
| | | return getNowString("yyyy-MM-dd HH:mm:ss.SSS"); |
| | | } |
| | | |
| | | public static String getNowString(String simpleDateFormat) { |
| | | Date currentTime = new Date(); |
| | | SimpleDateFormat formatter = new SimpleDateFormat(simpleDateFormat); |
| | | return formatter.format(currentTime); |
| | | } |
| | | |
| | | public static Date getNow(String simpleDateFormat) throws Exception { |
| | | return str2Date(getNowString(simpleDateFormat), simpleDateFormat); |
| | | } |
| | | |
| | | public static String getCountdown(String oldtime, String newTime) { |
| | | if (oldtime != null && !oldtime.trim().equals("") && newTime != null && !newTime.equals("")) { |
| | | try { |
| | | Date date1 = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).parse(oldtime); |
| | | Date date2 = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).parse(newTime); |
| | | long l = date1.getTime() - date2.getTime() > 0L ? date1.getTime() - date2.getTime() : date2.getTime() - date1.getTime(); |
| | | long d = 0L; |
| | | long yushu = l; |
| | | long h = 0L; |
| | | long m = 0L; |
| | | if (l > 86400000L) { |
| | | yushu = l % 86400000L; |
| | | d = (l - yushu) / 86400000L; |
| | | } |
| | | |
| | | if (yushu > 3600000L) { |
| | | h = (yushu - yushu % 3600000L) / 3600000L; |
| | | yushu %= 3600000L; |
| | | } |
| | | |
| | | if (yushu > 60000L) { |
| | | m = (yushu - yushu % 60000L) / 60000L; |
| | | } |
| | | |
| | | return date1.getTime() - date2.getTime() < 0L ? "å·²ç»è¶
æ" + d + "天" + h + "å°æ¶" + m + "å" : "è¿å©ä¸" + d + "天" + h + "å°æ¶" + m + "å"; |
| | | } catch (Exception var14) { |
| | | return ""; |
| | | } |
| | | } else { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static long getDateDiffer(String oldTime, String newTime) { |
| | | if (oldTime != null && !oldTime.trim().equals("") && newTime != null && !newTime.equals("")) { |
| | | try { |
| | | Date date1 = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).parse(oldTime); |
| | | Date date2 = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).parse(newTime); |
| | | return date1.getTime() - date2.getTime(); |
| | | } catch (Exception var4) { |
| | | return 0L; |
| | | } |
| | | } else { |
| | | return 0L; |
| | | } |
| | | } |
| | | |
| | | public static int getWeeks(int year) { |
| | | if (year == 0) { |
| | | return year; |
| | | } else { |
| | | //int week = false; |
| | | int days = 365; |
| | | if (year % 400 == 0 || year % 4 == 0 && year % 100 != 0) { |
| | | days = 366; |
| | | } |
| | | |
| | | int week = days / 7; |
| | | return week; |
| | | } |
| | | } |
| | | |
| | | public static int getWeekOnDate(Date date) { |
| | | GregorianCalendar g = new GregorianCalendar(); |
| | | g.setTime(date); |
| | | return isSunday(date) ? g.get(3) - 1 : g.get(3); |
| | | } |
| | | |
| | | public static Calendar getCalendarFromWeek(String year, int week) throws Exception { |
| | | Date newDate = str2Date(year + "-01-01", "yyyy-MM-dd"); |
| | | Calendar caleNew = Calendar.getInstance(); |
| | | caleNew.setTime(newDate); |
| | | caleNew.add(3, week - 1); |
| | | return caleNew; |
| | | } |
| | | |
| | | public static String[] getDaysInWeek(int year, int week) { |
| | | String[] thisWeek = new String[7]; |
| | | |
| | | try { |
| | | GregorianCalendar gc = (GregorianCalendar)getCalendarFromWeek(year + "-01-01", week); |
| | | |
| | | for(int i = 0; i < 7; ++i) { |
| | | Calendar myCale = Calendar.getInstance(); |
| | | myCale.setTime(gc.getTime()); |
| | | myCale.set(5, gc.get(5) - gc.get(7) + i + 2); |
| | | thisWeek[i] = date2Str(myCale.getTime(), "yyyy-MM-dd"); |
| | | } |
| | | } catch (Exception var6) { |
| | | System.out.println(var6.getMessage()); |
| | | } |
| | | |
| | | return thisWeek; |
| | | } |
| | | |
| | | public static boolean isSunday() { |
| | | return isSunday(new Date()); |
| | | } |
| | | |
| | | public static boolean isSunday(Date date) { |
| | | Calendar calendar = Calendar.getInstance(); |
| | | calendar.setTime(date); |
| | | int week = calendar.get(7) - 1; |
| | | return week == 0; |
| | | } |
| | | |
| | | public static boolean isWeekend(Date date) { |
| | | Calendar calendar = Calendar.getInstance(); |
| | | calendar.setTime(date); |
| | | int week = calendar.get(7) - 1; |
| | | return week == 0 || week == 1; |
| | | } |
| | | |
| | | public static boolean isFriday(Date date) { |
| | | Calendar calendar = Calendar.getInstance(); |
| | | calendar.setTime(date); |
| | | int week = calendar.get(7) - 1; |
| | | return week == 5; |
| | | } |
| | | |
| | | public static boolean isMouthEnd(Date date) { |
| | | Calendar calendar = Calendar.getInstance(); |
| | | calendar.setTime(date); |
| | | int dayOfMonth = calendar.get(5); |
| | | int endMonth = calendar.getActualMaximum(5); |
| | | return endMonth == dayOfMonth; |
| | | } |
| | | |
| | | public static boolean isSeasonEnd(Date date) { |
| | | Calendar calendar = Calendar.getInstance(); |
| | | calendar.setTime(date); |
| | | int y = calendar.get(2) + 1; |
| | | int d = calendar.get(5); |
| | | if (y == 3 && d == 31) { |
| | | return true; |
| | | } else if (y == 6 && d == 30) { |
| | | return true; |
| | | } else if (y == 9 && d == 30) { |
| | | return true; |
| | | } else { |
| | | return y == 12 && d == 31; |
| | | } |
| | | } |
| | | |
| | | public static boolean isYearEnd(Date date) { |
| | | Calendar calendar = Calendar.getInstance(); |
| | | calendar.setTime(date); |
| | | int y = calendar.get(2) + 1; |
| | | int d = calendar.get(5); |
| | | return y == 12 && d == 31; |
| | | } |
| | | |
| | | public static Long getProcessedTime(Date newDate, Date startDate) { |
| | | try { |
| | | Long p = newDate.getTime() - startDate.getTime(); |
| | | return p; |
| | | } catch (Exception var3) { |
| | | return 0L; |
| | | } |
| | | } |
| | | |
| | | public static String getProcessedTime(Date startDate) { |
| | | return getProcessedTime(new Date(), startDate) + "ms"; |
| | | } |
| | | |
| | | public static String getCurrentYear() { |
| | | Calendar c = Calendar.getInstance(); |
| | | return String.valueOf(c.get(1) + 1900); |
| | | } |
| | | |
| | | public static String getCurrentYearStart() { |
| | | return getCurrentYear() + "-01-01 00:00:00"; |
| | | } |
| | | |
| | | public static String getCurrentYearEnd() { |
| | | return getCurrentYear() + "-12-31 23:59:59"; |
| | | } |
| | | |
| | | public static String getCurrentQuarter() { |
| | | String currentMouth = getCurrentMouth(); |
| | | int currentMouthInt = getInt(currentMouth); |
| | | if (currentMouthInt > 0 && currentMouthInt <= 3) { |
| | | return "1"; |
| | | } else if (currentMouthInt > 3 && currentMouthInt <= 6) { |
| | | return "2"; |
| | | } else { |
| | | return currentMouthInt > 6 && currentMouthInt <= 9 ? "3" : "4"; |
| | | } |
| | | } |
| | | |
| | | private static int getInt(String s) { |
| | | try { |
| | | return Integer.valueOf(s); |
| | | } catch (Exception var2) { |
| | | return 0; |
| | | } |
| | | } |
| | | |
| | | public static String getCurrentQuarterStart() { |
| | | String currentQuarter = getCurrentQuarter(); |
| | | if ("1".equalsIgnoreCase(currentQuarter)) { |
| | | return getCurrentYearStart(); |
| | | } else if ("2".equalsIgnoreCase(currentQuarter)) { |
| | | return getCurrentYear() + "-04-01 00:00:00"; |
| | | } else { |
| | | return "3".equalsIgnoreCase(currentQuarter) ? getCurrentYear() + "-07-01 00:00:00" : getCurrentYear() + "-10-01 00:00:00"; |
| | | } |
| | | } |
| | | |
| | | public static String getCurrentQuarterEnd() { |
| | | String currentQuarter = getCurrentQuarter(); |
| | | if ("1".equalsIgnoreCase(currentQuarter)) { |
| | | return getCurrentYear() + "-03-31 23:59:59"; |
| | | } else if ("2".equalsIgnoreCase(currentQuarter)) { |
| | | return getCurrentYear() + "-06-30 23:59:59"; |
| | | } else { |
| | | return "3".equalsIgnoreCase(currentQuarter) ? getCurrentYear() + "-09-30 23:59:59" : getCurrentYear() + "-12-31 23:59:59"; |
| | | } |
| | | } |
| | | |
| | | public static String getCurrentMouth() { |
| | | Calendar cal = Calendar.getInstance(); |
| | | cal.setTime(getNow()); |
| | | int m = cal.get(2); |
| | | return m < 10 ? "0" + String.valueOf(m) : String.valueOf(m); |
| | | } |
| | | |
| | | public static String getCurrentMouthStart() { |
| | | String currentMouth = getCurrentMouth(); |
| | | return getCurrentYear() + "-" + currentMouth + "-01 00:00:00"; |
| | | } |
| | | |
| | | public static String getCurrentMouthEnd() { |
| | | String currentMouth = getCurrentMouth(); |
| | | int currentMouthInt = getInt(currentMouth); |
| | | if (currentMouthInt != 1 && currentMouthInt != 3 && currentMouthInt != 5 && currentMouthInt != 7 && currentMouthInt != 8 && currentMouthInt != 10 && currentMouthInt != 12) { |
| | | if (currentMouthInt == 2) { |
| | | return isLeapYear(getInt(getCurrentYear())) ? getCurrentYear() + "-" + currentMouth + "-29 23:59:59" : getCurrentYear() + "-" + currentMouth + "-28 23:59:59"; |
| | | } else { |
| | | return getCurrentYear() + "-" + currentMouth + "-30 23:59:59"; |
| | | } |
| | | } else { |
| | | return getCurrentYear() + "-" + currentMouth + "-31 23:59:59"; |
| | | } |
| | | } |
| | | |
| | | public static boolean isLeapYear(int year) { |
| | | return year % 4 == 0 && year % 100 != 0 || year % 400 == 0; |
| | | } |
| | | |
| | | public static String getCurrentDay() { |
| | | Calendar cal = Calendar.getInstance(); |
| | | cal.setTime(getNow()); |
| | | int day = cal.get(5); |
| | | return day < 10 ? "0" + String.valueOf(day) : String.valueOf(day); |
| | | } |
| | | |
| | | /*public static String getCurrentDayStart() { |
| | | return LocalDateTimeUtil.of(LocalDateTimeUtil.now().toLocalDate(), LocalTime.MIN).format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")); |
| | | } |
| | | |
| | | public static String getCurrentDayEnd() { |
| | | return LocalDateTime.of(LocalDateTime.now().toLocalDate(), LocalTime.MAX).format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")); |
| | | }*/ |
| | | |
| | | public static List<Date> getDateInRange(Date dBegin, Date dEnd) { |
| | | List lDate = new ArrayList(); |
| | | lDate.add(dBegin); |
| | | Calendar calBegin = Calendar.getInstance(); |
| | | calBegin.setTime(dBegin); |
| | | Calendar calEnd = Calendar.getInstance(); |
| | | calEnd.setTime(dEnd); |
| | | |
| | | while(dEnd.after(calBegin.getTime())) { |
| | | calBegin.add(5, 1); |
| | | lDate.add(calBegin.getTime()); |
| | | } |
| | | |
| | | return lDate; |
| | | } |
| | | |
| | | public static Date getDateFromStringForVci(String value) { |
| | | Date d = null; |
| | | if (StringUtils.isNotBlank(value)) { |
| | | try { |
| | | if (value.indexOf("-") > -1 && value.indexOf(".") > -1 && value.indexOf(" ") > -1 && value.substring(value.lastIndexOf(".") + 1).length() >= 9) { |
| | | String ymd = value.substring(0, value.indexOf(".")); |
| | | value = value.substring(value.indexOf(".") + 1); |
| | | if (value.indexOf(".") > -1) { |
| | | String hms = value.substring(0, value.lastIndexOf(".")); |
| | | String nano = value.substring(value.lastIndexOf(".") + 1).trim(); |
| | | if (nano.length() > 3) { |
| | | nano = nano.substring(0, 3); |
| | | } |
| | | |
| | | hms = hms.replace(".", ":").replace(" ", ""); |
| | | Date tempDate = str2Date(ymd + " " + hms, "yyyy-M-d h:m:s"); |
| | | if (tempDate != null) { |
| | | d = str2Date(date2Str(tempDate, "yyyy-MM-dd HH:mm:ss") + "." + nano, "yyyy-MM-dd HH:mm:ss.SSS"); |
| | | } |
| | | } |
| | | } else if (VciBaseUtil.isNumber(value)) { |
| | | d = new Date(); |
| | | |
| | | try { |
| | | d = str2Date(value, "yyyyMMddHHmmssSSS"); |
| | | } catch (Exception var8) { |
| | | if (value.length() != 14) { |
| | | d.setTime(VciBaseUtil.getLong(value)); |
| | | } else { |
| | | try { |
| | | d = str2Date(value, "yyyyMMddHHmmss"); |
| | | Calendar cal = Calendar.getInstance(); |
| | | cal.setTime(d); |
| | | if (cal.get(1) < 1900) { |
| | | d.setTime(VciBaseUtil.getLong(value)); |
| | | } |
| | | } catch (Exception var7) { |
| | | d.setTime(VciBaseUtil.getLong(value)); |
| | | } |
| | | } |
| | | } |
| | | } else { |
| | | d = str2Date(value, "yyyy-MM-dd HH:mm:ss.SSS"); |
| | | } |
| | | } catch (Exception var9) { |
| | | try { |
| | | d = str2Date(value, "yyyy-MM-dd HH:mm:ss.SSS"); |
| | | } catch (Exception var6) { |
| | | } |
| | | } |
| | | } |
| | | |
| | | return d; |
| | | } |
| | | |
| | | public static Date readText2Date(String text) { |
| | | if (VciBaseUtil.isNullOrNullString(text)) { |
| | | return null; |
| | | } else { |
| | | SimpleDateFormat dateFormat = null; |
| | | int exactDateLength = 0; |
| | | if (text.trim().indexOf("/") > -1 && text.trim().length() == 19) { |
| | | exactDateLength = 19; |
| | | dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); |
| | | } else if (text.trim().indexOf("/") > -1 && text.trim().length() == 17) { |
| | | exactDateLength = 17; |
| | | dateFormat = new SimpleDateFormat("yy/MM/dd HH:mm:ss"); |
| | | } else if (text.trim().indexOf("/") > -1 && text.trim().length() == 8) { |
| | | exactDateLength = 8; |
| | | dateFormat = new SimpleDateFormat("yy/MM/dd"); |
| | | } else if (text.trim().indexOf("-") > -1 && text.trim().length() >= 19) { |
| | | if (text.trim().length() == 19) { |
| | | exactDateLength = 19; |
| | | dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
| | | } else if (text.trim().length() == 23) { |
| | | exactDateLength = 23; |
| | | dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); |
| | | } |
| | | } else if (text.trim().indexOf("-") > -1 && text.trim().length() == 17) { |
| | | exactDateLength = 17; |
| | | dateFormat = new SimpleDateFormat("yy-MM-dd HH:mm:ss"); |
| | | } else if (text.trim().indexOf("-") > -1 && text.trim().length() == 8) { |
| | | exactDateLength = 8; |
| | | dateFormat = new SimpleDateFormat("yy-MM-dd"); |
| | | } else { |
| | | exactDateLength = 19; |
| | | dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
| | | } |
| | | |
| | | if (text != null && exactDateLength >= 0 && text.length() != exactDateLength) { |
| | | throw new IllegalArgumentException("ä¸è½åå§åæ¶é´ï¼å 为å
容ä¸å°" + exactDateLength + "é¿åº¦"); |
| | | } else { |
| | | try { |
| | | return str2Date(date2Str(dateFormat.parse(text), "yyyy-MM-dd HH:mm:ss"), "yyyy-MM-dd HH:mm:ss.SSS"); |
| | | } catch (ParseException var4) { |
| | | throw new IllegalArgumentException("ä¸è½æ ¼å¼åæ¥æ: " + var4.getMessage(), var4); |
| | | } catch (Exception var5) { |
| | | throw new IllegalArgumentException("ä¸è½æ ¼å¼åæ¥æ: " + var5.getMessage(), var5); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | public static String getChinaDate(String d) throws Exception { |
| | | Date s = str2Date(d, "yyyy-MM-dd"); |
| | | SimpleDateFormat chineseDateFormat = new SimpleDateFormat("yyyyå¹´MMæddæ¥"); |
| | | Calendar today = Calendar.getInstance(); |
| | | |
| | | try { |
| | | today.setTime(chineseDateFormat.parse(date2Str(s, "yyyyå¹´MMæddæ¥"))); |
| | | } catch (ParseException var5) { |
| | | throw new Exception(var5); |
| | | } |
| | | |
| | | Lunar lunar = new Lunar(today); |
| | | return lunar.getDate(); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | \uFEFF#\u5173\u95EDFrame\u63D0\u793A\u5BF9\u8BDD\u6846\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.exit.system=\u9000\u51FA\u7CFB\u7EDF |
| | | rmip.framework.logManagementModel=\u65E5\u5FD7\u7BA1\u7406\u6A21\u5757 |
| | | rmip.framework.exit.confirm=\u786E\u5B9A\u8981\u9000\u51FA\u7CFB\u7EDF\u5417\uFF1F |
| | | rmip.framework.button.confirm=\u786E\u5B9A |
| | | rmip.framework.button.cancel=\u53D6\u6D88 |
| | | |
| | | #Menu\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.menu.file=\u6587\u4EF6 |
| | | rmip.framework.menu.file.relogon=\u91CD\u65B0\u767B\u5F55 |
| | | rmip.framework.menu.file.update.password=\u66F4\u6539\u5BC6\u7801 |
| | | rmip.framework.menu.file.exit=\u9000\u51FA |
| | | rmip.framework.menu.help=\u5E2E\u52A9 |
| | | rmip.framework.menu.help.use=\u4F7F\u7528\u5E2E\u52A9 |
| | | rmip.framework.menu.about=\u5173\u4E8E |
| | | rmip.framework.reload.title=\u91CD\u65B0\u767B\u9646 |
| | | rmip.framework.reload.message=\u60A8\u786E\u5B9A\u8981\u91CD\u65B0\u767B\u9646\u5417? |
| | | |
| | | |
| | | #\u63D0\u793A\u5BF9\u8BDD\u6846\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.info.message.dialog.title=\u4FE1\u606F\u63D0\u793A |
| | | rmip.framework.error.message.dialog.title=\u9519\u8BEF\u63D0\u793A |
| | | rmip.framework.warn.message.dialog.title=\u8B66\u544A\u63D0\u793A |
| | | rmip.framework.friend.message.dialog.title=\u6E29\u99A8\u63D0\u793A |
| | | rmip.framework.friend.message.dialog.message=\u60A8\u786E\u5B9A\u6267\u884C\u6B64\u64CD\u4F5C\u5417\uFF1F |
| | | |
| | | #Frame\u9875\u9762\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.current.user=VCI-RMIP \u5F53\u524D\u7528\u6237\: |
| | | |
| | | #\u767B\u5F55\u9875\u9762\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.logon.name=\u7528\u6237\u540D\uFF1A |
| | | rmip.framework.logon.password=\u5BC6\u7801\uFF1A |
| | | rmip.framework.logon.new.passwork=\u65B0\u5BC6\u7801\uFF1A |
| | | rmip.framework.logon.confirm.password=\u65B0\u5BC6\u7801\u786E\u8BA4\uFF1A |
| | | rmip.framework.modify.password=\u4FEE\u6539\u5BC6\u7801 |
| | | |
| | | rmip.framework.logon.isSave.password=\u662F\u5426\u4FDD\u5B58\u7528\u6237\u7684\u5BC6\u7801 |
| | | rmip.framework.logon.button.logon=\u767B\u5F55 |
| | | rmip.framework.logon.name.isNotNull=\u7528\u6237\u540D\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.logon.password.isNotNull=\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.logon.welcome.msg=\u6B22\u8FCE\u4F7F\u7528VCI-RMIP |
| | | |
| | | |
| | | |
| | | ######################################################################## |
| | | ##\u7CFB\u7EDF\u914D\u7F6E\u6A21\u5757\u56FD\u9645\u5316\u4FE1\u606F |
| | | ######################################################################## |
| | | ##\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.systemConfigModule = \u7CFB\u7EDF\u914D\u7F6E\u7BA1\u7406 |
| | | rmip.framework.sysconfig.specialChar = \u7279\u6B8A\u5B57\u7B26 |
| | | rmip.framework.sysconfig.attrManagement = \u5C5E\u6027\u7BA1\u7406 |
| | | rmip.framework.sysconfig.specialCharClsf = \u7279\u6B8A\u5B57\u7B26\u5206\u7C7B |
| | | rmip.framework.sysconfig.unit = \u5355\u4F4D |
| | | rmip.framework.sysconfig.name = \u540D\u79F0\uFF1A |
| | | rmip.framework.sysconfig.desc = \u63CF\u8FF0\uFF1A |
| | | rmip.framework.sysconfig.add = \u589E\u52A0 |
| | | rmip.framework.sysconfig.modify = \u4FEE\u6539 |
| | | rmip.framework.sysconfig.delete = \u5220\u9664 |
| | | rmip.framework.sysconfig.value = \u503C |
| | | rmip.framework.sysconfig.sort = \u6392\u5E8F |
| | | rmip.framework.sysconfig.valueName = \u540D\u79F0 |
| | | rmip.framework.sysconfig.modifyCharAlert1 = \u8BF7\u9009\u62E9\u8981\u4FEE\u6539\u7684\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.modifyCharAlert2 = \u8981\u4FEE\u6539\u7684\u503C\u53EA\u80FD\u662F\u4E00\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.modifyCharAlert3 = \u8BF7\u9009\u4E2D\u8981\u4FEE\u6539\u7684\u5B57\u7B26\u8FDB\u884C\u4FEE\u6539\u64CD\u4F5C\uFF01 |
| | | rmip.framework.sysconfig.valueAlert = \u503C\u4E0D\u80FD\u4E3A\u7A7A\uFF01 |
| | | rmip.framework.sysconfig.addCharAlert1 = \u6DFB\u52A0\u7684 ' |
| | | rmip.framework.sysconfig.addCharAlert2 = ' \u5B57\u7B26\u4E0D\u80FD\u6DFB\u52A0\u591A\u4E2A\uFF0C\u8BF7\u4FEE\u6539\uFF01 |
| | | rmip.framework.sysconfig.modifySuccess = \u4FEE\u6539\u6210\u529F! |
| | | rmip.framework.sysconfig.deleteAttrAlert=\u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u5C5E\u6027! |
| | | rmip.framework.sysconfig.deleteAttrAlert1=\u5C5E\u6027\u5DF2\u88AB\u5F15\u7528,\u4E0D\u80FD\u5220\u9664! |
| | | rmip.framework.sysconfig.deleteCharAlert1 = \u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.deleteCharAlert2 = \u5220\u9664\u5931\u8D25\uFF0C\u4E0D\u5E94\u8BE5\u5305\u542B\u7B2C ' |
| | | rmip.framework.sysconfig.deleteCharAlert3 = ' \u884C |
| | | rmip.framework.sysconfig.deleteCharAlert4 = \u7B2C ' |
| | | rmip.framework.sysconfig.deleteCharAlert5 = ' \u5217\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.framework.sysconfig.deleteConfirm = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u5B57\u7B26\u5417\uFF1F |
| | | rmip.framework.sysconfig.warmTip = \u6E29\u99A8\u63D0\u793A |
| | | rmip.framework.sysconfig.selectDeleteNode = \u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u8282\u70B9\uFF01 |
| | | rmip.framework.sysconfig.deleteClsfAlert = \u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u5305\u62EC\u975E\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u8282\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.framework.sysconfig.deleteClsfConfirm = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u5206\u7C7B\u5417? |
| | | rmip.framework.sysconfig.nameAlert = \u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.nameLengthAlert = \u540D\u79F0\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.descLengthAlert = \u63CF\u8FF0\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7255\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.internalnameAlert = \u5185\u90E8\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.internalnameLenghAlert = \u5185\u90E8\u540D\u79F0\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.internalnameLeeter = \u5185\u90E8\u540D\u79F0\u53EA\u80FD\u4E3A\u5B57\u6BCD\u5F00\u5934\uFF0C\u8BF7\u66F4\u6539\uFF01 |
| | | rmip.framework.sysconfig.attrLengthAlert = \u957F\u5EA6\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.attrLengthIsNum = \u957F\u5EA6\u53EA\u80FD\u4E3A\u6570\u5B57\uFF0C\u8BF7\u91CD\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.attrLengthMax = \u957F\u5EA6\u4E3A1~4000\u4E4B\u95F4\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.query = \u67E5\u8BE2 |
| | | rmip.framework.sysconfig.allAttr = \u6240\u6709\u5C5E\u6027 |
| | | rmip.framework.sysconfig.defaultValue = \u9ED8\u8BA4\u503C: |
| | | rmip.framework.sysconfig.isEmpty = \u53EF\u4EE5\u4E3A\u7A7A: |
| | | rmip.framework.sysconfig.isGroup = \u662F\u5426\u96C6\u56E2\u5C5E\u6027: |
| | | rmip.framework.sysconfig.groupAttr = \u96C6\u56E2\u5C5E\u6027 |
| | | rmip.framework.sysconfig.groupAppendAttr = \u96C6\u56E2\u9644\u52A0\u5C5E\u6027 |
| | | rmip.framework.sysconfig.enterpriseAttr = \u4F01\u4E1A\u5C5E\u6027 |
| | | rmip.framework.sysconfig.isKey = \u662F\u5426\u5173\u952E\u5C5E\u6027: |
| | | rmip.framework.sysconfig.dataType = \u6570\u636E\u7C7B\u578B\uFF1A |
| | | rmip.framework.sysconfig.valueRange = \u53D6\u503C\u8303\u56F4 |
| | | rmip.framework.sysconfig.attrrule=\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\uFF1A |
| | | rmip.framework.sysconfig.attLengh=\u957F\u5EA6\uFF1A |
| | | rmip.framework.sysconfig.isOnly=\u56FA\u6709\u5C5E\u6027 |
| | | rmip.framework.sysconfig.internalname=\u5185\u90E8\u540D\u79F0\uFF1A |
| | | rmip.framework.sysconfig.queryAlert = \u6CA1\u6709\u7B26\u5408\u67E5\u8BE2\u8981\u6C42\u7684\u8BB0\u5F55! |
| | | rmip.framework.sysconfig.defaultValLengthAlert = \u9ED8\u8BA4\u503C\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7255\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.valueRangeNotNull = \u53D6\u503C\u8303\u56F4\u503C\u4E0D\u80FD\u4E3A\u7A7A\uFF01 |
| | | rmip.framework.sysconfig.valueRangeLengthAlert = \u53D6\u503C\u8303\u56F4\u503C\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.valueRangeLength = \u53D6\u503C\u8303\u56F4\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7\u5C5E\u6027\u957F\u5EA6\uFF01 |
| | | rmip.framework.sysconfig.valRangeModifyAlert = \u8BF7\u9009\u4E2D\u8981\u4FEE\u6539\u7684\u53D6\u503C\u8303\u56F4\u8FDB\u884C\u4FEE\u6539\u64CD\u4F5C\uFF01 |
| | | rmip.framework.sysconfig.selectRootNode = \u8BF7\u5148\u9009\u62E9\u6839\u8282\u70B9! |
| | | rmip.framework.sysconfig.selectAttrNode = \u8BF7\u5148\u9009\u62E9\u5C5E\u6027\u8282\u70B9! |
| | | rmip.framework.sysconfig.deleteAttrConfirm = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u5C5E\u6027\u5417? |
| | | rmip.framework.sysconfig.selectDeleteValRange = \u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u53D6\u503C\u8303\u56F4\uFF01 |
| | | rmip.framework.sysconfig.deleteValRangeConfirm = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u53D6\u503C\u8303\u56F4\u5417\uFF1F |
| | | rmip.framework.sysconfig.modifyValFail = \u8981\u4FEE\u6539\u7684\u503C\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FEE\u6539\u5931\u8D25\uFF01 |
| | | rmip.framework.sysconfig.addValFail = \u8981\u6DFB\u52A0\u7684\u503C\u5DF2\u7ECF\u5B58\u5728\uFF0C\u6DFB\u52A0\u5931\u8D25\uFF01 |
| | | rmip.framework.sysconfig.updateordelete=\u662F\u5C5E\u6027\u9ED8\u8BA4\u503C,\u4E0D\u53EF\u5220\u9664\u6216\u4FEE\u6539! |
| | | rmip.framework.sysconfig.defaultvaluewrong=\u5C5E\u6027\u9ED8\u8BA4\u503C\u4E0D\u80FD\u901A\u8FC7\u5C5E\u6027\u89C4\u5219\u6821\u9A8C,\u683C\u5F0F\u4E0D\u6B63\u786E,\u8BF7\u4FEE\u6539! |
| | | rmip.framework.sysconfig.scopeValueWrong=\u53D6\u503C\u8303\u56F4\u503C\u4E0D\u80FD\u901A\u8FC7\u5C5E\u6027\u89C4\u5219\u6821\u9A8C,\u683C\u5F0F\u4E0D\u6B63\u786E,\u8BF7\u4FEE\u6539! |
| | | rmip.framework.sysconfig.attrRangeIsUsed=\u7684\u53D6\u503C\u8303\u56F4\u5DF2\u7ECF\u88AB\u5F15\u7528,\u4E0D\u80FD\u5220\u9664\u6216\u4FEE\u6539! |
| | | rmip.framework.sysconfig.firstSelectAttrNode=\u8BF7\u9009\u62E9\u5C5E\u6027\u518D\u6DFB\u52A0\u5C5E\u6027\u503C! |
| | | rmip.framework.sysconfig.attrRangeNameError=\u53D6\u503C\u8303\u56F4\u7684\u540D\u79F0\u5728\u8BE5\u5C5E\u6027\u4E0B\u5DF2\u7ECF\u5B58\u5728,\u8BF7\u66F4\u6539! |
| | | rmip.framework.sysconfig.attrRangeNameError1=\u53D6\u503C\u8303\u56F4\u540D\u79F0\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26! |
| | | rmip.framework.sysconfig.attrGroupAlert=\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.submit=\u63D0\u4EA4 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.cancel=\u53D6\u6D88 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.moveup=\u4E0A\u79FB |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.down=\u4E0B\u79FB |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.top=\u6700\u4E0A\u7AEF |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.bottom=\u6700\u4E0B\u7AEF |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.attrRange=\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u6392\u5E8F |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.range=\u5C5E\u6027\u503C |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selecttoup=\u8BF7\u9009\u62E9\u5C5E\u6027\u503C\u8FDB\u884C\u4E0A\u79FB\u64CD\u4F5C\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selectonlyone=\u6BCF\u6B21\u53EA\u5141\u8BB8\u9009\u62E9\u4E00\u6761\u5C5E\u6027\u503C\u8FDB\u884C\u64CD\u4F5C\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selectisnull=\u8BF7\u9009\u62E9\u5C5E\u6027\u503C\u8FDB\u884C\u64CD\u4F5C\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selecttodown=\u8BF7\u9009\u62E9\u5C5E\u6027\u503C\u8FDB\u884C\u4E0B\u79FB\u64CD\u4F5C\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.existup=\u5C5E\u6027\u503C\u5DF2\u7ECF\u5728\u6700\u4E0A\u7AEF\uFF0C\u4E0D\u5141\u8BB8\u79FB\u52A8\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.existdown=\u5C5E\u6027\u503C\u5DF2\u7ECF\u5728\u6700\u4E0B\u7AEF\uFF0C\u4E0D\u5141\u8BB8\u79FB\u52A8\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.success=\u4FDD\u5B58\u6210\u529F\uFF01 |
| | | |
| | | |
| | | ##\u5F02\u5E38\u9519\u8BEF\u4FE1\u606F |
| | | 150001 = \u5220\u9664\u7279\u6B8A\u5B57\u7B26\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150002 = \u5220\u9664\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150003 = \u83B7\u53D6\u7279\u6B8A\u5B57\u7B26\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150004 = \u83B7\u53D6\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150005 = \u8981\u4FDD\u6301\u7684\u7279\u6B8A\u5B57\u7B26\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150006 = \u4FDD\u5B58\u7279\u6B8A\u5B57\u7B26\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150007 = \u8981\u4FDD\u5B58\u7684\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150008 = \u4FDD\u5B58\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150009 = \u66F4\u65B0\u540E\u7684\u7279\u6B8A\u5B57\u7B26\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150010 = \u66F4\u65B0\u7279\u6B8A\u5B57\u7B26\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150011 = \u66F4\u65B0\u540E\u7684\u7279\u6B8A\u5B57\u7B26\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150012 = \u66F4\u65B0\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150101 = \u5220\u9664\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150102 = \u5220\u9664\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150103 = \u83B7\u53D6\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150104 = \u83B7\u53D6\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150105 = \u6B64\u53D6\u503C\u8303\u56F4\u5DF2\u7ECF\u5B58\u5728 |
| | | 150106 = \u4FDD\u5B58\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150107 = \u4FDD\u5B58\u7684\u5C5E\u6027\u5B58\u5728\u91CD\u590D\u6570\u636E\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150108 = \u4FDD\u5B58\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150109 = \u66F4\u65B0\u540E\u7684\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150110 = \u66F4\u65B0\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150111 = \u66F4\u65B0\u540E\u7684\u5C5E\u6027\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150112 = \u66F4\u65B0\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150113 = \u8FDE\u63A5\u670D\u52A1\u5668\u65F6\u53D1\u751F\u5F02\u5E38\uFF01 |
| | | 150114 = \u67E5\u8BE2\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150115 = \u5220\u9664\u6216\u4FEE\u6539\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150116 = \u5C5E\u6027\u7684\u5185\u90E8\u540D\u79F0\u5B58\u5728\u91CD\u590D\uFF01 |
| | | 10060=\u8981\u6DFB\u52A0\u7684\u7279\u6B8A\u5B57\u7B26\u5728\u8BE5\u5206\u7C7B\u4E0B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FDD\u5B58\u5931\u8D25\uFF01 |
| | | 10062=\u8981\u4FEE\u6539\u7684\u7279\u6B8A\u5B57\u7B26\u5728\u8BE5\u5206\u7C7B\u4E0B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FDD\u5B58\u5931\u8D25\uFF01 |
| | | 10061=\u8981\u521B\u5EFA\u7684\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FDD\u5B58\u5931\u8D25\uFF01 |
| | | 10063=\u8981\u4FEE\u6539\u7684\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FDD\u5B58\u5931\u8D25\uFF01 |
| | | 150117=\u83B7\u53D6\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u53D1\u751F\u9519\u8BEF\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | ######################################################################## |
| | | ##\u7CFB\u7EDF\u914D\u7F6E\u6A21\u5757\u56FD\u9645\u5316\u4FE1\u606F END |
| | | ######################################################################## |
| | | |
| | | |
| | | ######################################################################## |
| | | ##\u89C4\u5219\u7BA1\u7406\u6A21\u5757\u56FD\u9645\u5316\u4FE1\u606F |
| | | ######################################################################## |
| | | ##\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.ruleManagementModule = \u89C4\u5219\u7BA1\u7406 |
| | | rmip.framework.rMTypeTemplateModule = \u8D44\u6E90\u7C7B\u578B\u6A21\u677F\u7BA1\u7406 |
| | | ##\u5F02\u5E38\u9519\u8BEF\u4FE1\u606F |
| | | ######################################################################## |
| | | ##\u89C4\u5219\u7BA1\u7406\u6A21\u5757\u56FD\u9645\u5316\u4FE1\u606F END |
| | | ######################################################################## |
| | | -10000=\u65E0\u6CD5\u8FDE\u63A5\u5230\u670D\u52A1\u5668\uFF0C\u8BF7\u68C0\u67E5\n1:JacORB\u670D\u52A1\u662F\u5426\u6B63\u5E38\u542F\u52A8\uFF0C\n1:\u4E3B\u670D\u52A1\u662F\u5426\u6B63\u5E38\u542F\u52A8\uFF0C\n1:\u68C0\u67E5\u662F\u5426\u6709\u9632\u706B\u5899\u5BF9\u7A0B\u5E8F\u7AEF\u53E3\u8FDB\u884C\u4E86\u9650\u5236\uFF01 |
| | | -99999=\u6587\u4EF6\u7B2C{0}\u884C\u7B2C{1}\u5217\u683C\u5F0F\u9519\u8BEF\uFF0C\u8BF7\u5C06\u5176\u4FEE\u6539\u4E3A\u5B57\u7B26\u4E32\u7C7B\u578B\u3002 |
| | | |
| | | 100001=\u65E0\u6CD5\u83B7\u53D6\u767B\u5F55\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100002=\u65E0\u6CD5\u83B7\u53D6\u6846\u67B6\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100003=\u65E0\u6CD5\u83B7\u53D6CODE\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100004=\u65E0\u6CD5\u83B7\u53D6RM\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100005=\u65E0\u6CD5\u83B7\u53D6BOM\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100006=\u65E0\u6CD5\u83B7\u53D6workFlow\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100007=\u65E0\u6CD5\u83B7\u53D6simpleNews\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100008=\u65E0\u6CD5\u83B7\u53D6EquipmentService\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100009=\u65E0\u6CD5\u83B7\u53D6Bom\u96C6\u6210\u670D\u52A1\uFF0C\u8BF7\u91CD\u542F\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458. |
| | | 100010=\u65E0\u6CD5\u83B7\u53D6014\u96C6\u6210\u670D\u52A1\uFF0C\u8BF7\u91CD\u542F\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458. |
| | | ############################################# |
| | | ## \u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | ## \u7CFB\u7EDF\u6A21\u5757\u6784\u5EFA |
| | | ## |
| | | ############################################# |
| | | #\u7CFB\u7EDF\u6A21\u5757\u6784\u5EFA |
| | | #\u6A21\u5757\u663E\u793A\u4FE1\u606F |
| | | rmip.framework.systemFunctionTree.systemFunctionModel = \u529F\u80FD\u6A21\u5757\u7BA1\u7406 |
| | | rmip.framework.systemFunctionTree.root = \u7CFB\u7EDF\u529F\u80FD\u6A21\u5757\u7BA1\u7406 |
| | | rmip.framework.systemFunctionTree.title = \u6A21\u5757\u7BA1\u7406 |
| | | |
| | | rmip.framework.systemFunctionTree.modelManagment.isValid = \u662F\u5426\u6709\u6548 |
| | | rmip.framework.systemFunctionTree.modelManagment.modelName = \u6A21\u5757\u540D\: |
| | | rmip.framework.systemFunctionTree.modelManagment.description = \u63CF\u8FF0\: |
| | | rmip.framework.systemFunctionTree.modelManagment.addButton = \u589E\u52A0 |
| | | rmip.framework.systemFunctionTree.modelManagment.modifyButton = \u4FEE\u6539 |
| | | rmip.framework.systemFunctionTree.modelManagment.deleteButton = \u5220\u9664 |
| | | rmip.framework.systemFunctionTree.modelManagment.addOperationTypeButton = \u589E\u52A0\u64CD\u4F5C\u7C7B\u578B |
| | | |
| | | rmip.framework.systemFunctionTree.dialog.title = \u64CD\u4F5C\u7C7B\u578B\u5206\u7C7B |
| | | rmip.framework.systemFunctionTree.dialog.type = \u64CD\u4F5C\u5206\u7C7B |
| | | rmip.framework.systemFunctionTree.dialog.okButton = \u786E\u8BA4 |
| | | rmip.framework.systemFunctionTree.dialog.cancelButton = \u53D6\u6D88 |
| | | |
| | | rmip.framework.systemFunctionTree.root.notSelect = \u8BF7\u9009\u62E9\u8282\u70B9\u8FDB\u884C\u64CD\u4F5C\! |
| | | rmip.framework.systemFunctionTree.root.delete = \u6839\u8282\u70B9\u65E0\u6CD5\u5220\u9664\! |
| | | rmip.framework.systemFunctionTree.modelName.duplicate = \u6A21\u5757\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\! |
| | | rmip.framework.systemFunctionTree.model.delete = \u8BF7\u9009\u62E9\u6A21\u5757\u8282\u70B9\u8FDB\u884C\u5220\u9664\u64CD\u4F5C\! |
| | | rmip.framework.systemFunctionTree.model.deleteQuery = \u4F60\u786E\u5B9A\u8981\u5220\u9664\u9009\u62E9\u7684\u6570\u636E\u548C\u5B50\u8282\u70B9\u6570\u636E\u5417\uFF1F |
| | | rmip.framework.systemFunctionTree.model.relation = \u6A21\u5757\u6216\u5B50\u6A21\u5757\u88AB\u5F15\u7528\uFF0C\u65E0\u6CD5\u5220\u9664\! |
| | | rmip.framework.systemFunctionTree.modelNmae.isNull = \u6A21\u5757\u540D\u79F0\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\! |
| | | rmip.framework.systemFunctionTree.modelNmae.lenght = \u6A21\u5757\u540D\u79F0\u957F\u5EA6\u8D85\u8FC7\u89C4\u5B9A\u8303\u56F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\! |
| | | rmip.framework.systemFunctionTree.desc.lenght = \u63CF\u8FF0\u5927\u5C0F\u8D85\u8FC7\u89C4\u5B9A\u8303\u56F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\! |
| | | rmip.framework.systemFunctionTree.model.modifyInfo = \u6A21\u5757\u4FE1\u606F\u4FEE\u6539\u6210\u529F\! |
| | | rmip.framework.systemFunctionTree.model.operateTypeInfo = \u8BF7\u9009\u62E9\u64CD\u4F5C\u7C7B\u578B\u8FDB\u884C\u64CD\u4F5C\uFF01 |
| | | rmip.framework.systemFunctionTree.model.operateTypeRight = \u8BF7\u9009\u62E9\u6B63\u786E\u7684\u64CD\u4F5C\u7C7B\u578B\u8FDB\u884C\u64CD\u4F5C\uFF01 |
| | | rmip.framework.systemFunctionTree.cs.lenght = C/S\u540D\u79F0\u957F\u5EA6\u8D85\u8FC7\u89C4\u5B9A\u8303\u56F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.systemFunctionTree.cs.name = C/S\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF01 |
| | | |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 110000 = \u521B\u5EFA\u6A21\u5757\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110001 = \u68C0\u7D22\u6A21\u5757\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110002 = \u5220\u9664\u6A21\u5757\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110003 = \u66F4\u65B0\u6A21\u5757\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110004 = corba\u5BF9\u8C61\u548C\u5B9E\u4F53\u7C7B\u8F6C\u6362\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110005 = \u66F4\u65B0\u6A21\u5757\u6811\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | ################################################################ |
| | | ## Tab\u9875\u4FE1\u606F \u6743\u9650\u914D\u7F6E\u6A21\u5757 |
| | | #\u64CD\u4F5C\u7C7B\u578B |
| | | rmip.framework.operateType.operateTypeModel.file=\u64CD\u4F5C\u7C7B\u578B\u7BA1\u7406 |
| | | rmip.framework.operateType.operateTypeLab.file=\u64CD\u4F5C\u7C7B\u578B |
| | | rmip.framework.operateType.designationLab.file=\u540D\u79F0 |
| | | rmip.framework.operateType.typeLab.file=\u7C7B\u578B |
| | | rmip.framework.operateType.identifyingLab.file=\u6807\u8BC6 |
| | | rmip.framework.operateType.describeLab.file=\u63CF\u8FF0 |
| | | rmip.framework.operateType.addButton.file=\u6DFB\u52A0 |
| | | rmip.framework.operateType.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.moudelConfig.file=\u7CFB\u7EDF\u6A21\u5757\u914D\u7F6E |
| | | rmip.framework.operateType.delButton.file=\u5220\u9664 |
| | | rmip.framework.operateType.savesusses.message=\u6DFB\u52A0\u6210\u529F\! |
| | | rmip.framework.operateType.savefail.message=\u6DFB\u52A0\u5931\u8D25\! |
| | | rmip.framework.operateType.updatesusses.message=\u4FEE\u6539\u6210\u529F\! |
| | | rmip.framework.operateType.updatefail.message=\u4FEE\u6539\u5931\u8D25\! |
| | | rmip.framework.operateType.deletesusses.message=\u5220\u9664\u6210\u529F\! |
| | | rmip.framework.operateType.deletefail.message=\u5220\u9664\u5931\u8D25\! |
| | | rmip.framework.operateType.designationTextNotNull.message=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.operateType.designationTextLength.message=\u540D\u79F0\u4E0D\u80FD\u592A\u957F\! |
| | | rmip.framework.operateType.describeTextAreaLength.message=\u63CF\u8FF0\u4E0D\u80FD\u8D85\u8FC7255\u5B57\! |
| | | rmip.framework.operateType.treeNode.message=\u8BF7\u9009\u62E9\u4E00\u4E2A\u8282\u70B9\! |
| | | rmip.framework.operateType.nameIsExist.message=\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\! |
| | | rmip.framework.operateType.operateTypeIsExist.message=\u64CD\u4F5C\u7C7B\u578B\u6B63\u5728\u88AB\u4F7F\u7528\u4E0D\u80FD\u5220\u9664\! |
| | | rmip.framework.operateType.operateTypeIsExistNoChange.message=\u64CD\u4F5C\u7C7B\u578B\u6B63\u5728\u88AB\u4F7F\u7528\u4E0D\u80FD\u4FEE\u6539\! |
| | | rmip.framework.operateType.operateTypeIsChoice.message=\u8BF7\u9009\u62E9\u64CD\u4F5C\u7C7B\u578B\! |
| | | rmip.framework.operateType.modelIsChoice.message=\u8BF7\u9009\u62E9\u6A21\u5757\! |
| | | rmip.framework.operateType.typeIsChoice.message=\u8BF7\u9009\u62E9\u7C7B\u578B\! |
| | | rmip.framework.operateType.identifyingIsChoice.message=\u6807\u8BC6\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.operateType.identifyingIsTooLong.message=\u6807\u8BC6\u5B57\u7B26\u4E0D\u80FD\u8D85\u8FC7128\u5B57\u7B26\uFF01 |
| | | rmip.framework.operateType.identifyingIsExist.message=\u6807\u8BC6\u5DF2\u7ECF\u5B58\u5728\! |
| | | rmip.framework.operateType.aliasTextNotNull.message=\u522B\u540D\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.operateType.aliasTextLength.message=\u522B\u540D\u7684\u5B57\u7B26\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysConfNode.sysConfModel=\u7CFB\u7EDF\u914D\u7F6E\u9879\u7BA1\u7406 |
| | | rmip.framework.sysConfNode.sysConfClsfModel=\u914D\u7F6E\u5206\u7C7B\u7BA1\u7406 |
| | | |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 110100 = \u521B\u5EFA\u64CD\u4F5C\u7C7B\u578B\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110101 = \u68C0\u7D22\u64CD\u4F5C\u7C7B\u578B\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110102 = \u5220\u9664\u64CD\u4F5C\u7C7B\u578B\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110103 = \u66F4\u65B0\u64CD\u4F5C\u7C7B\u578B\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110104 = \u68C0\u7D22\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u8868\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110105 = \u68C0\u7D22\u64CD\u4F5C\u7C7B\u578B\u6811\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110106 = \u68C0\u7D22\u64CD\u4F5C\u7C7B\u578B\u6811\u8282\u70B9\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110107 = \u68C0\u7D22\u529F\u80FD\u5E94\u7528\u8868\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | #\u7279\u6B8A\u6570\u636E\u5BF9\u8C61 |
| | | rmip.framework.specialData.specialDataModel.file=\u7279\u6B8A\u6570\u636E\u7BA1\u7406 |
| | | rmip.framework.specialData.specialDataLab.file=\u6570\u636E\u5BF9\u8C61 |
| | | rmip.framework.specialData.designationLab.file=\u540D\u79F0 |
| | | rmip.framework.specialData.modelLab.file=\u6A21\u5757 |
| | | rmip.framework.specialData.describe.file=\u63CF\u8FF0 |
| | | rmip.framework.specialData.operateTypeLab.file=\u64CD\u4F5C\u7C7B\u578B |
| | | rmip.framework.specialData.addButton.file=\u6DFB\u52A0 |
| | | rmip.framework.specialData.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.specialData.specialDataModel.file=\u7279\u6B8A\u6570\u636E\u7BA1\u7406 |
| | | rmip.framework.specialData.specialDataLab.file=\u6570\u636E\u5BF9\u8C61 |
| | | rmip.framework.specialData.designationLab.file=\u540D\u79F0 |
| | | rmip.framework.specialData.modelLab.file=\u6A21\u5757 |
| | | rmip.framework.specialData.describe.file=\u63CF\u8FF0 |
| | | rmip.framework.specialData.operateTypeLab.file=\u64CD\u4F5C\u7C7B\u578B(*\u8BF7\u6309\u4F4FCtrl\u8FDB\u884C\u591A\u9009) |
| | | rmip.framework.specialData.addButton.file=\u6DFB\u52A0 |
| | | rmip.framework.specialData.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.specialData.specialDataModel.file=\u7279\u6B8A\u6570\u636E\u7BA1\u7406 |
| | | rmip.framework.specialData.specialDataLab.file=\u6570\u636E\u5BF9\u8C61 |
| | | rmip.framework.specialData.designationLab.file=\u540D\u79F0 |
| | | rmip.framework.specialData.modelLab.file=\u6A21\u5757 |
| | | rmip.framework.specialData.describe.file=\u63CF\u8FF0 |
| | | rmip.framework.specialData.operateTypeLab.file=\u64CD\u4F5C\u7C7B\u578B(*\u8BF7\u6309\u4F4FCtrl\u8FDB\u884C\u591A\u9009) |
| | | rmip.framework.specialData.addButton.file=\u6DFB\u52A0 |
| | | rmip.framework.specialData.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.specialData.delButton.file=\u5220\u9664 |
| | | rmip.framework.workFlowNode.workFlowModelfile=\u6D41\u7A0B\u914D\u7F6E\u7BA1\u7406 |
| | | #\u6D41\u7A0B\u914D\u7F6E |
| | | com.vci.rmip.framework.client.rightConfig.workflow.WorkFlowConfPanel.deleteConfirmMessage = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u6570\u636E\u5417\uFF1F\u5220\u9664\u540E\u7684\u6570\u636E\u4E0D\u53EF\u6062\u590D\uFF01 |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.selectProcess = \u9009\u62E9\u6D41\u7A0B\u6A21\u677F |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.btnOk = \u786E\u5B9A |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.btnCancel = \u53D6\u6D88 |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.treeRootNodeName = \u6D41\u7A0B\u6A21\u677F |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.plsSelectProcessDefinition = \u8BF7\u9009\u62E9\u6D41\u7A0B\u6A21\u677F\uFF01 |
| | | #\u4EBA\u5458\u7EC4\u7EC7\u7BA1\u7406\u6807\u7B7E |
| | | rmip.framework.menu.staffOrgManage=\u4EBA\u5458\u7EC4\u7EC7\u7BA1\u7406 |
| | | |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 110200 = \u521B\u5EFA\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110201 = \u68C0\u7D22\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110202 = \u5220\u9664\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110203 = \u66F4\u65B0\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110204 = \u68C0\u7D22\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u8868\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110205 = \u68C0\u7D22\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u6811\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110206 = \u68C0\u7D22\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u6811\u8282\u70B9\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110207 = \u68C0\u7D22\u529F\u80FD\u5E94\u7528\u8868\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110208 = \u68C0\u7D22\u64CD\u4F5C\u7C7B\u578B\u5217\u8868\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110209 = \u4FDD\u5B58\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110211 = \u66F4\u65B0\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110212 = \u5220\u9664\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | rmip.stafforg.menu.staffOrg=\u4EBA\u5458\u7EC4\u7EC7 |
| | | rmip.stafforg.menu.department=\u90E8\u95E8 |
| | | rmip.stafforg.menu.group=\u7EC4 |
| | | rmip.stafforg.menu.role=\u89D2\u8272 |
| | | rmip.stafforg.menu.staff=\u6210\u5458 |
| | | rmip.stafforg.menu.name1=\u3010\u603B\u6570\uFF1A |
| | | rmip.stafforg.menu.name2=\u3011 |
| | | rmip.stafforg.logal.name=\u540D\u79F0\uFF1A |
| | | rmip.stafforg.logal.num=\u7F16\u53F7\uFF1A |
| | | rmip.stafforg.logal.desc=\u63CF\u8FF0\uFF1A |
| | | rmip.stafforg.logal.username=\u8D26\u53F7\uFF1A |
| | | rmip.stafforg.logal.password=\u5BC6\u7801\uFF1A |
| | | rmip.stafforg.logal.confpassword=\u786E\u8BA4\u5BC6\u7801\uFF1A |
| | | rmip.stafforg.logal.department=\u90E8\u95E8\uFF1A |
| | | rmip.stafforg.logal.firstname=\u59D3\u540D\uFF1A |
| | | rmip.stafforg.logal.lastname=\u540D\u5B57\uFF1A |
| | | rmip.stafforg.logal.empno=\u7F16\u53F7\uFF1A |
| | | rmip.stafforg.logal.duty=\u804C\u52A1\uFF1A |
| | | rmip.stafforg.logal.email=\u7535\u5B50\u90AE\u4EF6\uFF1A |
| | | rmip.stafforg.logal.businessTel=\u5546\u52A1\u7535\u8BDD\uFF1A |
| | | rmip.stafforg.logal.homephone=\u5BB6\u5EAD\u7535\u8BDD\uFF1A |
| | | rmip.stafforg.logal.mobelphone=\u79FB\u52A8\u7535\u8BDD\uFF1A |
| | | rmip.stafforg.logal.businessfax=\u5546\u52A1\u4F20\u771F\uFF1A |
| | | rmip.stafforg.logal.rolelist=\u73B0\u6709\u89D2\u8272: |
| | | rmip.stafforg.logal.choosedrolelist=\u62E5\u6709\u89D2\u8272: |
| | | rmip.stafforg.logal.grouplist=\u73B0\u6709\u7EC4: |
| | | rmip.stafforg.logal.choosedgrouplist=\u6240\u5C5E\u7EC4: |
| | | rmip.stafforg.logal.roling=\u5206\u914D\u89D2\u8272 |
| | | rmip.stafforg.logal.grouping=\u5206\u914D\u7EC4\u7EC7 |
| | | rmip.stafforg.operate.add=\u589E\u52A0 |
| | | rmip.stafforg.operate.modify=\u4FEE\u6539 |
| | | rmip.stafforg.operate.delete=\u5220\u9664 |
| | | rmip.stafforg.operate.syn=\u540C\u6B65 |
| | | rmip.stafforg.operate.grouping=\u5206\u914D\u7EC4\u7EC7 |
| | | rmip.stafforg.operate.roling=\u5206\u914D\u89D2\u8272 |
| | | rmip.stafforg.operate.conform=\u786E\u5B9A |
| | | rmip.stafforg.operate.cancel=\u53D6\u6D88 |
| | | rmip.stafforg.operate.toselectgroup=\u8BF7\u9009\u62E9\u8981\u589E\u52A0\u7684\u7EC4\uFF01 |
| | | rmip.stafforg.operate.toreselectgroup=\u8981\u589E\u52A0\u7684\u7EC4\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.toremovegroup=\u8BF7\u9009\u62E9\u8981\u79FB\u9664\u7684\u7EC4\uFF01 |
| | | rmip.stafforg.operate.toselectrole=\u8BF7\u9009\u62E9\u8981\u589E\u52A0\u7684\u89D2\u8272\uFF01 |
| | | rmip.stafforg.operate.toreselectrole=\u8981\u589E\u52A0\u7684\u89D2\u8272\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.toremoverole=\u8BF7\u9009\u62E9\u8981\u79FB\u9664\u7684\u89D2\u8272\uFF01 |
| | | rmip.stafforg.operate.toadddeptname=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.nameerror=\u540D\u79F0\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.descerror=\u63CF\u8FF0\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E255\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.deptnameerror=\u90E8\u95E8\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.numtoolong=\u7F16\u53F7\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E64\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199! |
| | | rmip.stafforg.operate.rolenameerror=\u89D2\u8272\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.groupnameerror=\u7EC4\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.updateok=\u4FEE\u6539\u6210\u529F\uFF01 |
| | | rmip.stafforg.operate.toselectdel=\u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u8282\u70B9\uFF01 |
| | | rmip.stafforg.operate.syndeptselect=\u8BF7\u9009\u4E2D\u8981\u540C\u6B65\u7684\u90E8\u95E8\uFF01 |
| | | rmip.stafforg.operate.syndept.selectone=\u53EA\u80FD\u9009\u62E9\u4E00\u4E2A\u90E8\u95E8\u8282\u70B9\u8FDB\u884C\u540C\u6B65\uFF01 |
| | | rmip.stafforg.operate.syndept.success=\u90E8\u95E8\u540C\u6B65\u6210\u529F\uFF01 |
| | | rmip.stafforg.operate.toreselectdeldept=\u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u5305\u62EC\u975E\u90E8\u95E8\u8282\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.toshowdeldepterror1=\u9009\u62E9\u5220\u9664\u7684\u90E8\u95E8\u8282\u70B9\u4E2D |
| | | rmip.stafforg.operate.toshowdeleteerror=\u88AB\u7528\u6237 |
| | | rmip.stafforg.operate.toshowdeleteerror1=\u5F15\u7528\uFF0C\u8BF7\u89E3\u9664\u5173\u7CFB\u540E\u518D\u8FDB\u884C\u5220\u9664\u64CD\u4F5C\uFF01 |
| | | rmip.stafforg.operate.conformdeldept=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u90E8\u95E8\u5417\uFF1F |
| | | rmip.stafforg.operate.toreselectdelgroup=\u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u5305\u62EC\u975E\u7EC4\u8282\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.conformdelgroup=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u7EC4\u8282\u70B9\u5417\uFF1F |
| | | rmip.stafforg.operate.toshowdelgrouperror1=\u9009\u62E9\u5220\u9664\u7684\u7EC4\u8282\u70B9\u4E2D |
| | | rmip.stafforg.operate.toreselectdelrole=\u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u4E2D\u5305\u62EC\u975E\u89D2\u8272\u51E0\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.conformdelrole=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u89D2\u8272\u5417\uFF1F |
| | | rmip.stafforg.operate.toshowdelroleerror1=\u9009\u62E9\u5220\u9664\u7684\u89D2\u8272\u8282\u70B9\u4E2D |
| | | rmip.stafforg.operate.toshowdelusererror=\u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u5305\u62EC\u975E\u7528\u6237\u8282\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.conformdeluser=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u6210\u5458\u5417\uFF1F |
| | | rmip.stafforg.operate.usernameerror1=\u7528\u6237\u540D\uFF1Aadmin\u662F\u4FDD\u7559\u7528\u6237\uFF0C\u8BF7\u6539\u6210\u5176\u5B83\u540D\u79F0\uFF01 |
| | | rmip.stafforg.operate.usernameerror2=\u7528\u6237\u540D\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.usernameerror3=\u7528\u6237\u540D\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.usernameerror4=\u7528\u6237\u540D\u53EA\u80FD\u4E3A\u6570\u5B57\u5B57\u6BCD\u6216\u8005\u4E0B\u5212\u7EBF\uFF01 |
| | | rmip.stafforg.operate.usernameerror5=\u7528\u6237\u540D\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.pwderror1=\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.conformpwderror=\u786E\u8BA4\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.pwderror2=\u5BC6\u7801\u4E0D\u4E00\u81F4\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.pwderror3=\u5BC6\u7801\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.pwderror4=\u5BC6\u7801\u53EA\u80FD\u4E3A\u6570\u5B57\u5B57\u6BCD\u6216\u8005\u4E0B\u5212\u7EBF\uFF01 |
| | | rmip.stafforg.operate.firstnameerror=\u59D3\u6C0F\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC764\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.firstnameerror1=\u6210\u5458\u7684\u59D3\u6C0F\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u8F93\u5165\uFF01 |
| | | rmip.stafforg.operate.lastnameerror=\u540D\u5B57\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC764\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.lastnameerror1=\u6210\u5458\u7684\u540D\u5B57\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u8F93\u5165\uFF01 |
| | | rmip.stafforg.operate.dutyerror=\u804C\u52A1\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.emailerror=\u7535\u5B50\u90AE\u4EF6\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199 |
| | | rmip.stafforg.operate.emailerror1=\u7535\u5B50\u90AE\u4EF6\u683C\u5F0F\u4E0D\u6B63\u786E\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.telerror=\u6240\u6709\u7535\u8BDD\u957F\u5EA6\u90FD\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC764\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u68C0\u67E5\u5E76\u4FEE\u6539\uFF01 |
| | | rmip.stafforg.operate.businessfaxerror=\u5546\u52A1\u4F20\u771F\u957F\u5EA6\u90FD\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC764\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.businessfaxerror1=\u5546\u52A1\u4F20\u771F\u53EA\u80FD\u4E3A\u6570\u5B57\u4E0E'-'\u7684\u7EC4\u5408\uFF01 |
| | | rmip.stafforg.operate.homephoneerror=\u5BB6\u5EAD\u7535\u8BDD\u53EA\u80FD\u4E3A\u6570\u5B57\u4E0E'-'\u7684\u7EC4\u5408\uFF01 |
| | | rmip.stafforg.operate.businesstelerror=\u5546\u52A1\u7535\u8BDD\u53EA\u80FD\u4E3A\u6570\u5B57\u4E0E'-'\u7684\u7EC4\u5408\uFF01 |
| | | rmip.stafforg.operate.mobelerror=\u79FB\u52A8\u7535\u8BDD\u53EA\u80FD\u4E3A\u6570\u5B57\u4E0E'-'\u7684\u7EC4\u5408\uFF01 |
| | | rmip.stafforg.operate.loginerror=\u7528\u6237\u540D\u6216\u5BC6\u7801\u9519\u8BEF\uFF01\n\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.stafforg.operate.descerror=\u63CF\u8FF0\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E255\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.empnonull=\u7F16\u53F7\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.empnotoolong=\u7F16\u53F7\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.empnorepeat=\u7F16\u53F7\u91CD\u590D\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.deptIdnull=\u90E8\u95E8\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u82E5\u7CFB\u7EDF\u4E2D\u6CA1\u6709\u90E8\u95E8\uFF0C\u8BF7\u5148\u521B\u5EFA\u90E8\u95E8\uFF01 |
| | | rmip.stafforg.operate.numcannotchange=\u8BE5\u90E8\u95E8\u5DF2\u7ECF\u88AB\u540C\u6B65\uFF0C\u4E0D\u80FD\u5BF9\u5176\u7F16\u53F7\u8FDB\u884C\u4FEE\u6539\uFF01 |
| | | rmip.stafforg.operate.usercreateok=\u7528\u6237\u6210\u529F\u6DFB\u52A0\u5230\u7CFB\u7EDF\uFF01 |
| | | rmip.stafforg.operate.useredit1=\u8BF7\u94A9\u9009\u8981\u8FDB\u884C\u4FEE\u6539\u7684\u6210\u5458! |
| | | rmip.stafforg.operate.useredit2=\u4E00\u6B21\u53EA\u80FD\u5BF9\u4E00\u4E2A\u6210\u5458\u8FDB\u884C\u4FEE\u6539\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9! |
| | | rmip.stafforg.operate.userdelete1=\u8BF7\u94A9\u9009\u8981\u5220\u9664\u7684\u6210\u5458! |
| | | rmip.stafforg.operate.userdelete2=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u6240\u9009\u62E9\u7684\u6210\u5458\u5417? |
| | | rmip.stafforg.operate.deptedit1=\u8BF7\u94A9\u9009\u8981\u8FDB\u884C\u4FEE\u6539\u7684\u5BF9\u8C61! |
| | | rmip.stafforg.operate.deptedit2=\u4E00\u6B21\u53EA\u80FD\u5BF9\u4E00\u4E2A\u5BF9\u8C61\u8FDB\u884C\u4FEE\u6539\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9! |
| | | rmip.stafforg.operate.deptdelete1=\u8BF7\u94A9\u9009\u8981\u5220\u9664\u7684\u5BF9\u8C61! |
| | | rmip.stafforg.operate.deptdelete2=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u6240\u9009\u62E9\u7684\u5BF9\u8C61\u5417? |
| | | rmip.stafforg.operate.pwdgroupdelete=\u786E\u5B9A\u8981\u5220\u9664\u6240\u9009\u62E9\u7684\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u5417? |
| | | rmip.stafforg.operate.deptselect=\u60A8\u8981\u5220\u9664\u7684\u6D41\u7A0B\u6A21\u677F\u5DF2\u7ECF\u88AB\u5F15\u7528\uFF0C\u8BF7\u5148\u89E3\u9664\u5173\u7CFB\uFF0C\u5728\u8FDB\u884C\u5220\u9664\u64CD\u4F5C\uFF01 |
| | | |
| | | ## Tab\u9875 \u4EBA\u5458\u7EC4\u7EC7\u5F02\u5E38\u4FE1\u606F |
| | | 120101=\u83B7\u53D6\u6240\u6709\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120102=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u6240\u6709\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120103=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u9876\u7EA7\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120104=\u83B7\u53D6\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120105=\u83B7\u53D6\u9876\u7EA7\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120106=\u83B7\u53D6\u90E8\u95E8\u4E0B\u7684\u5B50\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120107=\u83B7\u53D6\u90E8\u95E8\u53CA\u5176\u5B50\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120108=\u5220\u9664\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120109=\u589E\u52A0\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120110=\u4FEE\u6539\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120111=\u4FEE\u6539\u4EBA\u5458\u4E0E\u90E8\u95E8\u5173\u7CFB\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u4E0E\u7BA1\u7406\u5458\u8054\u7CFB! |
| | | 120201=\u83B7\u53D6\u516C\u53F8\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120202=\u83B7\u53D6\u9876\u7EA7\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120203=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u9876\u7EA7\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120204=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120205=\u83B7\u53D6\u7EC4\u4E0B\u7684\u5B50\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120206=\u83B7\u53D6\u7EC4\u53CA\u5176\u5B50\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120207=\u5220\u9664\u516C\u53F8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120208=\u589E\u52A0\u516C\u53F8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120209=\u4FEE\u6539\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120301=\u83B7\u53D6\u6240\u6709\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120302=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120303=\u5220\u9664\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120304=\u589E\u52A0\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120305=\u4FEE\u6539\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120306=\u4FDD\u5B58\u4EBA\u5458\u4E0E\u89D2\u8272\u7684\u5173\u7CFB\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB! |
| | | 120307=\u9A8C\u8BC1\u89D2\u8272\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u4E0E\u7BA1\u7406\u5458\u8054\u7CFB! |
| | | 120308=\u6839\u636E\u7528\u6237\u540D\u83B7\u53D6\u5173\u8054\u89D2\u8272\u603B\u6570\u65F6\u53D1\u751F\u9519\u8BEF\uFF0C\u8BF7\u4E0E\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120401=\u83B7\u53D6\u4EBA\u5458\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120402=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u6240\u6709\u6210\u5458\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120403=\u5220\u9664\u4EBA\u5458\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120404=\u589E\u52A0\u4EBA\u5458\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120405=\u4FEE\u6539\u4EBA\u5458\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120406=\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120407=\u767B\u5F55\u65F6\u83B7\u53D6\u7528\u6237\u767B\u5F55\u4FE1\u606F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120408=\u90E8\u95E8\u540C\u6B65\u65F6\u51FA\u9519\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120409=\u66F4\u65B0\u90E8\u95E8\u540C\u6B65\u72B6\u6001\u65F6\u51FA\u9519\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120410=\u90E8\u95E8\u5DF2\u7ECF\u540C\u6B65\u5B8C\u6210\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\u8981\u540C\u6B65\u7684\u90E8\u95E8\uFF01 |
| | | 120411=\u6839\u636E\u90E8\u95E8\u83B7\u53D6\u5BF9\u5E94\u7684\u4EBA\u5458\u4FE1\u606F\u65F6\u51FA\u9519\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120412=\u5728\u8FDB\u884C\u505C\u7528/\u542F\u7528\u64CD\u4F5C\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u770B! |
| | | 120413=\u6839\u636E\u6761\u4EF6\u83B7\u53D6\u4EBA\u5458\u603B\u6570\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 120501=\u83B7\u53D6\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120502=\u6DFB\u52A0\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120503=\u66F4\u65B0\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120504=\u5220\u9664\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120505=\u83B7\u53D6\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u53D6\u503C\u8303\u56F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120506=\u6DFB\u52A0\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u53D6\u503C\u8303\u56F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120507=\u6DFB\u52A0\u7684\u53D6\u503C\u8303\u56F4\u503C\u5728\u8BE5\u7EC4\u5408\u65B9\u5F0F\u4E0B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u6DFB\u52A0\u5931\u8D25\uFF01 |
| | | 120508=\u66F4\u65B0\u5BC6\u7801\u7EC4\u5408\u53D6\u503C\u8303\u56F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120509=\u5220\u9664\u5BC6\u7801\u7EC4\u5408\u53D6\u503C\u8303\u56F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120510=\u66F4\u65B0\u7279\u6B8A\u5B57\u7B26\u7684\u53D6\u503C\u5728\u8BE5\u5206\u7C7B\u4E0B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u6DFB\u52A0\u5931\u8D25\uFF01 |
| | | |
| | | ################################################# |
| | | ####\u65E5\u5FD7\u7BA1\u7406 |
| | | ################################################# |
| | | rmip.framework.log.adminLog=\u7BA1\u7406\u5458\u65E5\u5FD7 |
| | | rmip.framework.log.userLog=\u666E\u901A\u7528\u6237\u65E5\u5FD7 |
| | | rmip.framework.log.startDate=\u67E5\u8BE2\u65E5\u671F\uFF1A\u7531 |
| | | rmip.framework.log.to=\u5230 |
| | | rmip.framework.log.operateType=\u64CD\u4F5C\u7C7B\u578B |
| | | rmip.framework.log.create=\u521B\u5EFA |
| | | rmip.framework.log.update=\u4FEE\u6539 |
| | | rmip.framework.log.delete=\u5220\u9664 |
| | | rmip.framework.log.operateUser=\u64CD\u4F5C\u7528\u6237\uFF1A |
| | | rmip.framework.log.savePeriod=\u4FDD\u5B58\u671F\u9650\uFF1A |
| | | rmip.framework.log.backupPeriod=\u5907\u4EFD\u671F\u9650\uFF1A |
| | | rmip.framework.log.save=\u4FDD\u5B58 |
| | | rmip.framework.log.selectDate=\u8BF7\u9009\u62E9\u65E5\u671F\uFF1A |
| | | rmip.framework.log.firstPage=\u9996\u9875 |
| | | rmip.framework.log.prePage=\u4E0A\u4E00\u9875 |
| | | rmip.framework.log.nextPage=\u4E0B\u4E00\u9875 |
| | | rmip.framework.log.lastPage=\u5C3E\u9875 |
| | | rmip.framework.log.query=\u67E5\u8BE2 |
| | | rmip.framework.log.export=\u5BFC\u51FA |
| | | rmip.framework.log.logDelete=\u65E5\u5FD7\u5220\u9664 |
| | | rmip.framework.log.logBackup=\u65E5\u5FD7\u5907\u4EFD |
| | | rmip.framework.log.date=\u65F6\u95F4 |
| | | rmip.framework.log.user=\u7528\u6237 |
| | | rmip.framework.log.userIp=\u7528\u6237IP |
| | | rmip.framework.log.operateObj=\u64CD\u4F5C\u5BF9\u8C61 |
| | | rmip.framework.log.operateModule=\u64CD\u4F5C\u6A21\u5757 |
| | | rmip.framework.log.objID=\u5BF9\u8C61ID |
| | | rmip.framework.log.objDesc=\u63CF\u8FF0 |
| | | rmip.framework.log.objAttr=\u5BF9\u8C61\u5C5E\u6027 |
| | | rmip.framework.log.previousValue=\u64CD\u4F5C\u524D\u7684\u503C |
| | | rmip.framework.log.newValue=\u64CD\u4F5C\u540E\u7684\u503C |
| | | rmip.framework.log.pageSizeAlert=\u83B7\u53D6\u9875\u9762\u663E\u793A\u6761\u6570\u914D\u7F6E\u51FA\u9519\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E\u6587\u4EF6\uFF0C\u6B64\u5904\u9ED8\u8BA4\u66F4\u6539\u9875\u9762\u663E\u793A\u6761\u6570\u4E3A10\uFF01 |
| | | rmip.framework.log.pageInfo1=\u603B\u5171\u6709 |
| | | rmip.framework.log.pageInfo2=\u6761\u8BB0\u5F55,\u5171 |
| | | rmip.framework.log.pageInfo3=\u9875,\u5F53\u524D\u4E3A\u7B2C |
| | | rmip.framework.log.pageInfo4=\u9875 |
| | | rmip.framework.log.savePeriodAlert=\u4FDD\u5B58\u671F\u9650\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u9009\u62E9\uFF01 |
| | | rmip.framework.log.saveSuccess=\u4FDD\u5B58\u6210\u529F |
| | | rmip.framework.log.exportSuccess=\u5BFC\u51FA\u6210\u529F |
| | | rmip.framework.log.deleteDateAlert=\u8BF7\u9009\u62E9\u5220\u9664\u65E5\u671F\uFF01 |
| | | rmip.framework.log.deleteLogConfirm=\u5C06\u5220\u9664\u6240\u9009\u65E5\u671F\u4E4B\u524D\u7684\u65E5\u5FD7\uFF0C\u786E\u8BA4\u6267\u884C\u5220\u9664\uFF1F |
| | | rmip.framework.log.deleteSuccess=\u5220\u9664\u6210\u529F |
| | | rmip.framework.log.backupPeriodAlert=\u5907\u4EFD\u671F\u9650\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u9009\u62E9\uFF01 |
| | | rmip.framework.log.exportPath=\u5BFC\u51FA\u4F4D\u7F6E |
| | | rmip.framework.log.exportFile=\u5BFC\u51FA\u6587\u4EF6 |
| | | rmip.framework.log.exportFile.fail=\u6CA1\u6709\u8981\u5230\u51FA\u7684\u6570\u636E\uFF01 |
| | | 140101=\u83B7\u53D6\u65E5\u5FD7\u5220\u9664\u914D\u7F6E\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140102=\u83B7\u53D6\u65E5\u5FD7\u914D\u7F6E\u671F\u9650\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140103=\u83B7\u53D6\u65E5\u5FD7\u9875\u9762\u663E\u793A\u6761\u6570\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140104=\u83B7\u53D6\u672C\u6B21\u67E5\u8BE2\u65E5\u5FD7\u603B\u6570\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140105=\u67E5\u8BE2\u65E5\u5FD7\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140106=\u4FDD\u5B58\u671F\u9650\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140107=\u83B7\u53D6\u671F\u9650\u6570\u503C\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140108=\u5220\u9664\u65E5\u5FD7\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.logDelete=\u65E5\u5FD7\u5220\u9664\uFF1A |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.autoDelete=\u81EA\u52A8\u5220\u9664 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.manualDelete=\u624B\u52A8\u5220\u9664 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.savePeriod=\u4FDD\u5B58\u671F\u9650\uFF1A |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.saveBtn=\u4FDD\u5B58 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.logBasicConf=\u65E5\u5FD7\u57FA\u7840\u914D\u7F6E |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.deleteDateAlert=\u8BF7\u9009\u62E9\u5220\u9664\u65E5\u671F\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.deleteLogConfirm=\u5C06\u5220\u9664\u6240\u9009\u65E5\u671F\u4E4B\u524D\u7684\u65E5\u5FD7\uFF0C\u786E\u8BA4\u6267\u884C\u5220\u9664\uFF1F |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.deleteSuccess=\u5220\u9664\u6210\u529F |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.savePeriodAlert=\u4FDD\u5B58\u671F\u9650\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u9009\u62E9\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.saveSuccess=\u4FDD\u5B58\u6210\u529F |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.selectDate=\u8BF7\u9009\u62E9\u65E5\u671F\uFF1A |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.delete=\u5220\u9664 |
| | | ########################################################################## |
| | | |
| | | ############################################# |
| | | ## \u6A21\u5757\u6743\u9650\u5206\u914D |
| | | ## |
| | | ## |
| | | ############################################# |
| | | rmip.framework.rightdistribution.title.name = \u6743\u9650\u5206\u914D |
| | | rmip.framework.rightdistribution.file = \u6743\u9650\u5206\u914D\u7BA1\u7406 |
| | | #\u6570\u636E\u6388\u6743 |
| | | rmip.framework.rightdistribution.datadistribute.name = \u6570\u636E\u6388\u6743 |
| | | rmip.framework.rightdistribution.datadistribute.title.name = \u540D\u79F0\uFF1A |
| | | rmip.framework.rightdistribution.datadistribute.title.desc = \u63CF\u8FF0\uFF1A |
| | | rmip.framework.rightdistribution.datadistribute.title.policyname = \u7B56\u7565\u57FA\u672C\u4FE1\u606F |
| | | rmip.framework.rightdistribution.datadistribute.btnSubmit.name = \u63D0\u4EA4 |
| | | rmip.framework.rightdistribution.datadistribute.btnDeletePolicy.name = \u5220\u9664\u7B56\u7565\u5BF9\u8C61 |
| | | rmip.framework.rightdistribution.datadistribute.policyconf.name = \u7B56\u7565\u6743\u9650\u914D\u7F6E |
| | | |
| | | rmip.framework.rightdistribution.datadistribute.create.name = \u521B\u5EFA\u8005 |
| | | rmip.framework.rightdistribution.datadistribute.role.name = \u540C\u89D2\u8272\u7528\u6237 |
| | | rmip.framework.rightdistribution.datadistribute.normal.name = \u666E\u901A\u7528\u6237 |
| | | rmip.framework.rightdistribution.datadistribute.admin.name = \u7BA1\u7406\u5458 |
| | | |
| | | rmip.framework.rightdistribution.datadistribute.table.checkbox = \u9009\u62E9 |
| | | rmip.framework.rightdistribution.datadistribute.table.name = \u89D2\u8272 |
| | | |
| | | rmip.framework.rightdistribution.datadistribute.input.check.name.null = \u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF01 |
| | | rmip.framework.rightdistribution.datadistribute.input.check.name.length = \u540D\u79F0\u957F\u5EA6\u592A\u957F\uFF01 |
| | | rmip.framework.rightdistribution.datadistribute.input.check.desc.length = \u63CF\u8FF0\u957F\u5EA6\u592A\u957F\uFF01 |
| | | |
| | | rmip.framework.rightdistribution.savepolicy.success = \u64CD\u4F5C\u6210\u529F! |
| | | rmip.framework.rightdistribution.savepolicy.error = \u64CD\u4F5C\u7684\u8FC7\u7A0B\u4E2D\u51FA\u73B0\u9519\u8BEF! |
| | | rmip.framework.rightdistribution.datadistribute.delete.policydata = \u8BF7\u5148\u9009\u62E9\u8981\u5220\u9664\u7684\u6570\u636E! |
| | | rmip.framework.rightdistribution.datadistribute.delete.query = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u6240\u9009\u62E9\u7684\u6570\u636E\u5417?(\u6CE8\u610F:\u5220\u9664\u540E\u4E0D\u53EF\u6062\u590D,\u786E\u5B9A\u8981\u5220\u9664?) |
| | | rmip.framework.rightdistribution.data = \u6CA1\u6709\u6570\u636E\u9879,\u4E0D\u80FD\u63D0\u4EA4! |
| | | rmip.framework.rightdistribution.delete.selectnode = \u8BF7\u9009\u4E2D\u8282\u70B9\u5220\u9664\uFF01 |
| | | rmip.framework.rightdistribution.delete.fail = \u5220\u9664\u6570\u636E\u7B56\u7565\u5931\u8D25\uFF01 |
| | | rmip.framework.rightdistribution.datadistribute.name = \u6570\u636E\u6388\u6743 |
| | | rmip.framework.rightdistribution.strategyconf.isnull = \u6570\u636E\u7B56\u7565\u914D\u7F6E\u4E3A\u7A7A\uFF0C\u4E0D\u5141\u8BB8\u63D0\u4EA4\uFF01 |
| | | rmip.framework.rightdistribution.datastrategy.name = \u7B56\u7565\u540D\u79F0\u91CD\u590D\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 130000 = \u7B56\u7565\u914D\u7F6E\u5931\u8D25\uFF01 |
| | | 130001 = \u83B7\u53D6\u7B56\u7565\u6570\u636E\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 130002 = \u83B7\u53D6\u6570\u636E\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 130003 = \u5220\u9664\u6570\u636E\u7B56\u7565\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 130004 = \u540C\u4E00\u4E2A\u89D2\u8272\u7528\u6237\uFF0C\u4E0D\u80FD\u6388\u6743\u591A\u6B21\uFF01 |
| | | |
| | | #\u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.name = \u89D2\u8272\u529F\u80FD\u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.moduleTree = \u529F\u80FD\u6A21\u5757 |
| | | rmip.framework.rightdistribution.moduleRight.RoleList = \u89D2\u8272 |
| | | rmip.framework.rightdistribution.moduleRight.addButton.file=\u6388\u6743 |
| | | rmip.framework.rightdistribution.moduleRight.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.rightdistribution.moduleRight.delButton.file=\u91CD\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.roleListNotNull.message=\u8BF7\u9009\u62E9\u4E00\u4E2A\u89D2\u8272\uFF01 |
| | | rmip.framework.rightdistribution.moduleRight.changes.message=\u60A8\u8FD8\u6CA1\u6709\u4FDD\u5B58\uFF0C\u786E\u5B9A\u653E\u5F03\u5F53\u524D\u64CD\u4F5C\u5417\uFF1F |
| | | |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 130100 = \u4FDD\u5B58\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 130101 = \u68C0\u7D22\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | rmip.framework.rightdistribution.moduleRight.name = \u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.RoleList = \u89D2\u8272 |
| | | rmip.framework.rightdistribution.datadistribute.name = \u6570\u636E\u6388\u6743 |
| | | |
| | | #\u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.name = \u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.RoleList = \u89D2\u8272 |
| | | |
| | | #\u7279\u6B8A\u6570\u636E\u6388\u6743 \u9875\u9762\u663E\u793A\u4FE1\u606F |
| | | rmip.framework.rightdistribution.specialdatadistribute.name=\u7279\u6B8A\u6570\u636E\u6388\u6743 |
| | | rmip.framework.rightdistribution.specialdatadistribute.add=\u52A0\u4E00\u884C |
| | | rmip.framework.rightdistribution.specialdatadistribute.submit=\u63D0\u4EA4 |
| | | rmip.framework.rightdistribution.specialdatadistribute.delete=\u51CF\u4E00\u884C |
| | | rmip.framework.rightdistribution.specialdatadistribute.ok=\u64CD\u4F5C\u6210\u529F\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.remove=\u8BF7\u9009\u62E9\u8981\u79FB\u9664\u7684\u9879\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.conformremove=\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u6570\u636E\u5417?\n\u5220\u9664\u540E\u4E0D\u53EF\u6062\u590D,\u786E\u5B9A? |
| | | rmip.framework.rightdistribution.specialdatadistribute.redeploy=\u8981\u63D0\u4EA4\u7684\u6570\u636E\u4E2D\u5B58\u5728\u91CD\u590D\u7684\u914D\u7F6E\uFF0C\n\u8BF7\u8BF7\u68C0\u67E5\u540E\u91CD\u65B0\u914D\u7F6E\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.deployedwrong=\u6B64\u6A21\u5757\u914D\u7F6E\u6709\u8BEF\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.norule=\u7CFB\u7EDF\u4E2D\u6CA1\u6709\u5BF9\u5E94\u7684\u89C4\u5219\uFF0C\u8BF7\u627E\u7BA1\u7406\u5458\u914D\u7F6E\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.norole=\u7CFB\u7EDF\u4E2D\u6CA1\u6709\u8981\u8FDB\u884C\u6743\u9650\u5206\u914D\u7684\u89D2\u8272\uFF0C\u8BF7\u5148\u521B\u5EFA\u89D2\u8272\u3002 |
| | | |
| | | #\u7279\u6B8A\u6570\u636E\u6388\u6743 \u5F02\u5E38\u4FE1\u606F |
| | | 110501=\u5206\u914D\u7279\u6B8A\u6570\u636E\u6743\u9650\u65F6\u51FA\u73B0\u5F02\u5E38\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110502=\u83B7\u53D6\u7279\u6B8A\u6570\u636E\u914D\u6743\u9650\u65F6\u51FA\u73B0\u5F02\u5E38\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110503=\u5220\u9664\u7279\u6B8A\u6570\u636E\u6743\u9650\u65F6\u51FA\u73B0\u5F02\u5E38\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110504=\u4ECEconfig.priperties\u6587\u4EF6\u4E2D\u83B7\u53D6\u914D\u7F6E\u4FE1\u606F\u9519\u8BEF\uFF0C/n\u8BF7\u68C0\u67E5\u662F\u5426\u6709\u76F8\u5173\u914D\u7F6E\uFF01 |
| | | |
| | | #\u4FEE\u6539\u5BC6\u7801 \u5F39\u51FA\u9519\u8BEF\u63D0\u793A\u4FE1\u606F |
| | | rmip.framework.logon.changepwd.notnull=\u586B\u5199\u6846\u4E0D\u80FD\u6709\u7A7A\u503C\uFF0C\u8BF7\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.notsame=\u60A8\u8F93\u5165\u7684\u5BC6\u7801\u4E0E\u767B\u5F55\u5BC6\u7801\u4E0D\u4E00\u81F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.notsame1=\u786E\u8BA4\u5BC6\u7801\u4E0E\u4FEE\u6539\u5BC6\u7801\u4E0D\u4E00\u81F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.error=\u5BC6\u7801\u683C\u5F0F\u4E0D\u6B63\u786E\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.nochange=\u5BC6\u7801\u524D\u540E\u6CA1\u6709\u6539\u53D8\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.fail=\u64CD\u4F5C\u5931\u8D25\uFF01 |
| | | rmip.framework.logon.changepwd.success=\u5BC6\u7801\u4FEE\u6539\u6210\u529F! |
| | | rmip.framework.logon.password.lengthIsTen = \u5BC6\u7801\u957F\u5EA6\u4E0D\u80FD\u5C0F\u4E8E10\uFF01 |
| | | rmip.framework.logon.password.levelIsLow = \u5BC6\u7801\u5B89\u5168\u7EA7\u522B\u592A\u4F4E\uFF01 |
| | | #\u89C4\u5219\u7BA1\u7406 |
| | | rmip.framework.ruleManager.title=\u89C4\u5219\u7BA1\u7406 |
| | | rmip.framework.ruleManager.name=\u540D\u79F0 |
| | | rmip.framework.ruleManager.desc=\u63CF\u8FF0 |
| | | rmip.framework.ruleManager.pipelining=\u6D41\u6C34\u65B9\u5F0F |
| | | rmip.framework.ruleManager.documentDescription=\u8BF4\u660E\u6587\u6863 |
| | | rmip.framework.ruleManager.browsing.button=\u6D4F\u89C8 |
| | | rmip.framework.ruleManager.upload.button=\u4E0A\u4F20 |
| | | rmip.framework.ruleManager.add.button=\u589E\u52A0 |
| | | rmip.framework.ruleManager.update.button=\u4FEE\u6539 |
| | | rmip.framework.ruleManager.del.button=\u5220\u9664 |
| | | rmip.framework.ruleManager.ruleInfo=\u89C4\u5219\u5217\u8868 |
| | | rmip.framework.ruleManager.codeRule=\u4EE3\u7801\u89C4\u5219\u7801\u6BB5 |
| | | rmip.framework.ruleManager.nameAlert=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.ruleManager.nameisexist=\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.ruleManager.flowtypeAlert=\u6D41\u6C34\u65B9\u5F0F\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u9009\u62E9\uFF01 |
| | | rmip.framework.codesection.title=\u89C4\u5219\u7801\u6BB5 |
| | | rmip.framework.codesection.addButton=\u6DFB\u52A0 |
| | | rmip.framework.codesection.cancelButton=\u53D6\u6D88 |
| | | rmip.framework.codesection.nameLengthAlert = \u540D\u79F0\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.codesection.descLengthAlert = \u63CF\u8FF0\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7255\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.codesection.selectRootNode = \u8BF7\u5148\u9009\u62E9\u6839\u8282\u70B9! |
| | | rmip.framework.ruleManager.modifySuccess = \u4FEE\u6539\u6210\u529F! |
| | | rmip.framework.ruleManager.selectDeleteNode = \u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u8282\u70B9\uFF01 |
| | | rmip.framework.ruleManager.selectRuleNode = \u8BF7\u9009\u62E9\u8981\u6E05\u9664\u7684\u89C4\u5219\uFF01 |
| | | rmip.framework.ruleManager.meaasge.donotdelete = \u5DF2\u7ECF\u5B58\u5728\u89C4\u5219\u4E0D\u80FD\u5220\u9664\uFF01 |
| | | |
| | | rmip.framework.editOnlyOne= \u6BCF\u6B21\u53EA\u80FD\u4FEE\u6539\u4E00\u6761\u6570\u636E! |
| | | rmip.framework.editObject= \u8BF7\u9009\u62E9\u4FEE\u6539\u6570\u636E! |
| | | rmip.framework.deleteObject= \u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u5BF9\u8C61\u5417? |
| | | rmip.framework.AttributeGroupPanel.deleteAttributeGroup= \u9009\u4E2D\u7684\u5C5E\u6027\u5206\u7C7B\u5305\u542B\u5C5E\u6027\uFF0C\u4E0D\u53EF\u4EE5\u5220\u9664\uFF01 |
| | | |
| | | #\u8D44\u6E90\u7C7B\u578B\u6A21\u677F\u7BA1\u7406 |
| | | rmip.framework.RMTypeTemplateModule=\u8D44\u6E90\u7C7B\u578B\u6A21\u677F\u7BA1\u7406 |
| | | #\u8D44\u6E90\u6570\u636E\u5206\u7C7B |
| | | rmip.framework.RMTypeModule=\u8D44\u6E90\u6570\u636E\u7BA1\u7406 |
| | | #\u4F18\u9009\u5E93 |
| | | rmip.framework.RMPreferLibraryModule=\u4F18\u9009\u5E93 |
| | | #\u67E5\u8BE2 |
| | | rmip.sherch.RMSherchModel=\u67E5\u8BE2 |
| | | |
| | | 106001=\u4E3B\u952E\u91CD\u590D\uFF0C\u8BF7\u4FEE\u6539\u540E\u63D0\u4EA4\uFF01 |
| | | 106002=\u65B0\u5EFA\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u521B\u5EFA\uFF01 |
| | | 106003=\u66F4\u6539\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u4FEE\u6539\uFF01 |
| | | 106004=\u5220\u9664\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u914D\u7F6E\uFF01 |
| | | 106005=\u83B7\u53D6\u6240\u6709\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u83B7\u53D6\uFF01 |
| | | 106006=\u83B7\u53D6\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u83B7\u53D6\uFF01 |
| | | |
| | | |
| | | 107001=\u540D\u79F0\u91CD\u590D\uFF0C\u8BF7\u4FEE\u6539\u540E\u63D0\u4EA4\uFF01 |
| | | 107002=\u65B0\u5EFA\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u521B\u5EFA\uFF01 |
| | | 107003=\u4FEE\u6539\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u4FEE\u6539\uFF01 |
| | | 107004=\u5220\u9664\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u5220\u9664\uFF01 |
| | | 107005=\u83B7\u53D6\u6240\u6709\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u83B7\u53D6\uFF01 |
| | | 107006=\u83B7\u53D6\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u83B7\u53D6\uFF01 |
| | | 107007=\u5206\u7C7B\u4E0B\u5B58\u5728\u914D\u7F6E\u9879\uFF0C\u4E0D\u80FD\u5220\u9664\uFF01 |
| | | |
| | | |
| | | 555555=\u83B7\u53D6\u5BC6\u7801\u7B56\u7565\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555556=\u4FDD\u5B58\u5BC6\u7801\u7B56\u7565\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555557=\u4FEE\u6539\u5BC6\u7801\u7B56\u7565\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555558=\u5220\u9664\u5BC6\u7801\u7B56\u7565\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555559=\u83B7\u53D6\u5BC6\u7EA7\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555560=\u4FDD\u5B58\u5BC6\u7EA7\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555561=\u4FEE\u6539\u5BC6\u7EA7\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555562=\u9A8C\u8BC1\u5BC6\u7EA7\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555563=\u5220\u9664\u5BC6\u7EA7\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555565=\u9A8C\u8BC1\u5BC6\u7801\u7B56\u7565\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555564=\u4FDD\u5B58\u5BC6\u7EA7\u7B56\u7565\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555566=\u83B7\u53D6\u5BC6\u7EA7\u7B56\u7565\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555567=\u4FDD\u5B58\u4EBA\u5458-\u5BC6\u7EA7\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555568=\u83B7\u53D6\u4EBA\u5458\u767B\u5F55\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5! |
| | | 555569=\u83B7\u53D6\u670D\u52A1\u5668\u5F53\u524D\u65F6\u95F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5! |
| | | 555570=\u4FEE\u6539\u4EBA\u5458\u767B\u5F55\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5! |
| | | 555571=\u4E3A\u4EBA\u5458\u89E3\u9501\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5! |
| | | |
| | | |
| | | ##\u5C5E\u6027\u6821\u9A8C\u89C4\u5219 |
| | | 210601=\u4FDD\u5B58\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 210602=\u66F4\u65B0\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 210603=\u5220\u9664\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 210604=\u83B7\u53D6\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 210605=\u8BE5\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u5DF2\u7ECF\u88AB\u5F15\u7528\uFF0C\u65E0\u6CD5\u8FDB\u884C\u5F53\u524D\u64CD\u4F5C\uFF01 |
| | | |
| | | 150118=\u4E3A\u5C5E\u6027\u914D\u7F6E\u6821\u9A8C\u89C4\u5219\u65F6\u7CFB\u7EDF\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | 150119=\u6E05\u9664\u5C5E\u6027\u7684\u6821\u9A8C\u89C4\u5219\u65F6\u7CFB\u7EDF\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | |
| | | |
| | | ##\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E |
| | | 220101=\u521B\u5EFA\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | 220102=\u4FEE\u6539\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | 220103=\u5220\u9664\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | 220104=\u83B7\u53D6\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u627E\u539F\u56E0! |
¶Ô±ÈÐÂÎļþ |
| | |
| | | \uFEFF#\u5173\u95EDFrame\u63D0\u793A\u5BF9\u8BDD\u6846\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.exit.system=\u9000\u51FA\u7CFB\u7EDF |
| | | rmip.framework.logManagementModel=\u65E5\u5FD7\u7BA1\u7406\u6A21\u5757 |
| | | rmip.framework.exit.confirm=\u786E\u5B9A\u8981\u9000\u51FA\u7CFB\u7EDF\u5417\uFF1F |
| | | rmip.framework.button.confirm=\u786E\u5B9A |
| | | rmip.framework.button.cancel=\u53D6\u6D88 |
| | | |
| | | #Menu\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.menu.file=\u6587\u4EF6 |
| | | rmip.framework.menu.file.relogon=\u91CD\u65B0\u767B\u5F55 |
| | | rmip.framework.menu.file.update.password=\u66F4\u6539\u5BC6\u7801 |
| | | rmip.framework.menu.file.exit=\u9000\u51FA |
| | | rmip.framework.menu.help=\u5E2E\u52A9 |
| | | rmip.framework.menu.help.use=\u4F7F\u7528\u5E2E\u52A9 |
| | | rmip.framework.menu.about=\u5173\u4E8E |
| | | rmip.framework.reload.title=\u91CD\u65B0\u767B\u9646 |
| | | rmip.framework.reload.message=\u60A8\u786E\u5B9A\u8981\u91CD\u65B0\u767B\u9646\u5417? |
| | | |
| | | |
| | | #\u63D0\u793A\u5BF9\u8BDD\u6846\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.info.message.dialog.title=\u4FE1\u606F\u63D0\u793A |
| | | rmip.framework.error.message.dialog.title=\u9519\u8BEF\u63D0\u793A |
| | | rmip.framework.warn.message.dialog.title=\u8B66\u544A\u63D0\u793A |
| | | rmip.framework.friend.message.dialog.title=\u6E29\u99A8\u63D0\u793A |
| | | rmip.framework.friend.message.dialog.message=\u60A8\u786E\u5B9A\u6267\u884C\u6B64\u64CD\u4F5C\u5417\uFF1F |
| | | |
| | | #Frame\u9875\u9762\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.current.user=VCI-RMIP \u5F53\u524D\u7528\u6237\: |
| | | |
| | | #\u767B\u5F55\u9875\u9762\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.logon.name=\u7528\u6237\u540D\uFF1A |
| | | rmip.framework.logon.password=\u5BC6\u7801\uFF1A |
| | | rmip.framework.logon.new.passwork=\u65B0\u5BC6\u7801\uFF1A |
| | | rmip.framework.logon.confirm.password=\u65B0\u5BC6\u7801\u786E\u8BA4\uFF1A |
| | | rmip.framework.modify.password=\u4FEE\u6539\u5BC6\u7801 |
| | | |
| | | rmip.framework.logon.isSave.password=\u662F\u5426\u4FDD\u5B58\u7528\u6237\u7684\u5BC6\u7801 |
| | | rmip.framework.logon.button.logon=\u767B\u5F55 |
| | | rmip.framework.logon.name.isNotNull=\u7528\u6237\u540D\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.logon.password.isNotNull=\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.logon.welcome.msg=\u6B22\u8FCE\u4F7F\u7528VCI-RMIP |
| | | |
| | | |
| | | |
| | | ######################################################################## |
| | | ##\u7CFB\u7EDF\u914D\u7F6E\u6A21\u5757\u56FD\u9645\u5316\u4FE1\u606F |
| | | ######################################################################## |
| | | ##\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.systemConfigModule = \u7CFB\u7EDF\u914D\u7F6E\u7BA1\u7406 |
| | | rmip.framework.sysconfig.specialChar = \u7279\u6B8A\u5B57\u7B26 |
| | | rmip.framework.sysconfig.attrManagement = \u5C5E\u6027\u7BA1\u7406 |
| | | rmip.framework.sysconfig.specialCharClsf = \u7279\u6B8A\u5B57\u7B26\u5206\u7C7B |
| | | rmip.framework.sysconfig.unit = \u5355\u4F4D |
| | | rmip.framework.sysconfig.name = \u540D\u79F0\uFF1A |
| | | rmip.framework.sysconfig.desc = \u63CF\u8FF0\uFF1A |
| | | rmip.framework.sysconfig.add = \u589E\u52A0 |
| | | rmip.framework.sysconfig.modify = \u4FEE\u6539 |
| | | rmip.framework.sysconfig.delete = \u5220\u9664 |
| | | rmip.framework.sysconfig.value = \u503C |
| | | rmip.framework.sysconfig.sort = \u6392\u5E8F |
| | | rmip.framework.sysconfig.valueName = \u540D\u79F0 |
| | | rmip.framework.sysconfig.modifyCharAlert1 = \u8BF7\u9009\u62E9\u8981\u4FEE\u6539\u7684\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.modifyCharAlert2 = \u8981\u4FEE\u6539\u7684\u503C\u53EA\u80FD\u662F\u4E00\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.modifyCharAlert3 = \u8BF7\u9009\u4E2D\u8981\u4FEE\u6539\u7684\u5B57\u7B26\u8FDB\u884C\u4FEE\u6539\u64CD\u4F5C\uFF01 |
| | | rmip.framework.sysconfig.valueAlert = \u503C\u4E0D\u80FD\u4E3A\u7A7A\uFF01 |
| | | rmip.framework.sysconfig.addCharAlert1 = \u6DFB\u52A0\u7684 ' |
| | | rmip.framework.sysconfig.addCharAlert2 = ' \u5B57\u7B26\u4E0D\u80FD\u6DFB\u52A0\u591A\u4E2A\uFF0C\u8BF7\u4FEE\u6539\uFF01 |
| | | rmip.framework.sysconfig.modifySuccess = \u4FEE\u6539\u6210\u529F! |
| | | rmip.framework.sysconfig.deleteAttrAlert=\u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u5C5E\u6027! |
| | | rmip.framework.sysconfig.deleteAttrAlert1=\u5C5E\u6027\u5DF2\u88AB\u5F15\u7528,\u4E0D\u80FD\u5220\u9664! |
| | | rmip.framework.sysconfig.deleteCharAlert1 = \u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.deleteCharAlert2 = \u5220\u9664\u5931\u8D25\uFF0C\u4E0D\u5E94\u8BE5\u5305\u542B\u7B2C ' |
| | | rmip.framework.sysconfig.deleteCharAlert3 = ' \u884C |
| | | rmip.framework.sysconfig.deleteCharAlert4 = \u7B2C ' |
| | | rmip.framework.sysconfig.deleteCharAlert5 = ' \u5217\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.framework.sysconfig.deleteConfirm = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u5B57\u7B26\u5417\uFF1F |
| | | rmip.framework.sysconfig.warmTip = \u6E29\u99A8\u63D0\u793A |
| | | rmip.framework.sysconfig.selectDeleteNode = \u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u8282\u70B9\uFF01 |
| | | rmip.framework.sysconfig.deleteClsfAlert = \u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u5305\u62EC\u975E\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u8282\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.framework.sysconfig.deleteClsfConfirm = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u5206\u7C7B\u5417? |
| | | rmip.framework.sysconfig.nameAlert = \u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.nameLengthAlert = \u540D\u79F0\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.descLengthAlert = \u63CF\u8FF0\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7255\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.internalnameAlert = \u5185\u90E8\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.internalnameLenghAlert = \u5185\u90E8\u540D\u79F0\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.internalnameLeeter = \u5185\u90E8\u540D\u79F0\u53EA\u80FD\u4E3A\u5B57\u6BCD\u5F00\u5934\uFF0C\u8BF7\u66F4\u6539\uFF01 |
| | | rmip.framework.sysconfig.attrLengthAlert = \u957F\u5EA6\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.attrLengthIsNum = \u957F\u5EA6\u53EA\u80FD\u4E3A\u6570\u5B57\uFF0C\u8BF7\u91CD\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.attrLengthMax = \u957F\u5EA6\u4E3A1~4000\u4E4B\u95F4\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.sysconfig.query = \u67E5\u8BE2 |
| | | rmip.framework.sysconfig.allAttr = \u6240\u6709\u5C5E\u6027 |
| | | rmip.framework.sysconfig.defaultValue = \u9ED8\u8BA4\u503C: |
| | | rmip.framework.sysconfig.isEmpty = \u53EF\u4EE5\u4E3A\u7A7A: |
| | | rmip.framework.sysconfig.isGroup = \u662F\u5426\u96C6\u56E2\u5C5E\u6027: |
| | | rmip.framework.sysconfig.groupAttr = \u96C6\u56E2\u5C5E\u6027 |
| | | rmip.framework.sysconfig.groupAppendAttr = \u96C6\u56E2\u9644\u52A0\u5C5E\u6027 |
| | | rmip.framework.sysconfig.enterpriseAttr = \u4F01\u4E1A\u5C5E\u6027 |
| | | rmip.framework.sysconfig.isKey = \u662F\u5426\u5173\u952E\u5C5E\u6027: |
| | | rmip.framework.sysconfig.dataType = \u6570\u636E\u7C7B\u578B\uFF1A |
| | | rmip.framework.sysconfig.valueRange = \u53D6\u503C\u8303\u56F4 |
| | | rmip.framework.sysconfig.attrrule=\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\uFF1A |
| | | rmip.framework.sysconfig.attLengh=\u957F\u5EA6\uFF1A |
| | | rmip.framework.sysconfig.isOnly=\u56FA\u6709\u5C5E\u6027 |
| | | rmip.framework.sysconfig.internalname=\u5185\u90E8\u540D\u79F0\uFF1A |
| | | rmip.framework.sysconfig.queryAlert = \u6CA1\u6709\u7B26\u5408\u67E5\u8BE2\u8981\u6C42\u7684\u8BB0\u5F55! |
| | | rmip.framework.sysconfig.defaultValLengthAlert = \u9ED8\u8BA4\u503C\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7255\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.valueRangeNotNull = \u53D6\u503C\u8303\u56F4\u503C\u4E0D\u80FD\u4E3A\u7A7A\uFF01 |
| | | rmip.framework.sysconfig.valueRangeLengthAlert = \u53D6\u503C\u8303\u56F4\u503C\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysconfig.valueRangeLength = \u53D6\u503C\u8303\u56F4\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7\u5C5E\u6027\u957F\u5EA6\uFF01 |
| | | rmip.framework.sysconfig.valRangeModifyAlert = \u8BF7\u9009\u4E2D\u8981\u4FEE\u6539\u7684\u53D6\u503C\u8303\u56F4\u8FDB\u884C\u4FEE\u6539\u64CD\u4F5C\uFF01 |
| | | rmip.framework.sysconfig.selectRootNode = \u8BF7\u5148\u9009\u62E9\u6839\u8282\u70B9! |
| | | rmip.framework.sysconfig.selectAttrNode = \u8BF7\u5148\u9009\u62E9\u5C5E\u6027\u8282\u70B9! |
| | | rmip.framework.sysconfig.deleteAttrConfirm = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u5C5E\u6027\u5417? |
| | | rmip.framework.sysconfig.selectDeleteValRange = \u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u53D6\u503C\u8303\u56F4\uFF01 |
| | | rmip.framework.sysconfig.deleteValRangeConfirm = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u53D6\u503C\u8303\u56F4\u5417\uFF1F |
| | | rmip.framework.sysconfig.modifyValFail = \u8981\u4FEE\u6539\u7684\u503C\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FEE\u6539\u5931\u8D25\uFF01 |
| | | rmip.framework.sysconfig.addValFail = \u8981\u6DFB\u52A0\u7684\u503C\u5DF2\u7ECF\u5B58\u5728\uFF0C\u6DFB\u52A0\u5931\u8D25\uFF01 |
| | | rmip.framework.sysconfig.updateordelete=\u662F\u5C5E\u6027\u9ED8\u8BA4\u503C,\u4E0D\u53EF\u5220\u9664\u6216\u4FEE\u6539! |
| | | rmip.framework.sysconfig.defaultvaluewrong=\u5C5E\u6027\u9ED8\u8BA4\u503C\u4E0D\u80FD\u901A\u8FC7\u5C5E\u6027\u89C4\u5219\u6821\u9A8C,\u683C\u5F0F\u4E0D\u6B63\u786E,\u8BF7\u4FEE\u6539! |
| | | rmip.framework.sysconfig.scopeValueWrong=\u53D6\u503C\u8303\u56F4\u503C\u4E0D\u80FD\u901A\u8FC7\u5C5E\u6027\u89C4\u5219\u6821\u9A8C,\u683C\u5F0F\u4E0D\u6B63\u786E,\u8BF7\u4FEE\u6539! |
| | | rmip.framework.sysconfig.attrRangeIsUsed=\u7684\u53D6\u503C\u8303\u56F4\u5DF2\u7ECF\u88AB\u5F15\u7528,\u4E0D\u80FD\u5220\u9664\u6216\u4FEE\u6539! |
| | | rmip.framework.sysconfig.firstSelectAttrNode=\u8BF7\u9009\u62E9\u5C5E\u6027\u518D\u6DFB\u52A0\u5C5E\u6027\u503C! |
| | | rmip.framework.sysconfig.attrRangeNameError=\u53D6\u503C\u8303\u56F4\u7684\u540D\u79F0\u5728\u8BE5\u5C5E\u6027\u4E0B\u5DF2\u7ECF\u5B58\u5728,\u8BF7\u66F4\u6539! |
| | | rmip.framework.sysconfig.attrRangeNameError1=\u53D6\u503C\u8303\u56F4\u540D\u79F0\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26! |
| | | rmip.framework.sysconfig.attrGroupAlert=\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.submit=\u63D0\u4EA4 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.cancel=\u53D6\u6D88 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.moveup=\u4E0A\u79FB |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.down=\u4E0B\u79FB |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.top=\u6700\u4E0A\u7AEF |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.bottom=\u6700\u4E0B\u7AEF |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.attrRange=\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u6392\u5E8F |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.range=\u5C5E\u6027\u503C |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selecttoup=\u8BF7\u9009\u62E9\u5C5E\u6027\u503C\u8FDB\u884C\u4E0A\u79FB\u64CD\u4F5C\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selectonlyone=\u6BCF\u6B21\u53EA\u5141\u8BB8\u9009\u62E9\u4E00\u6761\u5C5E\u6027\u503C\u8FDB\u884C\u64CD\u4F5C\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selectisnull=\u8BF7\u9009\u62E9\u5C5E\u6027\u503C\u8FDB\u884C\u64CD\u4F5C\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selecttodown=\u8BF7\u9009\u62E9\u5C5E\u6027\u503C\u8FDB\u884C\u4E0B\u79FB\u64CD\u4F5C\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.existup=\u5C5E\u6027\u503C\u5DF2\u7ECF\u5728\u6700\u4E0A\u7AEF\uFF0C\u4E0D\u5141\u8BB8\u79FB\u52A8\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.existdown=\u5C5E\u6027\u503C\u5DF2\u7ECF\u5728\u6700\u4E0B\u7AEF\uFF0C\u4E0D\u5141\u8BB8\u79FB\u52A8\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.success=\u4FDD\u5B58\u6210\u529F\uFF01 |
| | | |
| | | |
| | | ##\u5F02\u5E38\u9519\u8BEF\u4FE1\u606F |
| | | 150001 = \u5220\u9664\u7279\u6B8A\u5B57\u7B26\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150002 = \u5220\u9664\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150003 = \u83B7\u53D6\u7279\u6B8A\u5B57\u7B26\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150004 = \u83B7\u53D6\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150005 = \u8981\u4FDD\u6301\u7684\u7279\u6B8A\u5B57\u7B26\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150006 = \u4FDD\u5B58\u7279\u6B8A\u5B57\u7B26\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150007 = \u8981\u4FDD\u5B58\u7684\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150008 = \u4FDD\u5B58\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150009 = \u66F4\u65B0\u540E\u7684\u7279\u6B8A\u5B57\u7B26\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150010 = \u66F4\u65B0\u7279\u6B8A\u5B57\u7B26\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150011 = \u66F4\u65B0\u540E\u7684\u7279\u6B8A\u5B57\u7B26\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150012 = \u66F4\u65B0\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150101 = \u5220\u9664\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150102 = \u5220\u9664\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150103 = \u83B7\u53D6\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150104 = \u83B7\u53D6\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150105 = \u6B64\u53D6\u503C\u8303\u56F4\u5DF2\u7ECF\u5B58\u5728 |
| | | 150106 = \u4FDD\u5B58\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150107 = \u4FDD\u5B58\u7684\u5C5E\u6027\u5B58\u5728\u91CD\u590D\u6570\u636E\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150108 = \u4FDD\u5B58\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150109 = \u66F4\u65B0\u540E\u7684\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150110 = \u66F4\u65B0\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150111 = \u66F4\u65B0\u540E\u7684\u5C5E\u6027\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\uFF01 |
| | | 150112 = \u66F4\u65B0\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150113 = \u8FDE\u63A5\u670D\u52A1\u5668\u65F6\u53D1\u751F\u5F02\u5E38\uFF01 |
| | | 150114 = \u67E5\u8BE2\u5C5E\u6027\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150115 = \u5220\u9664\u6216\u4FEE\u6539\u5C5E\u6027\u53D6\u503C\u8303\u56F4\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 150116 = \u5C5E\u6027\u7684\u5185\u90E8\u540D\u79F0\u5B58\u5728\u91CD\u590D\uFF01 |
| | | 10060=\u8981\u6DFB\u52A0\u7684\u7279\u6B8A\u5B57\u7B26\u5728\u8BE5\u5206\u7C7B\u4E0B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FDD\u5B58\u5931\u8D25\uFF01 |
| | | 10062=\u8981\u4FEE\u6539\u7684\u7279\u6B8A\u5B57\u7B26\u5728\u8BE5\u5206\u7C7B\u4E0B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FDD\u5B58\u5931\u8D25\uFF01 |
| | | 10061=\u8981\u521B\u5EFA\u7684\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FDD\u5B58\u5931\u8D25\uFF01 |
| | | 10063=\u8981\u4FEE\u6539\u7684\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u4FDD\u5B58\u5931\u8D25\uFF01 |
| | | 150117=\u83B7\u53D6\u7279\u6B8A\u5B57\u7B26\u5206\u7C7B\u53D1\u751F\u9519\u8BEF\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | ######################################################################## |
| | | ##\u7CFB\u7EDF\u914D\u7F6E\u6A21\u5757\u56FD\u9645\u5316\u4FE1\u606F END |
| | | ######################################################################## |
| | | |
| | | |
| | | ######################################################################## |
| | | ##\u89C4\u5219\u7BA1\u7406\u6A21\u5757\u56FD\u9645\u5316\u4FE1\u606F |
| | | ######################################################################## |
| | | ##\u56FD\u9645\u5316\u4FE1\u606F |
| | | rmip.framework.ruleManagementModule = \u89C4\u5219\u7BA1\u7406 |
| | | rmip.framework.rMTypeTemplateModule = \u8D44\u6E90\u7C7B\u578B\u6A21\u677F\u7BA1\u7406 |
| | | ##\u5F02\u5E38\u9519\u8BEF\u4FE1\u606F |
| | | ######################################################################## |
| | | ##\u89C4\u5219\u7BA1\u7406\u6A21\u5757\u56FD\u9645\u5316\u4FE1\u606F END |
| | | ######################################################################## |
| | | -10000=\u65E0\u6CD5\u8FDE\u63A5\u5230\u670D\u52A1\u5668\uFF0C\u8BF7\u68C0\u67E5\n1:JacORB\u670D\u52A1\u662F\u5426\u6B63\u5E38\u542F\u52A8\uFF0C\n1:\u4E3B\u670D\u52A1\u662F\u5426\u6B63\u5E38\u542F\u52A8\uFF0C\n1:\u68C0\u67E5\u662F\u5426\u6709\u9632\u706B\u5899\u5BF9\u7A0B\u5E8F\u7AEF\u53E3\u8FDB\u884C\u4E86\u9650\u5236\uFF01 |
| | | -99999=\u6587\u4EF6\u7B2C{0}\u884C\u7B2C{1}\u5217\u683C\u5F0F\u9519\u8BEF\uFF0C\u8BF7\u5C06\u5176\u4FEE\u6539\u4E3A\u5B57\u7B26\u4E32\u7C7B\u578B\u3002 |
| | | |
| | | 100001=\u65E0\u6CD5\u83B7\u53D6\u767B\u5F55\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100002=\u65E0\u6CD5\u83B7\u53D6\u6846\u67B6\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100003=\u65E0\u6CD5\u83B7\u53D6CODE\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100004=\u65E0\u6CD5\u83B7\u53D6RM\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100005=\u65E0\u6CD5\u83B7\u53D6BOM\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100006=\u65E0\u6CD5\u83B7\u53D6workFlow\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100007=\u65E0\u6CD5\u83B7\u53D6simpleNews\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100008=\u65E0\u6CD5\u83B7\u53D6EquipmentService\u670D\u52A1\uFF0C\u8BF7\u91CD\u65B0\u542F\u52A8\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458\u3002 |
| | | 100009=\u65E0\u6CD5\u83B7\u53D6Bom\u96C6\u6210\u670D\u52A1\uFF0C\u8BF7\u91CD\u542F\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458. |
| | | 100010=\u65E0\u6CD5\u83B7\u53D6014\u96C6\u6210\u670D\u52A1\uFF0C\u8BF7\u91CD\u542F\u6216\u8005\u8054\u7CFB\u7BA1\u7406\u5458. |
| | | ############################################# |
| | | ## \u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | ## \u7CFB\u7EDF\u6A21\u5757\u6784\u5EFA |
| | | ## |
| | | ############################################# |
| | | #\u7CFB\u7EDF\u6A21\u5757\u6784\u5EFA |
| | | #\u6A21\u5757\u663E\u793A\u4FE1\u606F |
| | | rmip.framework.systemFunctionTree.systemFunctionModel = \u529F\u80FD\u6A21\u5757\u7BA1\u7406 |
| | | rmip.framework.systemFunctionTree.root = \u7CFB\u7EDF\u529F\u80FD\u6A21\u5757\u7BA1\u7406 |
| | | rmip.framework.systemFunctionTree.title = \u6A21\u5757\u7BA1\u7406 |
| | | |
| | | rmip.framework.systemFunctionTree.modelManagment.isValid = \u662F\u5426\u6709\u6548 |
| | | rmip.framework.systemFunctionTree.modelManagment.modelName = \u6A21\u5757\u540D\: |
| | | rmip.framework.systemFunctionTree.modelManagment.description = \u63CF\u8FF0\: |
| | | rmip.framework.systemFunctionTree.modelManagment.addButton = \u589E\u52A0 |
| | | rmip.framework.systemFunctionTree.modelManagment.modifyButton = \u4FEE\u6539 |
| | | rmip.framework.systemFunctionTree.modelManagment.deleteButton = \u5220\u9664 |
| | | rmip.framework.systemFunctionTree.modelManagment.addOperationTypeButton = \u589E\u52A0\u64CD\u4F5C\u7C7B\u578B |
| | | |
| | | rmip.framework.systemFunctionTree.dialog.title = \u64CD\u4F5C\u7C7B\u578B\u5206\u7C7B |
| | | rmip.framework.systemFunctionTree.dialog.type = \u64CD\u4F5C\u5206\u7C7B |
| | | rmip.framework.systemFunctionTree.dialog.okButton = \u786E\u8BA4 |
| | | rmip.framework.systemFunctionTree.dialog.cancelButton = \u53D6\u6D88 |
| | | |
| | | rmip.framework.systemFunctionTree.root.notSelect = \u8BF7\u9009\u62E9\u8282\u70B9\u8FDB\u884C\u64CD\u4F5C\! |
| | | rmip.framework.systemFunctionTree.root.delete = \u6839\u8282\u70B9\u65E0\u6CD5\u5220\u9664\! |
| | | rmip.framework.systemFunctionTree.modelName.duplicate = \u6A21\u5757\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\! |
| | | rmip.framework.systemFunctionTree.model.delete = \u8BF7\u9009\u62E9\u6A21\u5757\u8282\u70B9\u8FDB\u884C\u5220\u9664\u64CD\u4F5C\! |
| | | rmip.framework.systemFunctionTree.model.deleteQuery = \u4F60\u786E\u5B9A\u8981\u5220\u9664\u9009\u62E9\u7684\u6570\u636E\u548C\u5B50\u8282\u70B9\u6570\u636E\u5417\uFF1F |
| | | rmip.framework.systemFunctionTree.model.relation = \u6A21\u5757\u6216\u5B50\u6A21\u5757\u88AB\u5F15\u7528\uFF0C\u65E0\u6CD5\u5220\u9664\! |
| | | rmip.framework.systemFunctionTree.modelNmae.isNull = \u6A21\u5757\u540D\u79F0\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\! |
| | | rmip.framework.systemFunctionTree.modelNmae.lenght = \u6A21\u5757\u540D\u79F0\u957F\u5EA6\u8D85\u8FC7\u89C4\u5B9A\u8303\u56F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\! |
| | | rmip.framework.systemFunctionTree.desc.lenght = \u63CF\u8FF0\u5927\u5C0F\u8D85\u8FC7\u89C4\u5B9A\u8303\u56F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\! |
| | | rmip.framework.systemFunctionTree.model.modifyInfo = \u6A21\u5757\u4FE1\u606F\u4FEE\u6539\u6210\u529F\! |
| | | rmip.framework.systemFunctionTree.model.operateTypeInfo = \u8BF7\u9009\u62E9\u64CD\u4F5C\u7C7B\u578B\u8FDB\u884C\u64CD\u4F5C\uFF01 |
| | | rmip.framework.systemFunctionTree.model.operateTypeRight = \u8BF7\u9009\u62E9\u6B63\u786E\u7684\u64CD\u4F5C\u7C7B\u578B\u8FDB\u884C\u64CD\u4F5C\uFF01 |
| | | rmip.framework.systemFunctionTree.cs.lenght = C/S\u540D\u79F0\u957F\u5EA6\u8D85\u8FC7\u89C4\u5B9A\u8303\u56F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.systemFunctionTree.cs.name = C/S\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF01 |
| | | |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 110000 = \u521B\u5EFA\u6A21\u5757\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110001 = \u68C0\u7D22\u6A21\u5757\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110002 = \u5220\u9664\u6A21\u5757\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110003 = \u66F4\u65B0\u6A21\u5757\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110004 = corba\u5BF9\u8C61\u548C\u5B9E\u4F53\u7C7B\u8F6C\u6362\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110005 = \u66F4\u65B0\u6A21\u5757\u6811\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | ################################################################ |
| | | ## Tab\u9875\u4FE1\u606F \u6743\u9650\u914D\u7F6E\u6A21\u5757 |
| | | #\u64CD\u4F5C\u7C7B\u578B |
| | | rmip.framework.operateType.operateTypeModel.file=\u64CD\u4F5C\u7C7B\u578B\u7BA1\u7406 |
| | | rmip.framework.operateType.operateTypeLab.file=\u64CD\u4F5C\u7C7B\u578B |
| | | rmip.framework.operateType.designationLab.file=\u540D\u79F0 |
| | | rmip.framework.operateType.typeLab.file=\u7C7B\u578B |
| | | rmip.framework.operateType.identifyingLab.file=\u6807\u8BC6 |
| | | rmip.framework.operateType.describeLab.file=\u63CF\u8FF0 |
| | | rmip.framework.operateType.addButton.file=\u6DFB\u52A0 |
| | | rmip.framework.operateType.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.moudelConfig.file=\u7CFB\u7EDF\u6A21\u5757\u914D\u7F6E |
| | | rmip.framework.operateType.delButton.file=\u5220\u9664 |
| | | rmip.framework.operateType.savesusses.message=\u6DFB\u52A0\u6210\u529F\! |
| | | rmip.framework.operateType.savefail.message=\u6DFB\u52A0\u5931\u8D25\! |
| | | rmip.framework.operateType.updatesusses.message=\u4FEE\u6539\u6210\u529F\! |
| | | rmip.framework.operateType.updatefail.message=\u4FEE\u6539\u5931\u8D25\! |
| | | rmip.framework.operateType.deletesusses.message=\u5220\u9664\u6210\u529F\! |
| | | rmip.framework.operateType.deletefail.message=\u5220\u9664\u5931\u8D25\! |
| | | rmip.framework.operateType.designationTextNotNull.message=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.operateType.designationTextLength.message=\u540D\u79F0\u4E0D\u80FD\u592A\u957F\! |
| | | rmip.framework.operateType.describeTextAreaLength.message=\u63CF\u8FF0\u4E0D\u80FD\u8D85\u8FC7255\u5B57\! |
| | | rmip.framework.operateType.treeNode.message=\u8BF7\u9009\u62E9\u4E00\u4E2A\u8282\u70B9\! |
| | | rmip.framework.operateType.nameIsExist.message=\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\! |
| | | rmip.framework.operateType.operateTypeIsExist.message=\u64CD\u4F5C\u7C7B\u578B\u6B63\u5728\u88AB\u4F7F\u7528\u4E0D\u80FD\u5220\u9664\! |
| | | rmip.framework.operateType.operateTypeIsExistNoChange.message=\u64CD\u4F5C\u7C7B\u578B\u6B63\u5728\u88AB\u4F7F\u7528\u4E0D\u80FD\u4FEE\u6539\! |
| | | rmip.framework.operateType.operateTypeIsChoice.message=\u8BF7\u9009\u62E9\u64CD\u4F5C\u7C7B\u578B\! |
| | | rmip.framework.operateType.modelIsChoice.message=\u8BF7\u9009\u62E9\u6A21\u5757\! |
| | | rmip.framework.operateType.typeIsChoice.message=\u8BF7\u9009\u62E9\u7C7B\u578B\! |
| | | rmip.framework.operateType.identifyingIsChoice.message=\u6807\u8BC6\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.operateType.identifyingIsTooLong.message=\u6807\u8BC6\u5B57\u7B26\u4E0D\u80FD\u8D85\u8FC7128\u5B57\u7B26\uFF01 |
| | | rmip.framework.operateType.identifyingIsExist.message=\u6807\u8BC6\u5DF2\u7ECF\u5B58\u5728\! |
| | | rmip.framework.operateType.aliasTextNotNull.message=\u522B\u540D\u4E0D\u80FD\u4E3A\u7A7A\! |
| | | rmip.framework.operateType.aliasTextLength.message=\u522B\u540D\u7684\u5B57\u7B26\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u5B57\u7B26\uFF01 |
| | | rmip.framework.sysConfNode.sysConfModel=\u7CFB\u7EDF\u914D\u7F6E\u9879\u7BA1\u7406 |
| | | rmip.framework.sysConfNode.sysConfClsfModel=\u914D\u7F6E\u5206\u7C7B\u7BA1\u7406 |
| | | |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 110100 = \u521B\u5EFA\u64CD\u4F5C\u7C7B\u578B\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110101 = \u68C0\u7D22\u64CD\u4F5C\u7C7B\u578B\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110102 = \u5220\u9664\u64CD\u4F5C\u7C7B\u578B\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110103 = \u66F4\u65B0\u64CD\u4F5C\u7C7B\u578B\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110104 = \u68C0\u7D22\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u8868\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110105 = \u68C0\u7D22\u64CD\u4F5C\u7C7B\u578B\u6811\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110106 = \u68C0\u7D22\u64CD\u4F5C\u7C7B\u578B\u6811\u8282\u70B9\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110107 = \u68C0\u7D22\u529F\u80FD\u5E94\u7528\u8868\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | #\u7279\u6B8A\u6570\u636E\u5BF9\u8C61 |
| | | rmip.framework.specialData.specialDataModel.file=\u7279\u6B8A\u6570\u636E\u7BA1\u7406 |
| | | rmip.framework.specialData.specialDataLab.file=\u6570\u636E\u5BF9\u8C61 |
| | | rmip.framework.specialData.designationLab.file=\u540D\u79F0 |
| | | rmip.framework.specialData.modelLab.file=\u6A21\u5757 |
| | | rmip.framework.specialData.describe.file=\u63CF\u8FF0 |
| | | rmip.framework.specialData.operateTypeLab.file=\u64CD\u4F5C\u7C7B\u578B |
| | | rmip.framework.specialData.addButton.file=\u6DFB\u52A0 |
| | | rmip.framework.specialData.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.specialData.specialDataModel.file=\u7279\u6B8A\u6570\u636E\u7BA1\u7406 |
| | | rmip.framework.specialData.specialDataLab.file=\u6570\u636E\u5BF9\u8C61 |
| | | rmip.framework.specialData.designationLab.file=\u540D\u79F0 |
| | | rmip.framework.specialData.modelLab.file=\u6A21\u5757 |
| | | rmip.framework.specialData.describe.file=\u63CF\u8FF0 |
| | | rmip.framework.specialData.operateTypeLab.file=\u64CD\u4F5C\u7C7B\u578B(*\u8BF7\u6309\u4F4FCtrl\u8FDB\u884C\u591A\u9009) |
| | | rmip.framework.specialData.addButton.file=\u6DFB\u52A0 |
| | | rmip.framework.specialData.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.specialData.specialDataModel.file=\u7279\u6B8A\u6570\u636E\u7BA1\u7406 |
| | | rmip.framework.specialData.specialDataLab.file=\u6570\u636E\u5BF9\u8C61 |
| | | rmip.framework.specialData.designationLab.file=\u540D\u79F0 |
| | | rmip.framework.specialData.modelLab.file=\u6A21\u5757 |
| | | rmip.framework.specialData.describe.file=\u63CF\u8FF0 |
| | | rmip.framework.specialData.operateTypeLab.file=\u64CD\u4F5C\u7C7B\u578B(*\u8BF7\u6309\u4F4FCtrl\u8FDB\u884C\u591A\u9009) |
| | | rmip.framework.specialData.addButton.file=\u6DFB\u52A0 |
| | | rmip.framework.specialData.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.specialData.delButton.file=\u5220\u9664 |
| | | rmip.framework.workFlowNode.workFlowModelfile=\u6D41\u7A0B\u914D\u7F6E\u7BA1\u7406 |
| | | #\u6D41\u7A0B\u914D\u7F6E |
| | | com.vci.rmip.framework.client.rightConfig.workflow.WorkFlowConfPanel.deleteConfirmMessage = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u6570\u636E\u5417\uFF1F\u5220\u9664\u540E\u7684\u6570\u636E\u4E0D\u53EF\u6062\u590D\uFF01 |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.selectProcess = \u9009\u62E9\u6D41\u7A0B\u6A21\u677F |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.btnOk = \u786E\u5B9A |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.btnCancel = \u53D6\u6D88 |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.treeRootNodeName = \u6D41\u7A0B\u6A21\u677F |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.plsSelectProcessDefinition = \u8BF7\u9009\u62E9\u6D41\u7A0B\u6A21\u677F\uFF01 |
| | | #\u4EBA\u5458\u7EC4\u7EC7\u7BA1\u7406\u6807\u7B7E |
| | | rmip.framework.menu.staffOrgManage=\u4EBA\u5458\u7EC4\u7EC7\u7BA1\u7406 |
| | | |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 110200 = \u521B\u5EFA\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110201 = \u68C0\u7D22\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110202 = \u5220\u9664\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110203 = \u66F4\u65B0\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110204 = \u68C0\u7D22\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u8868\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110205 = \u68C0\u7D22\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u6811\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110206 = \u68C0\u7D22\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u6811\u8282\u70B9\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110207 = \u68C0\u7D22\u529F\u80FD\u5E94\u7528\u8868\u4FE1\u606F\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110208 = \u68C0\u7D22\u64CD\u4F5C\u7C7B\u578B\u5217\u8868\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110209 = \u4FDD\u5B58\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110211 = \u66F4\u65B0\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110212 = \u5220\u9664\u5E94\u7528\u6570\u636E\u64CD\u4F5C\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | rmip.stafforg.menu.staffOrg=\u4EBA\u5458\u7EC4\u7EC7 |
| | | rmip.stafforg.menu.department=\u90E8\u95E8 |
| | | rmip.stafforg.menu.group=\u7EC4 |
| | | rmip.stafforg.menu.role=\u89D2\u8272 |
| | | rmip.stafforg.menu.staff=\u6210\u5458 |
| | | rmip.stafforg.menu.name1=\u3010\u603B\u6570\uFF1A |
| | | rmip.stafforg.menu.name2=\u3011 |
| | | rmip.stafforg.logal.name=\u540D\u79F0\uFF1A |
| | | rmip.stafforg.logal.num=\u7F16\u53F7\uFF1A |
| | | rmip.stafforg.logal.desc=\u63CF\u8FF0\uFF1A |
| | | rmip.stafforg.logal.username=\u8D26\u53F7\uFF1A |
| | | rmip.stafforg.logal.password=\u5BC6\u7801\uFF1A |
| | | rmip.stafforg.logal.confpassword=\u786E\u8BA4\u5BC6\u7801\uFF1A |
| | | rmip.stafforg.logal.department=\u90E8\u95E8\uFF1A |
| | | rmip.stafforg.logal.firstname=\u59D3\u540D\uFF1A |
| | | rmip.stafforg.logal.lastname=\u540D\u5B57\uFF1A |
| | | rmip.stafforg.logal.empno=\u7F16\u53F7\uFF1A |
| | | rmip.stafforg.logal.duty=\u804C\u52A1\uFF1A |
| | | rmip.stafforg.logal.email=\u7535\u5B50\u90AE\u4EF6\uFF1A |
| | | rmip.stafforg.logal.businessTel=\u5546\u52A1\u7535\u8BDD\uFF1A |
| | | rmip.stafforg.logal.homephone=\u5BB6\u5EAD\u7535\u8BDD\uFF1A |
| | | rmip.stafforg.logal.mobelphone=\u79FB\u52A8\u7535\u8BDD\uFF1A |
| | | rmip.stafforg.logal.businessfax=\u5546\u52A1\u4F20\u771F\uFF1A |
| | | rmip.stafforg.logal.rolelist=\u73B0\u6709\u89D2\u8272: |
| | | rmip.stafforg.logal.choosedrolelist=\u62E5\u6709\u89D2\u8272: |
| | | rmip.stafforg.logal.grouplist=\u73B0\u6709\u7EC4: |
| | | rmip.stafforg.logal.choosedgrouplist=\u6240\u5C5E\u7EC4: |
| | | rmip.stafforg.logal.roling=\u5206\u914D\u89D2\u8272 |
| | | rmip.stafforg.logal.grouping=\u5206\u914D\u7EC4\u7EC7 |
| | | rmip.stafforg.operate.add=\u589E\u52A0 |
| | | rmip.stafforg.operate.modify=\u4FEE\u6539 |
| | | rmip.stafforg.operate.delete=\u5220\u9664 |
| | | rmip.stafforg.operate.syn=\u540C\u6B65 |
| | | rmip.stafforg.operate.grouping=\u5206\u914D\u7EC4\u7EC7 |
| | | rmip.stafforg.operate.roling=\u5206\u914D\u89D2\u8272 |
| | | rmip.stafforg.operate.conform=\u786E\u5B9A |
| | | rmip.stafforg.operate.cancel=\u53D6\u6D88 |
| | | rmip.stafforg.operate.toselectgroup=\u8BF7\u9009\u62E9\u8981\u589E\u52A0\u7684\u7EC4\uFF01 |
| | | rmip.stafforg.operate.toreselectgroup=\u8981\u589E\u52A0\u7684\u7EC4\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.toremovegroup=\u8BF7\u9009\u62E9\u8981\u79FB\u9664\u7684\u7EC4\uFF01 |
| | | rmip.stafforg.operate.toselectrole=\u8BF7\u9009\u62E9\u8981\u589E\u52A0\u7684\u89D2\u8272\uFF01 |
| | | rmip.stafforg.operate.toreselectrole=\u8981\u589E\u52A0\u7684\u89D2\u8272\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.toremoverole=\u8BF7\u9009\u62E9\u8981\u79FB\u9664\u7684\u89D2\u8272\uFF01 |
| | | rmip.stafforg.operate.toadddeptname=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.nameerror=\u540D\u79F0\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.descerror=\u63CF\u8FF0\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E255\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.deptnameerror=\u90E8\u95E8\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.numtoolong=\u7F16\u53F7\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E64\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199! |
| | | rmip.stafforg.operate.rolenameerror=\u89D2\u8272\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.groupnameerror=\u7EC4\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.updateok=\u4FEE\u6539\u6210\u529F\uFF01 |
| | | rmip.stafforg.operate.toselectdel=\u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u8282\u70B9\uFF01 |
| | | rmip.stafforg.operate.syndeptselect=\u8BF7\u9009\u4E2D\u8981\u540C\u6B65\u7684\u90E8\u95E8\uFF01 |
| | | rmip.stafforg.operate.syndept.selectone=\u53EA\u80FD\u9009\u62E9\u4E00\u4E2A\u90E8\u95E8\u8282\u70B9\u8FDB\u884C\u540C\u6B65\uFF01 |
| | | rmip.stafforg.operate.syndept.success=\u90E8\u95E8\u540C\u6B65\u6210\u529F\uFF01 |
| | | rmip.stafforg.operate.toreselectdeldept=\u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u5305\u62EC\u975E\u90E8\u95E8\u8282\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.toshowdeldepterror1=\u9009\u62E9\u5220\u9664\u7684\u90E8\u95E8\u8282\u70B9\u4E2D |
| | | rmip.stafforg.operate.toshowdeleteerror=\u88AB\u7528\u6237 |
| | | rmip.stafforg.operate.toshowdeleteerror1=\u5F15\u7528\uFF0C\u8BF7\u89E3\u9664\u5173\u7CFB\u540E\u518D\u8FDB\u884C\u5220\u9664\u64CD\u4F5C\uFF01 |
| | | rmip.stafforg.operate.conformdeldept=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u90E8\u95E8\u5417\uFF1F |
| | | rmip.stafforg.operate.toreselectdelgroup=\u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u5305\u62EC\u975E\u7EC4\u8282\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.conformdelgroup=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u7EC4\u8282\u70B9\u5417\uFF1F |
| | | rmip.stafforg.operate.toshowdelgrouperror1=\u9009\u62E9\u5220\u9664\u7684\u7EC4\u8282\u70B9\u4E2D |
| | | rmip.stafforg.operate.toreselectdelrole=\u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u4E2D\u5305\u62EC\u975E\u89D2\u8272\u51E0\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.conformdelrole=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u89D2\u8272\u5417\uFF1F |
| | | rmip.stafforg.operate.toshowdelroleerror1=\u9009\u62E9\u5220\u9664\u7684\u89D2\u8272\u8282\u70B9\u4E2D |
| | | rmip.stafforg.operate.toshowdelusererror=\u9009\u62E9\u5220\u9664\u7684\u8282\u70B9\u5305\u62EC\u975E\u7528\u6237\u8282\u70B9\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\uFF01 |
| | | rmip.stafforg.operate.conformdeluser=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u6210\u5458\u5417\uFF1F |
| | | rmip.stafforg.operate.usernameerror1=\u7528\u6237\u540D\uFF1Aadmin\u662F\u4FDD\u7559\u7528\u6237\uFF0C\u8BF7\u6539\u6210\u5176\u5B83\u540D\u79F0\uFF01 |
| | | rmip.stafforg.operate.usernameerror2=\u7528\u6237\u540D\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.usernameerror3=\u7528\u6237\u540D\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.usernameerror4=\u7528\u6237\u540D\u53EA\u80FD\u4E3A\u6570\u5B57\u5B57\u6BCD\u6216\u8005\u4E0B\u5212\u7EBF\uFF01 |
| | | rmip.stafforg.operate.usernameerror5=\u7528\u6237\u540D\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.pwderror1=\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.conformpwderror=\u786E\u8BA4\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.pwderror2=\u5BC6\u7801\u4E0D\u4E00\u81F4\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.pwderror3=\u5BC6\u7801\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.pwderror4=\u5BC6\u7801\u53EA\u80FD\u4E3A\u6570\u5B57\u5B57\u6BCD\u6216\u8005\u4E0B\u5212\u7EBF\uFF01 |
| | | rmip.stafforg.operate.firstnameerror=\u59D3\u6C0F\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC764\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.firstnameerror1=\u6210\u5458\u7684\u59D3\u6C0F\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u8F93\u5165\uFF01 |
| | | rmip.stafforg.operate.lastnameerror=\u540D\u5B57\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC764\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.lastnameerror1=\u6210\u5458\u7684\u540D\u5B57\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u8F93\u5165\uFF01 |
| | | rmip.stafforg.operate.dutyerror=\u804C\u52A1\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.emailerror=\u7535\u5B50\u90AE\u4EF6\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199 |
| | | rmip.stafforg.operate.emailerror1=\u7535\u5B50\u90AE\u4EF6\u683C\u5F0F\u4E0D\u6B63\u786E\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.telerror=\u6240\u6709\u7535\u8BDD\u957F\u5EA6\u90FD\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC764\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u68C0\u67E5\u5E76\u4FEE\u6539\uFF01 |
| | | rmip.stafforg.operate.businessfaxerror=\u5546\u52A1\u4F20\u771F\u957F\u5EA6\u90FD\u4E0D\u80FD\u5927\u4E8E\u8D85\u8FC764\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.businessfaxerror1=\u5546\u52A1\u4F20\u771F\u53EA\u80FD\u4E3A\u6570\u5B57\u4E0E'-'\u7684\u7EC4\u5408\uFF01 |
| | | rmip.stafforg.operate.homephoneerror=\u5BB6\u5EAD\u7535\u8BDD\u53EA\u80FD\u4E3A\u6570\u5B57\u4E0E'-'\u7684\u7EC4\u5408\uFF01 |
| | | rmip.stafforg.operate.businesstelerror=\u5546\u52A1\u7535\u8BDD\u53EA\u80FD\u4E3A\u6570\u5B57\u4E0E'-'\u7684\u7EC4\u5408\uFF01 |
| | | rmip.stafforg.operate.mobelerror=\u79FB\u52A8\u7535\u8BDD\u53EA\u80FD\u4E3A\u6570\u5B57\u4E0E'-'\u7684\u7EC4\u5408\uFF01 |
| | | rmip.stafforg.operate.loginerror=\u7528\u6237\u540D\u6216\u5BC6\u7801\u9519\u8BEF\uFF01\n\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.stafforg.operate.descerror=\u63CF\u8FF0\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E255\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.empnonull=\u7F16\u53F7\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.empnotoolong=\u7F16\u53F7\u957F\u5EA6\u4E0D\u80FD\u5927\u4E8E128\u4E2A\u5B57\u7B26\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.empnorepeat=\u7F16\u53F7\u91CD\u590D\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.stafforg.operate.deptIdnull=\u90E8\u95E8\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u82E5\u7CFB\u7EDF\u4E2D\u6CA1\u6709\u90E8\u95E8\uFF0C\u8BF7\u5148\u521B\u5EFA\u90E8\u95E8\uFF01 |
| | | rmip.stafforg.operate.numcannotchange=\u8BE5\u90E8\u95E8\u5DF2\u7ECF\u88AB\u540C\u6B65\uFF0C\u4E0D\u80FD\u5BF9\u5176\u7F16\u53F7\u8FDB\u884C\u4FEE\u6539\uFF01 |
| | | rmip.stafforg.operate.usercreateok=\u7528\u6237\u6210\u529F\u6DFB\u52A0\u5230\u7CFB\u7EDF\uFF01 |
| | | rmip.stafforg.operate.useredit1=\u8BF7\u94A9\u9009\u8981\u8FDB\u884C\u4FEE\u6539\u7684\u6210\u5458! |
| | | rmip.stafforg.operate.useredit2=\u4E00\u6B21\u53EA\u80FD\u5BF9\u4E00\u4E2A\u6210\u5458\u8FDB\u884C\u4FEE\u6539\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9! |
| | | rmip.stafforg.operate.userdelete1=\u8BF7\u94A9\u9009\u8981\u5220\u9664\u7684\u6210\u5458! |
| | | rmip.stafforg.operate.userdelete2=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u6240\u9009\u62E9\u7684\u6210\u5458\u5417? |
| | | rmip.stafforg.operate.deptedit1=\u8BF7\u94A9\u9009\u8981\u8FDB\u884C\u4FEE\u6539\u7684\u5BF9\u8C61! |
| | | rmip.stafforg.operate.deptedit2=\u4E00\u6B21\u53EA\u80FD\u5BF9\u4E00\u4E2A\u5BF9\u8C61\u8FDB\u884C\u4FEE\u6539\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9! |
| | | rmip.stafforg.operate.deptdelete1=\u8BF7\u94A9\u9009\u8981\u5220\u9664\u7684\u5BF9\u8C61! |
| | | rmip.stafforg.operate.deptdelete2=\u60A8\u786E\u5B9A\u8981\u5220\u9664\u6240\u9009\u62E9\u7684\u5BF9\u8C61\u5417? |
| | | rmip.stafforg.operate.pwdgroupdelete=\u786E\u5B9A\u8981\u5220\u9664\u6240\u9009\u62E9\u7684\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u5417? |
| | | rmip.stafforg.operate.deptselect=\u60A8\u8981\u5220\u9664\u7684\u6D41\u7A0B\u6A21\u677F\u5DF2\u7ECF\u88AB\u5F15\u7528\uFF0C\u8BF7\u5148\u89E3\u9664\u5173\u7CFB\uFF0C\u5728\u8FDB\u884C\u5220\u9664\u64CD\u4F5C\uFF01 |
| | | |
| | | ## Tab\u9875 \u4EBA\u5458\u7EC4\u7EC7\u5F02\u5E38\u4FE1\u606F |
| | | 120101=\u83B7\u53D6\u6240\u6709\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120102=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u6240\u6709\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120103=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u9876\u7EA7\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120104=\u83B7\u53D6\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120105=\u83B7\u53D6\u9876\u7EA7\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120106=\u83B7\u53D6\u90E8\u95E8\u4E0B\u7684\u5B50\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120107=\u83B7\u53D6\u90E8\u95E8\u53CA\u5176\u5B50\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120108=\u5220\u9664\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120109=\u589E\u52A0\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120110=\u4FEE\u6539\u90E8\u95E8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120111=\u4FEE\u6539\u4EBA\u5458\u4E0E\u90E8\u95E8\u5173\u7CFB\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u4E0E\u7BA1\u7406\u5458\u8054\u7CFB! |
| | | 120201=\u83B7\u53D6\u516C\u53F8\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120202=\u83B7\u53D6\u9876\u7EA7\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120203=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u9876\u7EA7\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120204=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120205=\u83B7\u53D6\u7EC4\u4E0B\u7684\u5B50\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120206=\u83B7\u53D6\u7EC4\u53CA\u5176\u5B50\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120207=\u5220\u9664\u516C\u53F8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120208=\u589E\u52A0\u516C\u53F8\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120209=\u4FEE\u6539\u7EC4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120301=\u83B7\u53D6\u6240\u6709\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120302=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120303=\u5220\u9664\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120304=\u589E\u52A0\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120305=\u4FEE\u6539\u89D2\u8272\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120306=\u4FDD\u5B58\u4EBA\u5458\u4E0E\u89D2\u8272\u7684\u5173\u7CFB\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB! |
| | | 120307=\u9A8C\u8BC1\u89D2\u8272\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u4E0E\u7BA1\u7406\u5458\u8054\u7CFB! |
| | | 120308=\u6839\u636E\u7528\u6237\u540D\u83B7\u53D6\u5173\u8054\u89D2\u8272\u603B\u6570\u65F6\u53D1\u751F\u9519\u8BEF\uFF0C\u8BF7\u4E0E\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120401=\u83B7\u53D6\u4EBA\u5458\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120402=\u6839\u636E\u7528\u6237\u7C7B\u578B\u83B7\u53D6\u6240\u6709\u6210\u5458\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120403=\u5220\u9664\u4EBA\u5458\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120404=\u589E\u52A0\u4EBA\u5458\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120405=\u4FEE\u6539\u4EBA\u5458\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120406=\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120407=\u767B\u5F55\u65F6\u83B7\u53D6\u7528\u6237\u767B\u5F55\u4FE1\u606F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120408=\u90E8\u95E8\u540C\u6B65\u65F6\u51FA\u9519\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120409=\u66F4\u65B0\u90E8\u95E8\u540C\u6B65\u72B6\u6001\u65F6\u51FA\u9519\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120410=\u90E8\u95E8\u5DF2\u7ECF\u540C\u6B65\u5B8C\u6210\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\u8981\u540C\u6B65\u7684\u90E8\u95E8\uFF01 |
| | | 120411=\u6839\u636E\u90E8\u95E8\u83B7\u53D6\u5BF9\u5E94\u7684\u4EBA\u5458\u4FE1\u606F\u65F6\u51FA\u9519\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120412=\u5728\u8FDB\u884C\u505C\u7528/\u542F\u7528\u64CD\u4F5C\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u770B! |
| | | 120413=\u6839\u636E\u6761\u4EF6\u83B7\u53D6\u4EBA\u5458\u603B\u6570\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 120501=\u83B7\u53D6\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120502=\u6DFB\u52A0\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120503=\u66F4\u65B0\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120504=\u5220\u9664\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120505=\u83B7\u53D6\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u53D6\u503C\u8303\u56F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120506=\u6DFB\u52A0\u5BC6\u7801\u7EC4\u5408\u65B9\u5F0F\u53D6\u503C\u8303\u56F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120507=\u6DFB\u52A0\u7684\u53D6\u503C\u8303\u56F4\u503C\u5728\u8BE5\u7EC4\u5408\u65B9\u5F0F\u4E0B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u6DFB\u52A0\u5931\u8D25\uFF01 |
| | | 120508=\u66F4\u65B0\u5BC6\u7801\u7EC4\u5408\u53D6\u503C\u8303\u56F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120509=\u5220\u9664\u5BC6\u7801\u7EC4\u5408\u53D6\u503C\u8303\u56F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u4E0E\u7CFB\u7EDF\u7BA1\u7406\u5458\u8054\u7CFB\uFF01 |
| | | 120510=\u66F4\u65B0\u7279\u6B8A\u5B57\u7B26\u7684\u53D6\u503C\u5728\u8BE5\u5206\u7C7B\u4E0B\u5DF2\u7ECF\u5B58\u5728\uFF0C\u6DFB\u52A0\u5931\u8D25\uFF01 |
| | | |
| | | ################################################# |
| | | ####\u65E5\u5FD7\u7BA1\u7406 |
| | | ################################################# |
| | | rmip.framework.log.adminLog=\u7BA1\u7406\u5458\u65E5\u5FD7 |
| | | rmip.framework.log.userLog=\u666E\u901A\u7528\u6237\u65E5\u5FD7 |
| | | rmip.framework.log.startDate=\u67E5\u8BE2\u65E5\u671F\uFF1A\u7531 |
| | | rmip.framework.log.to=\u5230 |
| | | rmip.framework.log.operateType=\u64CD\u4F5C\u7C7B\u578B |
| | | rmip.framework.log.create=\u521B\u5EFA |
| | | rmip.framework.log.update=\u4FEE\u6539 |
| | | rmip.framework.log.delete=\u5220\u9664 |
| | | rmip.framework.log.operateUser=\u64CD\u4F5C\u7528\u6237\uFF1A |
| | | rmip.framework.log.savePeriod=\u4FDD\u5B58\u671F\u9650\uFF1A |
| | | rmip.framework.log.backupPeriod=\u5907\u4EFD\u671F\u9650\uFF1A |
| | | rmip.framework.log.save=\u4FDD\u5B58 |
| | | rmip.framework.log.selectDate=\u8BF7\u9009\u62E9\u65E5\u671F\uFF1A |
| | | rmip.framework.log.firstPage=\u9996\u9875 |
| | | rmip.framework.log.prePage=\u4E0A\u4E00\u9875 |
| | | rmip.framework.log.nextPage=\u4E0B\u4E00\u9875 |
| | | rmip.framework.log.lastPage=\u5C3E\u9875 |
| | | rmip.framework.log.query=\u67E5\u8BE2 |
| | | rmip.framework.log.export=\u5BFC\u51FA |
| | | rmip.framework.log.logDelete=\u65E5\u5FD7\u5220\u9664 |
| | | rmip.framework.log.logBackup=\u65E5\u5FD7\u5907\u4EFD |
| | | rmip.framework.log.date=\u65F6\u95F4 |
| | | rmip.framework.log.user=\u7528\u6237 |
| | | rmip.framework.log.userIp=\u7528\u6237IP |
| | | rmip.framework.log.operateObj=\u64CD\u4F5C\u5BF9\u8C61 |
| | | rmip.framework.log.operateModule=\u64CD\u4F5C\u6A21\u5757 |
| | | rmip.framework.log.objID=\u5BF9\u8C61ID |
| | | rmip.framework.log.objDesc=\u63CF\u8FF0 |
| | | rmip.framework.log.objAttr=\u5BF9\u8C61\u5C5E\u6027 |
| | | rmip.framework.log.previousValue=\u64CD\u4F5C\u524D\u7684\u503C |
| | | rmip.framework.log.newValue=\u64CD\u4F5C\u540E\u7684\u503C |
| | | rmip.framework.log.pageSizeAlert=\u83B7\u53D6\u9875\u9762\u663E\u793A\u6761\u6570\u914D\u7F6E\u51FA\u9519\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E\u6587\u4EF6\uFF0C\u6B64\u5904\u9ED8\u8BA4\u66F4\u6539\u9875\u9762\u663E\u793A\u6761\u6570\u4E3A10\uFF01 |
| | | rmip.framework.log.pageInfo1=\u603B\u5171\u6709 |
| | | rmip.framework.log.pageInfo2=\u6761\u8BB0\u5F55,\u5171 |
| | | rmip.framework.log.pageInfo3=\u9875,\u5F53\u524D\u4E3A\u7B2C |
| | | rmip.framework.log.pageInfo4=\u9875 |
| | | rmip.framework.log.savePeriodAlert=\u4FDD\u5B58\u671F\u9650\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u9009\u62E9\uFF01 |
| | | rmip.framework.log.saveSuccess=\u4FDD\u5B58\u6210\u529F |
| | | rmip.framework.log.exportSuccess=\u5BFC\u51FA\u6210\u529F |
| | | rmip.framework.log.deleteDateAlert=\u8BF7\u9009\u62E9\u5220\u9664\u65E5\u671F\uFF01 |
| | | rmip.framework.log.deleteLogConfirm=\u5C06\u5220\u9664\u6240\u9009\u65E5\u671F\u4E4B\u524D\u7684\u65E5\u5FD7\uFF0C\u786E\u8BA4\u6267\u884C\u5220\u9664\uFF1F |
| | | rmip.framework.log.deleteSuccess=\u5220\u9664\u6210\u529F |
| | | rmip.framework.log.backupPeriodAlert=\u5907\u4EFD\u671F\u9650\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u9009\u62E9\uFF01 |
| | | rmip.framework.log.exportPath=\u5BFC\u51FA\u4F4D\u7F6E |
| | | rmip.framework.log.exportFile=\u5BFC\u51FA\u6587\u4EF6 |
| | | rmip.framework.log.exportFile.fail=\u6CA1\u6709\u8981\u5230\u51FA\u7684\u6570\u636E\uFF01 |
| | | 140101=\u83B7\u53D6\u65E5\u5FD7\u5220\u9664\u914D\u7F6E\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140102=\u83B7\u53D6\u65E5\u5FD7\u914D\u7F6E\u671F\u9650\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140103=\u83B7\u53D6\u65E5\u5FD7\u9875\u9762\u663E\u793A\u6761\u6570\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140104=\u83B7\u53D6\u672C\u6B21\u67E5\u8BE2\u65E5\u5FD7\u603B\u6570\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140105=\u67E5\u8BE2\u65E5\u5FD7\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140106=\u4FDD\u5B58\u671F\u9650\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140107=\u83B7\u53D6\u671F\u9650\u6570\u503C\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 140108=\u5220\u9664\u65E5\u5FD7\u51FA\u9519\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.logDelete=\u65E5\u5FD7\u5220\u9664\uFF1A |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.autoDelete=\u81EA\u52A8\u5220\u9664 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.manualDelete=\u624B\u52A8\u5220\u9664 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.savePeriod=\u4FDD\u5B58\u671F\u9650\uFF1A |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.saveBtn=\u4FDD\u5B58 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.logBasicConf=\u65E5\u5FD7\u57FA\u7840\u914D\u7F6E |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.deleteDateAlert=\u8BF7\u9009\u62E9\u5220\u9664\u65E5\u671F\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.deleteLogConfirm=\u5C06\u5220\u9664\u6240\u9009\u65E5\u671F\u4E4B\u524D\u7684\u65E5\u5FD7\uFF0C\u786E\u8BA4\u6267\u884C\u5220\u9664\uFF1F |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.deleteSuccess=\u5220\u9664\u6210\u529F |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.savePeriodAlert=\u4FDD\u5B58\u671F\u9650\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u9009\u62E9\uFF01 |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.saveSuccess=\u4FDD\u5B58\u6210\u529F |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.selectDate=\u8BF7\u9009\u62E9\u65E5\u671F\uFF1A |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.delete=\u5220\u9664 |
| | | ########################################################################## |
| | | |
| | | ############################################# |
| | | ## \u6A21\u5757\u6743\u9650\u5206\u914D |
| | | ## |
| | | ## |
| | | ############################################# |
| | | rmip.framework.rightdistribution.title.name = \u6743\u9650\u5206\u914D |
| | | rmip.framework.rightdistribution.file = \u6743\u9650\u5206\u914D\u7BA1\u7406 |
| | | #\u6570\u636E\u6388\u6743 |
| | | rmip.framework.rightdistribution.datadistribute.name = \u6570\u636E\u6388\u6743 |
| | | rmip.framework.rightdistribution.datadistribute.title.name = \u540D\u79F0\uFF1A |
| | | rmip.framework.rightdistribution.datadistribute.title.desc = \u63CF\u8FF0\uFF1A |
| | | rmip.framework.rightdistribution.datadistribute.title.policyname = \u7B56\u7565\u57FA\u672C\u4FE1\u606F |
| | | rmip.framework.rightdistribution.datadistribute.btnSubmit.name = \u63D0\u4EA4 |
| | | rmip.framework.rightdistribution.datadistribute.btnDeletePolicy.name = \u5220\u9664\u7B56\u7565\u5BF9\u8C61 |
| | | rmip.framework.rightdistribution.datadistribute.policyconf.name = \u7B56\u7565\u6743\u9650\u914D\u7F6E |
| | | |
| | | rmip.framework.rightdistribution.datadistribute.create.name = \u521B\u5EFA\u8005 |
| | | rmip.framework.rightdistribution.datadistribute.role.name = \u540C\u89D2\u8272\u7528\u6237 |
| | | rmip.framework.rightdistribution.datadistribute.normal.name = \u666E\u901A\u7528\u6237 |
| | | rmip.framework.rightdistribution.datadistribute.admin.name = \u7BA1\u7406\u5458 |
| | | |
| | | rmip.framework.rightdistribution.datadistribute.table.checkbox = \u9009\u62E9 |
| | | rmip.framework.rightdistribution.datadistribute.table.name = \u89D2\u8272 |
| | | |
| | | rmip.framework.rightdistribution.datadistribute.input.check.name.null = \u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF01 |
| | | rmip.framework.rightdistribution.datadistribute.input.check.name.length = \u540D\u79F0\u957F\u5EA6\u592A\u957F\uFF01 |
| | | rmip.framework.rightdistribution.datadistribute.input.check.desc.length = \u63CF\u8FF0\u957F\u5EA6\u592A\u957F\uFF01 |
| | | |
| | | rmip.framework.rightdistribution.savepolicy.success = \u64CD\u4F5C\u6210\u529F! |
| | | rmip.framework.rightdistribution.savepolicy.error = \u64CD\u4F5C\u7684\u8FC7\u7A0B\u4E2D\u51FA\u73B0\u9519\u8BEF! |
| | | rmip.framework.rightdistribution.datadistribute.delete.policydata = \u8BF7\u5148\u9009\u62E9\u8981\u5220\u9664\u7684\u6570\u636E! |
| | | rmip.framework.rightdistribution.datadistribute.delete.query = \u60A8\u786E\u5B9A\u8981\u5220\u9664\u6240\u9009\u62E9\u7684\u6570\u636E\u5417?(\u6CE8\u610F:\u5220\u9664\u540E\u4E0D\u53EF\u6062\u590D,\u786E\u5B9A\u8981\u5220\u9664?) |
| | | rmip.framework.rightdistribution.data = \u6CA1\u6709\u6570\u636E\u9879,\u4E0D\u80FD\u63D0\u4EA4! |
| | | rmip.framework.rightdistribution.delete.selectnode = \u8BF7\u9009\u4E2D\u8282\u70B9\u5220\u9664\uFF01 |
| | | rmip.framework.rightdistribution.delete.fail = \u5220\u9664\u6570\u636E\u7B56\u7565\u5931\u8D25\uFF01 |
| | | rmip.framework.rightdistribution.datadistribute.name = \u6570\u636E\u6388\u6743 |
| | | rmip.framework.rightdistribution.strategyconf.isnull = \u6570\u636E\u7B56\u7565\u914D\u7F6E\u4E3A\u7A7A\uFF0C\u4E0D\u5141\u8BB8\u63D0\u4EA4\uFF01 |
| | | rmip.framework.rightdistribution.datastrategy.name = \u7B56\u7565\u540D\u79F0\u91CD\u590D\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 130000 = \u7B56\u7565\u914D\u7F6E\u5931\u8D25\uFF01 |
| | | 130001 = \u83B7\u53D6\u7B56\u7565\u6570\u636E\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 130002 = \u83B7\u53D6\u6570\u636E\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 130003 = \u5220\u9664\u6570\u636E\u7B56\u7565\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\uFF01 |
| | | 130004 = \u540C\u4E00\u4E2A\u89D2\u8272\u7528\u6237\uFF0C\u4E0D\u80FD\u6388\u6743\u591A\u6B21\uFF01 |
| | | |
| | | #\u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.name = \u89D2\u8272\u529F\u80FD\u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.moduleTree = \u529F\u80FD\u6A21\u5757 |
| | | rmip.framework.rightdistribution.moduleRight.RoleList = \u89D2\u8272 |
| | | rmip.framework.rightdistribution.moduleRight.addButton.file=\u6388\u6743 |
| | | rmip.framework.rightdistribution.moduleRight.updateButton.file=\u4FEE\u6539 |
| | | rmip.framework.rightdistribution.moduleRight.delButton.file=\u91CD\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.roleListNotNull.message=\u8BF7\u9009\u62E9\u4E00\u4E2A\u89D2\u8272\uFF01 |
| | | rmip.framework.rightdistribution.moduleRight.changes.message=\u60A8\u8FD8\u6CA1\u6709\u4FDD\u5B58\uFF0C\u786E\u5B9A\u653E\u5F03\u5F53\u524D\u64CD\u4F5C\u5417\uFF1F |
| | | |
| | | #\u5F02\u5E38\u4FE1\u606F |
| | | 130100 = \u4FDD\u5B58\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 130101 = \u68C0\u7D22\u7279\u6B8A\u6570\u636E\u5BF9\u8C61\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | rmip.framework.rightdistribution.moduleRight.name = \u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.RoleList = \u89D2\u8272 |
| | | rmip.framework.rightdistribution.datadistribute.name = \u6570\u636E\u6388\u6743 |
| | | |
| | | #\u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.name = \u6A21\u5757\u6743\u9650\u914D\u7F6E |
| | | rmip.framework.rightdistribution.moduleRight.RoleList = \u89D2\u8272 |
| | | |
| | | #\u7279\u6B8A\u6570\u636E\u6388\u6743 \u9875\u9762\u663E\u793A\u4FE1\u606F |
| | | rmip.framework.rightdistribution.specialdatadistribute.name=\u7279\u6B8A\u6570\u636E\u6388\u6743 |
| | | rmip.framework.rightdistribution.specialdatadistribute.add=\u52A0\u4E00\u884C |
| | | rmip.framework.rightdistribution.specialdatadistribute.submit=\u63D0\u4EA4 |
| | | rmip.framework.rightdistribution.specialdatadistribute.delete=\u51CF\u4E00\u884C |
| | | rmip.framework.rightdistribution.specialdatadistribute.ok=\u64CD\u4F5C\u6210\u529F\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.remove=\u8BF7\u9009\u62E9\u8981\u79FB\u9664\u7684\u9879\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.conformremove=\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u6570\u636E\u5417?\n\u5220\u9664\u540E\u4E0D\u53EF\u6062\u590D,\u786E\u5B9A? |
| | | rmip.framework.rightdistribution.specialdatadistribute.redeploy=\u8981\u63D0\u4EA4\u7684\u6570\u636E\u4E2D\u5B58\u5728\u91CD\u590D\u7684\u914D\u7F6E\uFF0C\n\u8BF7\u8BF7\u68C0\u67E5\u540E\u91CD\u65B0\u914D\u7F6E\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.deployedwrong=\u6B64\u6A21\u5757\u914D\u7F6E\u6709\u8BEF\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.norule=\u7CFB\u7EDF\u4E2D\u6CA1\u6709\u5BF9\u5E94\u7684\u89C4\u5219\uFF0C\u8BF7\u627E\u7BA1\u7406\u5458\u914D\u7F6E\uFF01 |
| | | rmip.framework.rightdistribution.specialdatadistribute.norole=\u7CFB\u7EDF\u4E2D\u6CA1\u6709\u8981\u8FDB\u884C\u6743\u9650\u5206\u914D\u7684\u89D2\u8272\uFF0C\u8BF7\u5148\u521B\u5EFA\u89D2\u8272\u3002 |
| | | |
| | | #\u7279\u6B8A\u6570\u636E\u6388\u6743 \u5F02\u5E38\u4FE1\u606F |
| | | 110501=\u5206\u914D\u7279\u6B8A\u6570\u636E\u6743\u9650\u65F6\u51FA\u73B0\u5F02\u5E38\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110502=\u83B7\u53D6\u7279\u6B8A\u6570\u636E\u914D\u6743\u9650\u65F6\u51FA\u73B0\u5F02\u5E38\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110503=\u5220\u9664\u7279\u6B8A\u6570\u636E\u6743\u9650\u65F6\u51FA\u73B0\u5F02\u5E38\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 110504=\u4ECEconfig.priperties\u6587\u4EF6\u4E2D\u83B7\u53D6\u914D\u7F6E\u4FE1\u606F\u9519\u8BEF\uFF0C/n\u8BF7\u68C0\u67E5\u662F\u5426\u6709\u76F8\u5173\u914D\u7F6E\uFF01 |
| | | |
| | | #\u4FEE\u6539\u5BC6\u7801 \u5F39\u51FA\u9519\u8BEF\u63D0\u793A\u4FE1\u606F |
| | | rmip.framework.logon.changepwd.notnull=\u586B\u5199\u6846\u4E0D\u80FD\u6709\u7A7A\u503C\uFF0C\u8BF7\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.notsame=\u60A8\u8F93\u5165\u7684\u5BC6\u7801\u4E0E\u767B\u5F55\u5BC6\u7801\u4E0D\u4E00\u81F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.notsame1=\u786E\u8BA4\u5BC6\u7801\u4E0E\u4FEE\u6539\u5BC6\u7801\u4E0D\u4E00\u81F4\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.error=\u5BC6\u7801\u683C\u5F0F\u4E0D\u6B63\u786E\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.nochange=\u5BC6\u7801\u524D\u540E\u6CA1\u6709\u6539\u53D8\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\uFF01 |
| | | rmip.framework.logon.changepwd.fail=\u64CD\u4F5C\u5931\u8D25\uFF01 |
| | | rmip.framework.logon.changepwd.success=\u5BC6\u7801\u4FEE\u6539\u6210\u529F! |
| | | rmip.framework.logon.password.lengthIsTen = \u5BC6\u7801\u957F\u5EA6\u4E0D\u80FD\u5C0F\u4E8E10\uFF01 |
| | | rmip.framework.logon.password.levelIsLow = \u5BC6\u7801\u5B89\u5168\u7EA7\u522B\u592A\u4F4E\uFF01 |
| | | #\u89C4\u5219\u7BA1\u7406 |
| | | rmip.framework.ruleManager.title=\u89C4\u5219\u7BA1\u7406 |
| | | rmip.framework.ruleManager.name=\u540D\u79F0 |
| | | rmip.framework.ruleManager.desc=\u63CF\u8FF0 |
| | | rmip.framework.ruleManager.pipelining=\u6D41\u6C34\u65B9\u5F0F |
| | | rmip.framework.ruleManager.documentDescription=\u8BF4\u660E\u6587\u6863 |
| | | rmip.framework.ruleManager.browsing.button=\u6D4F\u89C8 |
| | | rmip.framework.ruleManager.upload.button=\u4E0A\u4F20 |
| | | rmip.framework.ruleManager.add.button=\u589E\u52A0 |
| | | rmip.framework.ruleManager.update.button=\u4FEE\u6539 |
| | | rmip.framework.ruleManager.del.button=\u5220\u9664 |
| | | rmip.framework.ruleManager.ruleInfo=\u89C4\u5219\u5217\u8868 |
| | | rmip.framework.ruleManager.codeRule=\u4EE3\u7801\u89C4\u5219\u7801\u6BB5 |
| | | rmip.framework.ruleManager.nameAlert=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.ruleManager.nameisexist=\u540D\u79F0\u5DF2\u7ECF\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u586B\u5199\uFF01 |
| | | rmip.framework.ruleManager.flowtypeAlert=\u6D41\u6C34\u65B9\u5F0F\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u9009\u62E9\uFF01 |
| | | rmip.framework.codesection.title=\u89C4\u5219\u7801\u6BB5 |
| | | rmip.framework.codesection.addButton=\u6DFB\u52A0 |
| | | rmip.framework.codesection.cancelButton=\u53D6\u6D88 |
| | | rmip.framework.codesection.nameLengthAlert = \u540D\u79F0\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7128\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.codesection.descLengthAlert = \u63CF\u8FF0\u7684\u957F\u5EA6\u4E0D\u80FD\u8D85\u8FC7255\u4E2A\u5B57\u7B26\uFF01 |
| | | rmip.framework.codesection.selectRootNode = \u8BF7\u5148\u9009\u62E9\u6839\u8282\u70B9! |
| | | rmip.framework.ruleManager.modifySuccess = \u4FEE\u6539\u6210\u529F! |
| | | rmip.framework.ruleManager.selectDeleteNode = \u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u8282\u70B9\uFF01 |
| | | rmip.framework.ruleManager.selectRuleNode = \u8BF7\u9009\u62E9\u8981\u6E05\u9664\u7684\u89C4\u5219\uFF01 |
| | | rmip.framework.ruleManager.meaasge.donotdelete = \u5DF2\u7ECF\u5B58\u5728\u89C4\u5219\u4E0D\u80FD\u5220\u9664\uFF01 |
| | | |
| | | rmip.framework.editOnlyOne= \u6BCF\u6B21\u53EA\u80FD\u4FEE\u6539\u4E00\u6761\u6570\u636E! |
| | | rmip.framework.editObject= \u8BF7\u9009\u62E9\u4FEE\u6539\u6570\u636E! |
| | | rmip.framework.deleteObject= \u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684\u5BF9\u8C61\u5417? |
| | | rmip.framework.AttributeGroupPanel.deleteAttributeGroup= \u9009\u4E2D\u7684\u5C5E\u6027\u5206\u7C7B\u5305\u542B\u5C5E\u6027\uFF0C\u4E0D\u53EF\u4EE5\u5220\u9664\uFF01 |
| | | |
| | | #\u8D44\u6E90\u7C7B\u578B\u6A21\u677F\u7BA1\u7406 |
| | | rmip.framework.RMTypeTemplateModule=\u8D44\u6E90\u7C7B\u578B\u6A21\u677F\u7BA1\u7406 |
| | | #\u8D44\u6E90\u6570\u636E\u5206\u7C7B |
| | | rmip.framework.RMTypeModule=\u8D44\u6E90\u6570\u636E\u7BA1\u7406 |
| | | #\u4F18\u9009\u5E93 |
| | | rmip.framework.RMPreferLibraryModule=\u4F18\u9009\u5E93 |
| | | #\u67E5\u8BE2 |
| | | rmip.sherch.RMSherchModel=\u67E5\u8BE2 |
| | | |
| | | 106001=\u4E3B\u952E\u91CD\u590D\uFF0C\u8BF7\u4FEE\u6539\u540E\u63D0\u4EA4\uFF01 |
| | | 106002=\u65B0\u5EFA\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u521B\u5EFA\uFF01 |
| | | 106003=\u66F4\u6539\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u4FEE\u6539\uFF01 |
| | | 106004=\u5220\u9664\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u914D\u7F6E\uFF01 |
| | | 106005=\u83B7\u53D6\u6240\u6709\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u83B7\u53D6\uFF01 |
| | | 106006=\u83B7\u53D6\u914D\u7F6E\u9879\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u83B7\u53D6\uFF01 |
| | | |
| | | |
| | | 107001=\u540D\u79F0\u91CD\u590D\uFF0C\u8BF7\u4FEE\u6539\u540E\u63D0\u4EA4\uFF01 |
| | | 107002=\u65B0\u5EFA\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u521B\u5EFA\uFF01 |
| | | 107003=\u4FEE\u6539\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u4FEE\u6539\uFF01 |
| | | 107004=\u5220\u9664\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u5220\u9664\uFF01 |
| | | 107005=\u83B7\u53D6\u6240\u6709\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u83B7\u53D6\uFF01 |
| | | 107006=\u83B7\u53D6\u5206\u7C7B\u51FA\u9519\uFF0C\u8BF7\u91CD\u65B0\u83B7\u53D6\uFF01 |
| | | 107007=\u5206\u7C7B\u4E0B\u5B58\u5728\u914D\u7F6E\u9879\uFF0C\u4E0D\u80FD\u5220\u9664\uFF01 |
| | | |
| | | |
| | | 555555=\u83B7\u53D6\u5BC6\u7801\u7B56\u7565\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555556=\u4FDD\u5B58\u5BC6\u7801\u7B56\u7565\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555557=\u4FEE\u6539\u5BC6\u7801\u7B56\u7565\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555558=\u5220\u9664\u5BC6\u7801\u7B56\u7565\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555559=\u83B7\u53D6\u5BC6\u7EA7\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555560=\u4FDD\u5B58\u5BC6\u7EA7\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555561=\u4FEE\u6539\u5BC6\u7EA7\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555562=\u9A8C\u8BC1\u5BC6\u7EA7\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555563=\u5220\u9664\u5BC6\u7EA7\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555565=\u9A8C\u8BC1\u5BC6\u7801\u7B56\u7565\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555564=\u4FDD\u5B58\u5BC6\u7EA7\u7B56\u7565\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555566=\u83B7\u53D6\u5BC6\u7EA7\u7B56\u7565\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555567=\u4FDD\u5B58\u4EBA\u5458-\u5BC6\u7EA7\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38,\u8BF7\u68C0\u67E5! |
| | | 555568=\u83B7\u53D6\u4EBA\u5458\u767B\u5F55\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5! |
| | | 555569=\u83B7\u53D6\u670D\u52A1\u5668\u5F53\u524D\u65F6\u95F4\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5! |
| | | 555570=\u4FEE\u6539\u4EBA\u5458\u767B\u5F55\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5! |
| | | 555571=\u4E3A\u4EBA\u5458\u89E3\u9501\u65F6\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5! |
| | | |
| | | |
| | | ##\u5C5E\u6027\u6821\u9A8C\u89C4\u5219 |
| | | 210601=\u4FDD\u5B58\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 210602=\u66F4\u65B0\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 210603=\u5220\u9664\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 210604=\u83B7\u53D6\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0\uFF01 |
| | | 210605=\u8BE5\u5C5E\u6027\u6821\u9A8C\u89C4\u5219\u5DF2\u7ECF\u88AB\u5F15\u7528\uFF0C\u65E0\u6CD5\u8FDB\u884C\u5F53\u524D\u64CD\u4F5C\uFF01 |
| | | |
| | | 150118=\u4E3A\u5C5E\u6027\u914D\u7F6E\u6821\u9A8C\u89C4\u5219\u65F6\u7CFB\u7EDF\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | 150119=\u6E05\u9664\u5C5E\u6027\u7684\u6821\u9A8C\u89C4\u5219\u65F6\u7CFB\u7EDF\u51FA\u9519\uFF0C\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | |
| | | |
| | | ##\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E |
| | | 220101=\u521B\u5EFA\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | 220102=\u4FEE\u6539\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | 220103=\u5220\u9664\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u627E\u539F\u56E0! |
| | | 220104=\u83B7\u53D6\u5C5E\u6027\u540C\u4E49\u8BCD\u914D\u7F6E\u4FE1\u606F\u65F6\u7CFB\u7EDF\u53D1\u751F\u9519\u8BEF,\u8BF7\u67E5\u627E\u539F\u56E0! |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #å
³éFrameæç¤ºå¯¹è¯æ¡å½é
åä¿¡æ¯ |
| | | rmip.framework.exit.system=éåºç³»ç» |
| | | rmip.framework.logManagementModel=æ¥å¿ç®¡ç模å |
| | | rmip.framework.exit.confirm=ç¡®å®è¦éåºç³»ç»åï¼ |
| | | rmip.framework.button.confirm=ç¡®å® |
| | | rmip.framework.button.cancel=åæ¶ |
| | | |
| | | #Menuå½é
åä¿¡æ¯ |
| | | rmip.framework.menu.file=æä»¶ |
| | | rmip.framework.menu.file.relogon=éæ°ç»å½ |
| | | rmip.framework.menu.file.update.password=æ´æ¹å¯ç |
| | | rmip.framework.menu.file.exit=éåº |
| | | rmip.framework.menu.help=å¸®å© |
| | | rmip.framework.menu.help.use=使ç¨å¸®å© |
| | | rmip.framework.menu.about=å
³äº |
| | | rmip.framework.reload.title=éæ°ç»é |
| | | rmip.framework.reload.message=æ¨ç¡®å®è¦éæ°ç»éå? |
| | | |
| | | |
| | | #æç¤ºå¯¹è¯æ¡å½é
åä¿¡æ¯ |
| | | rmip.framework.info.message.dialog.title=ä¿¡æ¯æç¤º |
| | | rmip.framework.error.message.dialog.title=é误æç¤º |
| | | rmip.framework.warn.message.dialog.title=è¦åæç¤º |
| | | rmip.framework.friend.message.dialog.title=温馨æç¤º |
| | | rmip.framework.friend.message.dialog.message=æ¨ç¡®å®æ§è¡æ¤æä½åï¼ |
| | | |
| | | #Frame页é¢å½é
åä¿¡æ¯ |
| | | rmip.framework.current.user=VCI-RMIP å½åç¨æ·\: |
| | | |
| | | #ç»å½é¡µé¢å½é
åä¿¡æ¯ |
| | | rmip.framework.logon.name=ç¨æ·åï¼ |
| | | rmip.framework.logon.password=å¯ç ï¼ |
| | | rmip.framework.logon.new.passwork=æ°å¯ç ï¼ |
| | | rmip.framework.logon.confirm.password=æ°å¯ç ç¡®è®¤ï¼ |
| | | rmip.framework.modify.password=ä¿®æ¹å¯ç |
| | | |
| | | rmip.framework.logon.isSave.password=æ¯å¦ä¿åç¨æ·çå¯ç |
| | | rmip.framework.logon.button.logon=ç»å½ |
| | | rmip.framework.logon.name.isNotNull=ç¨æ·åä¸è½ä¸ºç©º\! |
| | | rmip.framework.logon.password.isNotNull=å¯ç ä¸è½ä¸ºç©º\! |
| | | rmip.framework.logon.welcome.msg=欢è¿ä½¿ç¨VCI-RMIP |
| | | |
| | | |
| | | |
| | | ######################################################################## |
| | | ##ç³»ç»é
置模åå½é
åä¿¡æ¯ |
| | | ######################################################################## |
| | | ##å½é
åä¿¡æ¯ |
| | | rmip.framework.systemConfigModule = ç³»ç»é
置管ç |
| | | rmip.framework.sysconfig.specialChar = ç¹æ®å符 |
| | | rmip.framework.sysconfig.attrManagement = 屿§ç®¡ç |
| | | rmip.framework.sysconfig.specialCharClsf = ç¹æ®å符åç±» |
| | | rmip.framework.sysconfig.unit = åä½ |
| | | rmip.framework.sysconfig.name = åç§°ï¼ |
| | | rmip.framework.sysconfig.desc = æè¿°ï¼ |
| | | rmip.framework.sysconfig.add = å¢å |
| | | rmip.framework.sysconfig.modify = ä¿®æ¹ |
| | | rmip.framework.sysconfig.delete = å é¤ |
| | | rmip.framework.sysconfig.value = å¼ |
| | | rmip.framework.sysconfig.sort = æåº |
| | | rmip.framework.sysconfig.valueName = åç§° |
| | | rmip.framework.sysconfig.modifyCharAlert1 = è¯·éæ©è¦ä¿®æ¹çåç¬¦ï¼ |
| | | rmip.framework.sysconfig.modifyCharAlert2 = è¦ä¿®æ¹çå¼åªè½æ¯ä¸ä¸ªåç¬¦ï¼ |
| | | rmip.framework.sysconfig.modifyCharAlert3 = 请éä¸è¦ä¿®æ¹çå符è¿è¡ä¿®æ¹æä½ï¼ |
| | | rmip.framework.sysconfig.valueAlert = å¼ä¸è½ä¸ºç©ºï¼ |
| | | rmip.framework.sysconfig.addCharAlert1 = æ·»å ç ' |
| | | rmip.framework.sysconfig.addCharAlert2 = ' å符ä¸è½æ·»å å¤ä¸ªï¼è¯·ä¿®æ¹ï¼ |
| | | rmip.framework.sysconfig.modifySuccess = ä¿®æ¹æå! |
| | | rmip.framework.sysconfig.deleteAttrAlert=è¯·éæ©è¦å é¤ç屿§! |
| | | rmip.framework.sysconfig.deleteAttrAlert1=屿§å·²è¢«å¼ç¨,ä¸è½å é¤! |
| | | rmip.framework.sysconfig.deleteCharAlert1 = è¯·éæ©è¦å é¤çåç¬¦ï¼ |
| | | rmip.framework.sysconfig.deleteCharAlert2 = å é¤å¤±è´¥ï¼ä¸åºè¯¥å
å«ç¬¬ ' |
| | | rmip.framework.sysconfig.deleteCharAlert3 = ' è¡ |
| | | rmip.framework.sysconfig.deleteCharAlert4 = 第 ' |
| | | rmip.framework.sysconfig.deleteCharAlert5 = ' åï¼è¯·éæ°éæ©ï¼ |
| | | rmip.framework.sysconfig.deleteConfirm = æ¨ç¡®å®è¦å é¤éä¸çå符åï¼ |
| | | rmip.framework.sysconfig.warmTip = 温馨æç¤º |
| | | rmip.framework.sysconfig.selectDeleteNode = è¯·éæ©è¦å é¤çèç¹ï¼ |
| | | rmip.framework.sysconfig.deleteClsfAlert = éæ©å é¤çèç¹å
æ¬éç¹æ®å符åç±»èç¹ï¼è¯·éæ°éæ©ï¼ |
| | | rmip.framework.sysconfig.deleteClsfConfirm = æ¨ç¡®å®è¦å é¤éä¸çåç±»å? |
| | | rmip.framework.sysconfig.nameAlert = åç§°ä¸è½ä¸ºç©ºï¼è¯·éæ°å¡«åï¼ |
| | | rmip.framework.sysconfig.nameLengthAlert = åç§°çé¿åº¦ä¸è½è¶
è¿128个åç¬¦ï¼ |
| | | rmip.framework.sysconfig.descLengthAlert = æè¿°çé¿åº¦ä¸è½è¶
è¿255个åç¬¦ï¼ |
| | | rmip.framework.sysconfig.internalnameAlert = å
é¨åç§°ä¸è½ä¸ºç©ºï¼è¯·éæ°å¡«åï¼ |
| | | rmip.framework.sysconfig.internalnameLenghAlert = å
é¨åç§°é¿åº¦ä¸è½è¶
è¿128个åç¬¦ï¼ |
| | | rmip.framework.sysconfig.internalnameLeeter = å
é¨åç§°åªè½ä¸ºåæ¯å¼å¤´ï¼è¯·æ´æ¹ï¼ |
| | | rmip.framework.sysconfig.attrLengthAlert = é¿åº¦ä¸è½ä¸ºç©ºï¼è¯·éæ°å¡«åï¼ |
| | | rmip.framework.sysconfig.attrLengthIsNum = é¿åº¦åªè½ä¸ºæ°åï¼è¯·éå¡«åï¼ |
| | | rmip.framework.sysconfig.attrLengthMax = é¿åº¦ä¸º1~4000ä¹é´ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.framework.sysconfig.query = æ¥è¯¢ |
| | | rmip.framework.sysconfig.allAttr = ææå±æ§ |
| | | rmip.framework.sysconfig.defaultValue = é»è®¤å¼: |
| | | rmip.framework.sysconfig.isEmpty = å¯ä»¥ä¸ºç©º: |
| | | rmip.framework.sysconfig.isGroup = æ¯å¦éå¢å±æ§: |
| | | rmip.framework.sysconfig.groupAttr = éå¢å±æ§ |
| | | rmip.framework.sysconfig.groupAppendAttr = éå¢éå 屿§ |
| | | rmip.framework.sysconfig.enterpriseAttr = ä¼ä¸å±æ§ |
| | | rmip.framework.sysconfig.isKey = æ¯å¦å
³é®å±æ§: |
| | | rmip.framework.sysconfig.dataType = æ°æ®ç±»åï¼ |
| | | rmip.framework.sysconfig.valueRange = åå¼èå´ |
| | | rmip.framework.sysconfig.attrrule=屿§æ ¡éªè§åï¼ |
| | | rmip.framework.sysconfig.attLengh=é¿åº¦ï¼ |
| | | rmip.framework.sysconfig.isOnly=åºæå±æ§ |
| | | rmip.framework.sysconfig.internalname=å
é¨åç§°ï¼ |
| | | rmip.framework.sysconfig.queryAlert = 没æç¬¦åæ¥è¯¢è¦æ±çè®°å½! |
| | | rmip.framework.sysconfig.defaultValLengthAlert = é»è®¤å¼çé¿åº¦ä¸è½è¶
è¿255个åç¬¦ï¼ |
| | | rmip.framework.sysconfig.valueRangeNotNull = åå¼èå´å¼ä¸è½ä¸ºç©ºï¼ |
| | | rmip.framework.sysconfig.valueRangeLengthAlert = åå¼èå´å¼çé¿åº¦ä¸è½è¶
è¿128个åç¬¦ï¼ |
| | | rmip.framework.sysconfig.valueRangeLength = åå¼èå´é¿åº¦ä¸è½è¶
è¿å±æ§é¿åº¦ï¼ |
| | | rmip.framework.sysconfig.valRangeModifyAlert = 请éä¸è¦ä¿®æ¹çåå¼èå´è¿è¡ä¿®æ¹æä½ï¼ |
| | | rmip.framework.sysconfig.selectRootNode = 请å
éæ©æ ¹èç¹! |
| | | rmip.framework.sysconfig.selectAttrNode = 请å
鿩屿§èç¹! |
| | | rmip.framework.sysconfig.deleteAttrConfirm = æ¨ç¡®å®è¦å é¤éä¸ç屿§å? |
| | | rmip.framework.sysconfig.selectDeleteValRange = è¯·éæ©è¦å é¤çåå¼èå´ï¼ |
| | | rmip.framework.sysconfig.deleteValRangeConfirm = æ¨ç¡®å®è¦å é¤éä¸çåå¼èå´åï¼ |
| | | rmip.framework.sysconfig.modifyValFail = è¦ä¿®æ¹çå¼å·²ç»åå¨ï¼ä¿®æ¹å¤±è´¥ï¼ |
| | | rmip.framework.sysconfig.addValFail = è¦æ·»å çå¼å·²ç»åå¨ï¼æ·»å å¤±è´¥ï¼ |
| | | rmip.framework.sysconfig.updateordelete=æ¯å±æ§é»è®¤å¼,ä¸å¯å é¤æä¿®æ¹! |
| | | rmip.framework.sysconfig.defaultvaluewrong=屿§é»è®¤å¼ä¸è½éè¿å±æ§è§åæ ¡éª,æ ¼å¼ä¸æ£ç¡®,请修æ¹! |
| | | rmip.framework.sysconfig.scopeValueWrong=åå¼èå´å¼ä¸è½éè¿å±æ§è§åæ ¡éª,æ ¼å¼ä¸æ£ç¡®,请修æ¹! |
| | | rmip.framework.sysconfig.attrRangeIsUsed=çåå¼èå´å·²ç»è¢«å¼ç¨,ä¸è½å é¤æä¿®æ¹! |
| | | rmip.framework.sysconfig.firstSelectAttrNode=è¯·éæ©å±æ§åæ·»å 屿§å¼! |
| | | rmip.framework.sysconfig.attrRangeNameError=åå¼èå´çåç§°å¨è¯¥å±æ§ä¸å·²ç»åå¨,è¯·æ´æ¹! |
| | | rmip.framework.sysconfig.attrRangeNameError1=åå¼èå´åç§°ä¸è½è¶
è¿128个å符! |
| | | rmip.framework.sysconfig.attrGroupAlert=屿§æ ¡éªè§åä¸è½ä¸ºç©ºï¼è¯·éæ°å¡«åï¼ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.submit=æäº¤ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.cancel=åæ¶ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.moveup=ä¸ç§» |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.down=ä¸ç§» |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.top=æä¸ç«¯ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.bottom=æä¸ç«¯ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.attrRange=屿§åå¼èå´æåº |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.range=屿§å¼ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selecttoup=è¯·éæ©å±æ§å¼è¿è¡ä¸ç§»æä½ï¼ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selectonlyone=æ¯æ¬¡åªå
è®¸éæ©ä¸æ¡å±æ§å¼è¿è¡æä½ï¼ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selectisnull=è¯·éæ©å±æ§å¼è¿è¡æä½ï¼ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.selecttodown=è¯·éæ©å±æ§å¼è¿è¡ä¸ç§»æä½ï¼ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.existup=屿§å¼å·²ç»å¨æä¸ç«¯ï¼ä¸å
许移å¨ï¼ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.existdown=屿§å¼å·²ç»å¨æä¸ç«¯ï¼ä¸å
许移å¨ï¼ |
| | | com.vci.rmip.framework.client.systemConfig.attribute.AttrRangeSortDialog.success=ä¿åæåï¼ |
| | | |
| | | |
| | | ##å¼å¸¸éè¯¯ä¿¡æ¯ |
| | | 150001 = å é¤ç¹æ®å符åºéï¼è¯·éè¯ï¼ |
| | | 150002 = å é¤ç¹æ®å符åç±»åºéï¼è¯·éè¯ï¼ |
| | | 150003 = è·åç¹æ®å符åºéï¼è¯·éè¯ï¼ |
| | | 150004 = è·åç¹æ®å符åç±»åºéï¼è¯·éè¯ï¼ |
| | | 150005 = è¦ä¿æçç¹æ®å符已ç»åå¨ï¼è¯·æ£æ¥ï¼ |
| | | 150006 = ä¿åç¹æ®å符åºéï¼è¯·éè¯ï¼ |
| | | 150007 = è¦ä¿åçç¹æ®å符å类已ç»åå¨ï¼è¯·æ£æ¥ï¼ |
| | | 150008 = ä¿åç¹æ®å符åç±»åºéï¼è¯·éè¯ï¼ |
| | | 150009 = æ´æ°åçç¹æ®å符已ç»åå¨ï¼è¯·æ£æ¥ï¼ |
| | | 150010 = æ´æ°ç¹æ®å符åºéï¼è¯·éè¯ï¼ |
| | | 150011 = æ´æ°åçç¹æ®å符已ç»åå¨ï¼è¯·æ£æ¥ï¼ |
| | | 150012 = æ´æ°ç¹æ®å符åç±»åºéï¼è¯·éè¯ï¼ |
| | | 150101 = å é¤å±æ§åå¼èå´åºéï¼è¯·éè¯ï¼ |
| | | 150102 = å é¤å±æ§åºéï¼è¯·éè¯ï¼ |
| | | 150103 = è·å屿§åå¼èå´åºéï¼è¯·éè¯ï¼ |
| | | 150104 = è·å屿§åºéï¼è¯·éè¯ï¼ |
| | | 150105 = æ¤åå¼èå´å·²ç»åå¨ |
| | | 150106 = ä¿å屿§åå¼èå´åºéï¼è¯·éè¯ï¼ |
| | | 150107 = ä¿åç屿§åå¨é夿°æ®ï¼è¯·æ£æ¥ï¼ |
| | | 150108 = ä¿å屿§åºéï¼è¯·éè¯ï¼ |
| | | 150109 = æ´æ°åç屿§åå¼èå´å·²ç»åå¨ï¼è¯·æ£æ¥ï¼ |
| | | 150110 = æ´æ°å±æ§åå¼èå´åºéï¼è¯·éè¯ï¼ |
| | | 150111 = æ´æ°åç屿§å·²ç»åå¨ï¼è¯·æ£æ¥ï¼ |
| | | 150112 = æ´æ°å±æ§åºéï¼è¯·éè¯ï¼ |
| | | 150113 = è¿æ¥æå¡å¨æ¶åçå¼å¸¸ï¼ |
| | | 150114 = æ¥è¯¢å±æ§åºéï¼è¯·éè¯ï¼ |
| | | 150115 = å é¤æä¿®æ¹å±æ§åå¼èå´åºéï¼è¯·éè¯ï¼ |
| | | 150116 = 屿§çå
é¨åç§°åå¨éå¤ï¼ |
| | | 10060=è¦æ·»å çç¹æ®å符å¨è¯¥åç±»ä¸å·²ç»åå¨ï¼ä¿åå¤±è´¥ï¼ |
| | | 10062=è¦ä¿®æ¹çç¹æ®å符å¨è¯¥åç±»ä¸å·²ç»åå¨ï¼ä¿åå¤±è´¥ï¼ |
| | | 10061=è¦å建çç¹æ®å符å类已ç»åå¨ï¼ä¿åå¤±è´¥ï¼ |
| | | 10063=è¦ä¿®æ¹çç¹æ®å符å类已ç»åå¨ï¼ä¿åå¤±è´¥ï¼ |
| | | 150117=è·åç¹æ®å符åç±»åçé误ï¼è¯·æ¥æ¾åå ï¼ |
| | | ######################################################################## |
| | | ##ç³»ç»é
置模åå½é
åä¿¡æ¯ END |
| | | ######################################################################## |
| | | |
| | | |
| | | ######################################################################## |
| | | ##è§åç®¡çæ¨¡åå½é
åä¿¡æ¯ |
| | | ######################################################################## |
| | | ##å½é
åä¿¡æ¯ |
| | | rmip.framework.ruleManagementModule = è§å管ç |
| | | rmip.framework.rMTypeTemplateModule = èµæºç±»å模æ¿ç®¡ç |
| | | ##å¼å¸¸éè¯¯ä¿¡æ¯ |
| | | ######################################################################## |
| | | ##è§åç®¡çæ¨¡åå½é
åä¿¡æ¯ END |
| | | ######################################################################## |
| | | -10000=æ æ³è¿æ¥å°æå¡å¨ï¼è¯·æ£æ¥\n1:JacORBæå¡æ¯å¦æ£å¸¸å¯å¨ï¼\n1:主æå¡æ¯å¦æ£å¸¸å¯å¨ï¼\n1:æ£æ¥æ¯å¦æé²ç«å¢å¯¹ç¨åºç«¯å£è¿è¡äºéå¶ï¼ |
| | | -99999=æä»¶ç¬¬{0}è¡ç¬¬{1}åæ ¼å¼é误ï¼è¯·å°å
¶ä¿®æ¹ä¸ºå符串类åã |
| | | |
| | | 100001=æ æ³è·åç»å½æå¡ï¼è¯·éæ°å¯å¨æè
è系管çåã |
| | | 100002=æ æ³è·åæ¡æ¶æå¡ï¼è¯·éæ°å¯å¨æè
è系管çåã |
| | | 100003=æ æ³è·åCODEæå¡ï¼è¯·éæ°å¯å¨æè
è系管çåã |
| | | 100004=æ æ³è·åRMæå¡ï¼è¯·éæ°å¯å¨æè
è系管çåã |
| | | 100005=æ æ³è·åBOMæå¡ï¼è¯·éæ°å¯å¨æè
è系管çåã |
| | | 100006=æ æ³è·åworkFlowæå¡ï¼è¯·éæ°å¯å¨æè
è系管çåã |
| | | 100007=æ æ³è·åsimpleNewsæå¡ï¼è¯·éæ°å¯å¨æè
è系管çåã |
| | | 100008=æ æ³è·åEquipmentServiceæå¡ï¼è¯·éæ°å¯å¨æè
è系管çåã |
| | | 100009=æ æ³è·åBoméææå¡ï¼è¯·é坿è
è系管çå. |
| | | 100010=æ æ³è·å014éææå¡ï¼è¯·é坿è
è系管çå. |
| | | ############################################# |
| | | ## 模åæéé
ç½® |
| | | ## ç³»ç»æ¨¡åæå»º |
| | | ## |
| | | ############################################# |
| | | #ç³»ç»æ¨¡åæå»º |
| | | #æ¨¡åæ¾ç¤ºä¿¡æ¯ |
| | | rmip.framework.systemFunctionTree.systemFunctionModel = åè½æ¨¡å管ç |
| | | rmip.framework.systemFunctionTree.root = ç³»ç»åè½æ¨¡å管ç |
| | | rmip.framework.systemFunctionTree.title = 模å管ç |
| | | |
| | | rmip.framework.systemFunctionTree.modelManagment.isValid = æ¯å¦ææ |
| | | rmip.framework.systemFunctionTree.modelManagment.modelName = 模åå\: |
| | | rmip.framework.systemFunctionTree.modelManagment.description = æè¿°\: |
| | | rmip.framework.systemFunctionTree.modelManagment.addButton = å¢å |
| | | rmip.framework.systemFunctionTree.modelManagment.modifyButton = ä¿®æ¹ |
| | | rmip.framework.systemFunctionTree.modelManagment.deleteButton = å é¤ |
| | | rmip.framework.systemFunctionTree.modelManagment.addOperationTypeButton = å¢å æä½ç±»å |
| | | |
| | | rmip.framework.systemFunctionTree.dialog.title = æä½ç±»ååç±» |
| | | rmip.framework.systemFunctionTree.dialog.type = æä½åç±» |
| | | rmip.framework.systemFunctionTree.dialog.okButton = 确认 |
| | | rmip.framework.systemFunctionTree.dialog.cancelButton = åæ¶ |
| | | |
| | | rmip.framework.systemFunctionTree.root.notSelect = è¯·éæ©èç¹è¿è¡æä½\! |
| | | rmip.framework.systemFunctionTree.root.delete = æ ¹èç¹æ æ³å é¤\! |
| | | rmip.framework.systemFunctionTree.modelName.duplicate = 模ååç§°å·²ç»åå¨ï¼è¯·éæ°è¾å
¥\! |
| | | rmip.framework.systemFunctionTree.model.delete = è¯·éæ©æ¨¡åèç¹è¿è¡å 餿ä½\! |
| | | rmip.framework.systemFunctionTree.model.deleteQuery = ä½ ç¡®å®è¦å é¤éæ©çæ°æ®ååèç¹æ°æ®åï¼ |
| | | rmip.framework.systemFunctionTree.model.relation = 模åæå模å被å¼ç¨ï¼æ æ³å é¤\! |
| | | rmip.framework.systemFunctionTree.modelNmae.isNull = 模åå称为空ï¼è¯·éæ°è¾å
¥\! |
| | | rmip.framework.systemFunctionTree.modelNmae.lenght = 模ååç§°é¿åº¦è¶
è¿è§å®èå´ï¼è¯·éæ°è¾å
¥\! |
| | | rmip.framework.systemFunctionTree.desc.lenght = æè¿°å¤§å°è¶
è¿è§å®èå´ï¼è¯·éæ°è¾å
¥\! |
| | | rmip.framework.systemFunctionTree.model.modifyInfo = 模åä¿¡æ¯ä¿®æ¹æå\! |
| | | rmip.framework.systemFunctionTree.model.operateTypeInfo = è¯·éæ©æä½ç±»åè¿è¡æä½ï¼ |
| | | rmip.framework.systemFunctionTree.model.operateTypeRight = è¯·éæ©æ£ç¡®çæä½ç±»åè¿è¡æä½ï¼ |
| | | rmip.framework.systemFunctionTree.cs.lenght = C/Såç§°é¿åº¦è¶
è¿è§å®èå´ï¼è¯·éæ°è¾å
¥ï¼ |
| | | rmip.framework.systemFunctionTree.cs.name = C/Såç§°ä¸è½ä¸ºç©ºï¼ |
| | | |
| | | #å¼å¸¸ä¿¡æ¯ |
| | | 110000 = å建模å失败ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110001 = æ£ç´¢æ¨¡åä¿¡æ¯å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110002 = å 餿¨¡å失败ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110003 = æ´æ°æ¨¡åä¿¡æ¯å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110004 = corba对象åå®ä½ç±»è½¬æ¢å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110005 = æ´æ°æ¨¡åæ ä¿¡æ¯åºéï¼è¯·æ¥æ¾åå ï¼ |
| | | ################################################################ |
| | | ## Tabé¡µä¿¡æ¯ æéé
置模å |
| | | #æä½ç±»å |
| | | rmip.framework.operateType.operateTypeModel.file=æä½ç±»å管ç |
| | | rmip.framework.operateType.operateTypeLab.file=æä½ç±»å |
| | | rmip.framework.operateType.designationLab.file=åç§° |
| | | rmip.framework.operateType.typeLab.file=ç±»å |
| | | rmip.framework.operateType.identifyingLab.file=æ è¯ |
| | | rmip.framework.operateType.describeLab.file=æè¿° |
| | | rmip.framework.operateType.addButton.file=æ·»å |
| | | rmip.framework.operateType.updateButton.file=ä¿®æ¹ |
| | | rmip.framework.moudelConfig.file=ç³»ç»æ¨¡åé
ç½® |
| | | rmip.framework.operateType.delButton.file=å é¤ |
| | | rmip.framework.operateType.savesusses.message=æ·»å æå\! |
| | | rmip.framework.operateType.savefail.message=æ·»å 失败\! |
| | | rmip.framework.operateType.updatesusses.message=ä¿®æ¹æå\! |
| | | rmip.framework.operateType.updatefail.message=ä¿®æ¹å¤±è´¥\! |
| | | rmip.framework.operateType.deletesusses.message=å 餿å\! |
| | | rmip.framework.operateType.deletefail.message=å é¤å¤±è´¥\! |
| | | rmip.framework.operateType.designationTextNotNull.message=åç§°ä¸è½ä¸ºç©º\! |
| | | rmip.framework.operateType.designationTextLength.message=åç§°ä¸è½å¤ªé¿\! |
| | | rmip.framework.operateType.describeTextAreaLength.message=æè¿°ä¸è½è¶
è¿255å\! |
| | | rmip.framework.operateType.treeNode.message=è¯·éæ©ä¸ä¸ªèç¹\! |
| | | rmip.framework.operateType.nameIsExist.message=åç§°å·²ç»åå¨\! |
| | | rmip.framework.operateType.operateTypeIsExist.message=æä½ç±»åæ£å¨è¢«ä½¿ç¨ä¸è½å é¤\! |
| | | rmip.framework.operateType.operateTypeIsExistNoChange.message=æä½ç±»åæ£å¨è¢«ä½¿ç¨ä¸è½ä¿®æ¹\! |
| | | rmip.framework.operateType.operateTypeIsChoice.message=è¯·éæ©æä½ç±»å\! |
| | | rmip.framework.operateType.modelIsChoice.message=è¯·éæ©æ¨¡å\! |
| | | rmip.framework.operateType.typeIsChoice.message=è¯·éæ©ç±»å\! |
| | | rmip.framework.operateType.identifyingIsChoice.message=æ è¯ä¸è½ä¸ºç©º\! |
| | | rmip.framework.operateType.identifyingIsTooLong.message=æ è¯å符ä¸è½è¶
è¿128åç¬¦ï¼ |
| | | rmip.framework.operateType.identifyingIsExist.message=æ è¯å·²ç»åå¨\! |
| | | rmip.framework.operateType.aliasTextNotNull.message=å«åä¸è½ä¸ºç©º\! |
| | | rmip.framework.operateType.aliasTextLength.message=å«åçå符é¿åº¦ä¸è½è¶
è¿128åç¬¦ï¼ |
| | | rmip.framework.sysConfNode.sysConfModel=ç³»ç»é
置项管ç |
| | | rmip.framework.sysConfNode.sysConfClsfModel=é
ç½®å类管ç |
| | | |
| | | #å¼å¸¸ä¿¡æ¯ |
| | | 110100 = å建æä½ç±»å失败ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110101 = æ£ç´¢æä½ç±»åä¿¡æ¯å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110102 = å 餿ä½ç±»å失败ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110103 = æ´æ°æä½ç±»åä¿¡æ¯å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110104 = æ£ç´¢åºç¨æ°æ®æä½è¡¨ä¿¡æ¯åºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 110105 = æ£ç´¢æä½ç±»åæ ä¿¡æ¯åºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 110106 = æ£ç´¢æä½ç±»åæ èç¹ä¿¡æ¯åºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 110107 = æ£ç´¢åè½åºç¨è¡¨ä¿¡æ¯åºéï¼è¯·æ¥æ¾åå ï¼ |
| | | #ç¹æ®æ°æ®å¯¹è±¡ |
| | | rmip.framework.specialData.specialDataModel.file=ç¹æ®æ°æ®ç®¡ç |
| | | rmip.framework.specialData.specialDataLab.file=æ°æ®å¯¹è±¡ |
| | | rmip.framework.specialData.designationLab.file=åç§° |
| | | rmip.framework.specialData.modelLab.file=模å |
| | | rmip.framework.specialData.describe.file=æè¿° |
| | | rmip.framework.specialData.operateTypeLab.file=æä½ç±»å |
| | | rmip.framework.specialData.addButton.file=æ·»å |
| | | rmip.framework.specialData.updateButton.file=ä¿®æ¹ |
| | | rmip.framework.specialData.specialDataModel.file=ç¹æ®æ°æ®ç®¡ç |
| | | rmip.framework.specialData.specialDataLab.file=æ°æ®å¯¹è±¡ |
| | | rmip.framework.specialData.designationLab.file=åç§° |
| | | rmip.framework.specialData.modelLab.file=模å |
| | | rmip.framework.specialData.describe.file=æè¿° |
| | | rmip.framework.specialData.operateTypeLab.file=æä½ç±»å(*请æä½Ctrlè¿è¡å¤é) |
| | | rmip.framework.specialData.addButton.file=æ·»å |
| | | rmip.framework.specialData.updateButton.file=ä¿®æ¹ |
| | | rmip.framework.specialData.specialDataModel.file=ç¹æ®æ°æ®ç®¡ç |
| | | rmip.framework.specialData.specialDataLab.file=æ°æ®å¯¹è±¡ |
| | | rmip.framework.specialData.designationLab.file=åç§° |
| | | rmip.framework.specialData.modelLab.file=模å |
| | | rmip.framework.specialData.describe.file=æè¿° |
| | | rmip.framework.specialData.operateTypeLab.file=æä½ç±»å(*请æä½Ctrlè¿è¡å¤é) |
| | | rmip.framework.specialData.addButton.file=æ·»å |
| | | rmip.framework.specialData.updateButton.file=ä¿®æ¹ |
| | | rmip.framework.specialData.delButton.file=å é¤ |
| | | rmip.framework.workFlowNode.workFlowModelfile=æµç¨é
置管ç |
| | | #æµç¨é
ç½® |
| | | com.vci.rmip.framework.client.rightConfig.workflow.WorkFlowConfPanel.deleteConfirmMessage = æ¨ç¡®å®è¦å 餿°æ®åï¼å é¤åçæ°æ®ä¸å¯æ¢å¤ï¼ |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.selectProcess = éæ©æµç¨æ¨¡æ¿ |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.btnOk = ç¡®å® |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.btnCancel = åæ¶ |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.treeRootNodeName = æµç¨æ¨¡æ¿ |
| | | com.vci.rmip.framework.client.rightConfig.workflow.AssignProcessDialog.plsSelectProcessDefinition = è¯·éæ©æµç¨æ¨¡æ¿ï¼ |
| | | #人åç»ç»ç®¡çæ ç¾ |
| | | rmip.framework.menu.staffOrgManage=人åç»ç»ç®¡ç |
| | | |
| | | #å¼å¸¸ä¿¡æ¯ |
| | | 110200 = åå»ºç¹æ®æ°æ®å¯¹è±¡å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110201 = æ£ç´¢ç¹æ®æ°æ®å¯¹è±¡ä¿¡æ¯å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110202 = å é¤ç¹æ®æ°æ®å¯¹è±¡å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110203 = æ´æ°ç¹æ®æ°æ®å¯¹è±¡ä¿¡æ¯å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110204 = æ£ç´¢åºç¨æ°æ®æä½è¡¨ä¿¡æ¯åºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 110205 = æ£ç´¢ç¹æ®æ°æ®å¯¹è±¡æ ä¿¡æ¯åºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 110206 = æ£ç´¢ç¹æ®æ°æ®å¯¹è±¡æ èç¹ä¿¡æ¯åºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 110207 = æ£ç´¢åè½åºç¨è¡¨ä¿¡æ¯åºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 110208 = æ£ç´¢æä½ç±»åå表信æ¯å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110209 = ä¿ååºç¨æ°æ®æä½å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110211 = æ´æ°åºç¨æ°æ®æä½å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110212 = å é¤åºç¨æ°æ®æä½å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | rmip.stafforg.menu.staffOrg=人åç»ç» |
| | | rmip.stafforg.menu.department=é¨é¨ |
| | | rmip.stafforg.menu.group=ç» |
| | | rmip.stafforg.menu.role=è§è² |
| | | rmip.stafforg.menu.staff=æå |
| | | rmip.stafforg.menu.name1=ãæ»æ°ï¼ |
| | | rmip.stafforg.menu.name2=ã |
| | | rmip.stafforg.logal.name=åç§°ï¼ |
| | | rmip.stafforg.logal.num=ç¼å·ï¼ |
| | | rmip.stafforg.logal.desc=æè¿°ï¼ |
| | | rmip.stafforg.logal.username=è´¦å·ï¼ |
| | | rmip.stafforg.logal.password=å¯ç ï¼ |
| | | rmip.stafforg.logal.confpassword=确认å¯ç ï¼ |
| | | rmip.stafforg.logal.department=é¨é¨ï¼ |
| | | rmip.stafforg.logal.firstname=å§åï¼ |
| | | rmip.stafforg.logal.lastname=ååï¼ |
| | | rmip.stafforg.logal.empno=ç¼å·ï¼ |
| | | rmip.stafforg.logal.duty=èå¡ï¼ |
| | | rmip.stafforg.logal.email=çµåé®ä»¶ï¼ |
| | | rmip.stafforg.logal.businessTel=åå¡çµè¯ï¼ |
| | | rmip.stafforg.logal.homephone=å®¶åºçµè¯ï¼ |
| | | rmip.stafforg.logal.mobelphone=ç§»å¨çµè¯ï¼ |
| | | rmip.stafforg.logal.businessfax=åå¡ä¼ çï¼ |
| | | rmip.stafforg.logal.rolelist=ç°æè§è²: |
| | | rmip.stafforg.logal.choosedrolelist=æ¥æè§è²: |
| | | rmip.stafforg.logal.grouplist=ç°æç»: |
| | | rmip.stafforg.logal.choosedgrouplist=æå±ç»: |
| | | rmip.stafforg.logal.roling=åé
è§è² |
| | | rmip.stafforg.logal.grouping=åé
ç»ç» |
| | | rmip.stafforg.operate.add=å¢å |
| | | rmip.stafforg.operate.modify=ä¿®æ¹ |
| | | rmip.stafforg.operate.delete=å é¤ |
| | | rmip.stafforg.operate.syn=忥 |
| | | rmip.stafforg.operate.grouping=åé
ç»ç» |
| | | rmip.stafforg.operate.roling=åé
è§è² |
| | | rmip.stafforg.operate.conform=ç¡®å® |
| | | rmip.stafforg.operate.cancel=åæ¶ |
| | | rmip.stafforg.operate.toselectgroup=è¯·éæ©è¦å¢å çç»ï¼ |
| | | rmip.stafforg.operate.toreselectgroup=è¦å¢å çç»å·²ç»åå¨ï¼è¯·éæ°éæ©ï¼ |
| | | rmip.stafforg.operate.toremovegroup=è¯·éæ©è¦ç§»é¤çç»ï¼ |
| | | rmip.stafforg.operate.toselectrole=è¯·éæ©è¦å¢å çè§è²ï¼ |
| | | rmip.stafforg.operate.toreselectrole=è¦å¢å çè§è²å·²ç»åå¨ï¼è¯·éæ°éæ©ï¼ |
| | | rmip.stafforg.operate.toremoverole=è¯·éæ©è¦ç§»é¤çè§è²ï¼ |
| | | rmip.stafforg.operate.toadddeptname=åç§°ä¸è½ä¸ºç©ºï¼è¯·å¡«åï¼ |
| | | rmip.stafforg.operate.nameerror=åç§°é¿åº¦ä¸è½å¤§äº128个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.descerror=æè¿°é¿åº¦ä¸è½å¤§äº255个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.deptnameerror=é¨é¨åç§°å·²ç»åå¨ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.numtoolong=ç¼å·é¿åº¦ä¸è½å¤§äº64个å符ï¼è¯·éæ°å¡«å! |
| | | rmip.stafforg.operate.rolenameerror=è§è²åç§°å·²ç»åå¨ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.groupnameerror=ç»åç§°å·²ç»åå¨ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.updateok=ä¿®æ¹æåï¼ |
| | | rmip.stafforg.operate.toselectdel=è¯·éæ©è¦å é¤çèç¹ï¼ |
| | | rmip.stafforg.operate.syndeptselect=请éä¸è¦åæ¥çé¨é¨ï¼ |
| | | rmip.stafforg.operate.syndept.selectone=åªè½éæ©ä¸ä¸ªé¨é¨èç¹è¿è¡åæ¥ï¼ |
| | | rmip.stafforg.operate.syndept.success=é¨é¨åæ¥æåï¼ |
| | | rmip.stafforg.operate.toreselectdeldept=éæ©å é¤çèç¹å
æ¬éé¨é¨èç¹ï¼è¯·éæ°éæ©ï¼ |
| | | rmip.stafforg.operate.toshowdeldepterror1=éæ©å é¤çé¨é¨èç¹ä¸ |
| | | rmip.stafforg.operate.toshowdeleteerror=è¢«ç¨æ· |
| | | rmip.stafforg.operate.toshowdeleteerror1=å¼ç¨ï¼è¯·è§£é¤å
³ç³»ååè¿è¡å 餿ä½ï¼ |
| | | rmip.stafforg.operate.conformdeldept=æ¨ç¡®å®è¦å é¤éä¸çé¨é¨åï¼ |
| | | rmip.stafforg.operate.toreselectdelgroup=éæ©å é¤çèç¹å
æ¬éç»èç¹ï¼è¯·éæ°éæ©ï¼ |
| | | rmip.stafforg.operate.conformdelgroup=æ¨ç¡®å®è¦å é¤éä¸çç»èç¹åï¼ |
| | | rmip.stafforg.operate.toshowdelgrouperror1=éæ©å é¤çç»èç¹ä¸ |
| | | rmip.stafforg.operate.toreselectdelrole=éæ©å é¤çèç¹ä¸å
æ¬éè§è²å ç¹ï¼è¯·éæ°éæ©ï¼ |
| | | rmip.stafforg.operate.conformdelrole=æ¨ç¡®å®è¦å é¤éä¸çè§è²åï¼ |
| | | rmip.stafforg.operate.toshowdelroleerror1=éæ©å é¤çè§è²èç¹ä¸ |
| | | rmip.stafforg.operate.toshowdelusererror=éæ©å é¤çèç¹å
æ¬éç¨æ·èç¹ï¼è¯·éæ°éæ©ï¼ |
| | | rmip.stafforg.operate.conformdeluser=æ¨ç¡®å®è¦å é¤éä¸çæååï¼ |
| | | rmip.stafforg.operate.usernameerror1=ç¨æ·åï¼adminæ¯ä¿çç¨æ·ï¼è¯·æ¹æå
¶å®åç§°ï¼ |
| | | rmip.stafforg.operate.usernameerror2=ç¨æ·åä¸è½ä¸ºç©ºï¼è¯·å¡«åï¼ |
| | | rmip.stafforg.operate.usernameerror3=ç¨æ·åé¿åº¦ä¸è½å¤§äºè¶
è¿128个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.usernameerror4=ç¨æ·ååªè½ä¸ºæ°å忝æè
ä¸åçº¿ï¼ |
| | | rmip.stafforg.operate.usernameerror5=ç¨æ·åå·²ç»åå¨ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.pwderror1=å¯ç ä¸è½ä¸ºç©ºï¼è¯·å¡«åï¼ |
| | | rmip.stafforg.operate.conformpwderror=确认å¯ç ä¸è½ä¸ºç©ºï¼è¯·å¡«åï¼ |
| | | rmip.stafforg.operate.pwderror2=å¯ç ä¸ä¸è´ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.pwderror3=å¯ç é¿åº¦ä¸è½å¤§äºè¶
è¿128个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.pwderror4=å¯ç åªè½ä¸ºæ°å忝æè
ä¸åçº¿ï¼ |
| | | rmip.stafforg.operate.firstnameerror=å§æ°é¿åº¦ä¸è½å¤§äºè¶
è¿64个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.firstnameerror1=æåçå§æ°ä¸è½ä¸ºç©ºï¼è¯·è¾å
¥ï¼ |
| | | rmip.stafforg.operate.lastnameerror=ååé¿åº¦ä¸è½å¤§äºè¶
è¿64个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.lastnameerror1=æåçååä¸è½ä¸ºç©ºï¼è¯·è¾å
¥ï¼ |
| | | rmip.stafforg.operate.dutyerror=èå¡é¿åº¦ä¸è½å¤§äºè¶
è¿128个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.emailerror=çµåé®ä»¶é¿åº¦ä¸è½å¤§äºè¶
è¿128个å符ï¼è¯·éæ°å¡«å |
| | | rmip.stafforg.operate.emailerror1=çµåé®ä»¶æ ¼å¼ä¸æ£ç¡®ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.telerror=ææçµè¯é¿åº¦é½ä¸è½å¤§äºè¶
è¿64个å符ï¼è¯·æ£æ¥å¹¶ä¿®æ¹ï¼ |
| | | rmip.stafforg.operate.businessfaxerror=åå¡ä¼ çé¿åº¦é½ä¸è½å¤§äºè¶
è¿64个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.businessfaxerror1=åå¡ä¼ çåªè½ä¸ºæ°åä¸'-'çç»åï¼ |
| | | rmip.stafforg.operate.homephoneerror=å®¶åºçµè¯åªè½ä¸ºæ°åä¸'-'çç»åï¼ |
| | | rmip.stafforg.operate.businesstelerror=åå¡çµè¯åªè½ä¸ºæ°åä¸'-'çç»åï¼ |
| | | rmip.stafforg.operate.mobelerror=ç§»å¨çµè¯åªè½ä¸ºæ°åä¸'-'çç»åï¼ |
| | | rmip.stafforg.operate.loginerror=ç¨æ·åæå¯ç é误ï¼\nè¯·éæ°è¾å
¥ï¼ |
| | | rmip.stafforg.operate.descerror=æè¿°é¿åº¦ä¸è½å¤§äº255个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.empnonull=ç¼å·ä¸è½ä¸ºç©ºï¼è¯·å¡«åï¼ |
| | | rmip.stafforg.operate.empnotoolong=ç¼å·é¿åº¦ä¸è½å¤§äº128个å符ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.empnorepeat=ç¼å·éå¤ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.stafforg.operate.deptIdnull=é¨é¨ä¸è½ä¸ºç©ºï¼è¥ç³»ç»ä¸æ²¡æé¨é¨ï¼è¯·å
å建é¨é¨ï¼ |
| | | rmip.stafforg.operate.numcannotchange=该é¨é¨å·²ç»è¢«åæ¥ï¼ä¸è½å¯¹å
¶ç¼å·è¿è¡ä¿®æ¹ï¼ |
| | | rmip.stafforg.operate.usercreateok=ç¨æ·æåæ·»å å°ç³»ç»ï¼ |
| | | rmip.stafforg.operate.useredit1=请é©éè¦è¿è¡ä¿®æ¹çæå! |
| | | rmip.stafforg.operate.useredit2=䏿¬¡åªè½å¯¹ä¸ä¸ªæåè¿è¡ä¿®æ¹ï¼è¯·éæ°éæ©! |
| | | rmip.stafforg.operate.userdelete1=请é©éè¦å é¤çæå! |
| | | rmip.stafforg.operate.userdelete2=æ¨ç¡®å®è¦å 餿鿩çæåå? |
| | | rmip.stafforg.operate.deptedit1=请é©éè¦è¿è¡ä¿®æ¹ç对象! |
| | | rmip.stafforg.operate.deptedit2=䏿¬¡åªè½å¯¹ä¸ä¸ªå¯¹è±¡è¿è¡ä¿®æ¹ï¼è¯·éæ°éæ©! |
| | | rmip.stafforg.operate.deptdelete1=请é©éè¦å é¤ç对象! |
| | | rmip.stafforg.operate.deptdelete2=æ¨ç¡®å®è¦å 餿鿩ç对象å? |
| | | rmip.stafforg.operate.pwdgroupdelete=ç¡®å®è¦å 餿鿩çå¯ç ç»åæ¹å¼å? |
| | | rmip.stafforg.operate.deptselect=æ¨è¦å é¤çæµç¨æ¨¡æ¿å·²ç»è¢«å¼ç¨ï¼è¯·å
è§£é¤å
³ç³»ï¼å¨è¿è¡å 餿ä½ï¼ |
| | | |
| | | ## Tab页 人åç»ç»å¼å¸¸ä¿¡æ¯ |
| | | 120101=è·åææé¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120102=æ ¹æ®ç¨æ·ç±»åè·åææé¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120103=æ ¹æ®ç¨æ·ç±»åè·å顶级é¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120104=è·åé¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120105=è·å顶级é¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120106=è·åé¨é¨ä¸çåé¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120107=è·åé¨é¨åå
¶åé¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120108=å é¤é¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120109=å¢å é¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120110=ä¿®æ¹é¨é¨æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120111=ä¿®æ¹äººåä¸é¨é¨å
³ç³»æ¶ç³»ç»åçé误,请ä¸ç®¡çåèç³»! |
| | | 120201=è·åå
¬å¸ä¿¡æ¯æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120202=è·åé¡¶çº§ç»æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120203=æ ¹æ®ç¨æ·ç±»åè·åé¡¶çº§ç»æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120204=æ ¹æ®ç¨æ·ç±»åè·åç»æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120205=è·åç»ä¸çåç»æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120206=è·åç»åå
¶åç»æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120207=å é¤å
¬å¸æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120208=å¢å å
¬å¸æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120209=ä¿®æ¹ç»æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120301=è·åææè§è²æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120302=æ ¹æ®ç¨æ·ç±»åè·åè§è²æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120303=å é¤è§è²æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120304=å¢å è§è²æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120305=ä¿®æ¹è§è²æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120306=ä¿å人åä¸è§è²çå
³ç³»æ¶ç³»ç»åçå¼å¸¸,请ä¸ç³»ç»ç®¡çåèç³»! |
| | | 120307=éªè¯è§è²ä¿¡æ¯æ¶ç³»ç»åçé误,请ä¸ç®¡çåèç³»! |
| | | 120308=æ ¹æ®ç¨æ·åè·åå
³èè§è²æ»æ°æ¶åçé误ï¼è¯·ä¸ç®¡çåèç³»ï¼ |
| | | 120401=è·å人åä¿¡æ¯æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120402=æ ¹æ®ç¨æ·ç±»åè·åæææåæ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120403=å é¤äººåæ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120404=å¢å äººåæ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120405=ä¿®æ¹äººåæ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120406=ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120407=ç»å½æ¶è·åç¨æ·ç»å½ä¿¡æ¯å¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120408=é¨é¨åæ¥æ¶åºéï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120409=æ´æ°é¨é¨åæ¥ç¶ææ¶åºéï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120410=é¨é¨å·²ç»åæ¥å®æï¼è¯·éæ°éæ©è¦åæ¥çé¨é¨ï¼ |
| | | 120411=æ ¹æ®é¨é¨è·å对åºç人åä¿¡æ¯æ¶åºéï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120412=å¨è¿è¡åç¨/å¯ç¨æä½æ¶ç³»ç»åçé误,请æ¥ç! |
| | | 120413=æ ¹æ®æ¡ä»¶è·åäººåæ»æ°å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 120501=è·åå¯ç ç»åæ¹å¼æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120502=æ·»å å¯ç ç»åæ¹å¼æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120503=æ´æ°å¯ç ç»åæ¹å¼æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120504=å é¤å¯ç ç»åæ¹å¼æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120505=è·åå¯ç ç»åæ¹å¼åå¼èå´æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120506=æ·»å å¯ç ç»åæ¹å¼åå¼èå´æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120507=æ·»å çåå¼èå´å¼å¨è¯¥ç»åæ¹å¼ä¸å·²ç»åå¨ï¼æ·»å å¤±è´¥ï¼ |
| | | 120508=æ´æ°å¯ç ç»ååå¼èå´æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120509=å é¤å¯ç ç»ååå¼èå´æ¶ç³»ç»åçå¼å¸¸ï¼è¯·ä¸ç³»ç»ç®¡çåèç³»ï¼ |
| | | 120510=æ´æ°ç¹æ®å符çåå¼å¨è¯¥åç±»ä¸å·²ç»åå¨ï¼æ·»å å¤±è´¥ï¼ |
| | | |
| | | ################################################# |
| | | ####æ¥å¿ç®¡ç |
| | | ################################################# |
| | | rmip.framework.log.adminLog=管çåæ¥å¿ |
| | | rmip.framework.log.userLog=æ®éç¨æ·æ¥å¿ |
| | | rmip.framework.log.startDate=æ¥è¯¢æ¥æï¼ç± |
| | | rmip.framework.log.to=å° |
| | | rmip.framework.log.operateType=æä½ç±»å |
| | | rmip.framework.log.create=å建 |
| | | rmip.framework.log.update=ä¿®æ¹ |
| | | rmip.framework.log.delete=å é¤ |
| | | rmip.framework.log.operateUser=æä½ç¨æ·ï¼ |
| | | rmip.framework.log.savePeriod=ä¿åæéï¼ |
| | | rmip.framework.log.backupPeriod=å¤ä»½æéï¼ |
| | | rmip.framework.log.save=ä¿å |
| | | rmip.framework.log.selectDate=è¯·éæ©æ¥æï¼ |
| | | rmip.framework.log.firstPage=é¦é¡µ |
| | | rmip.framework.log.prePage=ä¸ä¸é¡µ |
| | | rmip.framework.log.nextPage=ä¸ä¸é¡µ |
| | | rmip.framework.log.lastPage=尾页 |
| | | rmip.framework.log.query=æ¥è¯¢ |
| | | rmip.framework.log.export=å¯¼åº |
| | | rmip.framework.log.logDelete=æ¥å¿å é¤ |
| | | rmip.framework.log.logBackup=æ¥å¿å¤ä»½ |
| | | rmip.framework.log.date=æ¶é´ |
| | | rmip.framework.log.user=ç¨æ· |
| | | rmip.framework.log.userIp=ç¨æ·IP |
| | | rmip.framework.log.operateObj=æä½å¯¹è±¡ |
| | | rmip.framework.log.operateModule=æä½æ¨¡å |
| | | rmip.framework.log.objID=对象ID |
| | | rmip.framework.log.objDesc=æè¿° |
| | | rmip.framework.log.objAttr=å¯¹è±¡å±æ§ |
| | | rmip.framework.log.previousValue=æä½åçå¼ |
| | | rmip.framework.log.newValue=æä½åçå¼ |
| | | rmip.framework.log.pageSizeAlert=è·å页颿¾ç¤ºæ¡æ°é
ç½®åºéï¼è¯·æ£æ¥é
ç½®æä»¶ï¼æ¤å¤é»è®¤æ´æ¹é¡µé¢æ¾ç¤ºæ¡æ°ä¸º10ï¼ |
| | | rmip.framework.log.pageInfo1=æ»å
±æ |
| | | rmip.framework.log.pageInfo2=æ¡è®°å½,å
± |
| | | rmip.framework.log.pageInfo3=页,å½å为第 |
| | | rmip.framework.log.pageInfo4=页 |
| | | rmip.framework.log.savePeriodAlert=ä¿åæéä¸è½ä¸ºç©ºï¼è¯·éæ©ï¼ |
| | | rmip.framework.log.saveSuccess=ä¿åæå |
| | | rmip.framework.log.exportSuccess=å¯¼åºæå |
| | | rmip.framework.log.deleteDateAlert=è¯·éæ©å 餿¥æï¼ |
| | | rmip.framework.log.deleteLogConfirm=å°å 餿鿥æä¹åçæ¥å¿ï¼ç¡®è®¤æ§è¡å é¤ï¼ |
| | | rmip.framework.log.deleteSuccess=å 餿å |
| | | rmip.framework.log.backupPeriodAlert=å¤ä»½æéä¸è½ä¸ºç©ºï¼è¯·éæ©ï¼ |
| | | rmip.framework.log.exportPath=导åºä½ç½® |
| | | rmip.framework.log.exportFile=å¯¼åºæä»¶ |
| | | rmip.framework.log.exportFile.fail=没æè¦å°åºçæ°æ®ï¼ |
| | | 140101=è·åæ¥å¿å é¤é
ç½®åºéï¼è¯·éè¯ï¼ |
| | | 140102=è·åæ¥å¿é
ç½®æéåºéï¼è¯·éè¯ï¼ |
| | | 140103=è·åæ¥å¿é¡µé¢æ¾ç¤ºæ¡æ°åºéï¼è¯·éè¯ï¼ |
| | | 140104=è·åæ¬æ¬¡æ¥è¯¢æ¥å¿æ»æ°åºéï¼è¯·éè¯ï¼ |
| | | 140105=æ¥è¯¢æ¥å¿åºéï¼è¯·éè¯ï¼ |
| | | 140106=ä¿åæéåºéï¼è¯·éè¯ï¼ |
| | | 140107=è·åæéæ°å¼åºéï¼è¯·éè¯ï¼ |
| | | 140108=å 餿¥å¿åºéï¼è¯·éè¯ï¼ |
| | | |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.logDelete=æ¥å¿å é¤ï¼ |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.autoDelete=èªå¨å é¤ |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.manualDelete=æå¨å é¤ |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.savePeriod=ä¿åæéï¼ |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.saveBtn=ä¿å |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.logBasicConf=æ¥å¿åºç¡é
ç½® |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.deleteDateAlert=è¯·éæ©å 餿¥æï¼ |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.deleteLogConfirm=å°å 餿鿥æä¹åçæ¥å¿ï¼ç¡®è®¤æ§è¡å é¤ï¼ |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.deleteSuccess=å 餿å |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.savePeriodAlert=ä¿åæéä¸è½ä¸ºç©ºï¼è¯·éæ©ï¼ |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.saveSuccess=ä¿åæå |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.selectDate=è¯·éæ©æ¥æï¼ |
| | | com.vci.rmip.framework.client.systemConfig.log.LogBasicConfPanel.delete=å é¤ |
| | | ########################################################################## |
| | | |
| | | ############################################# |
| | | ## 模åæéåé
|
| | | ## |
| | | ## |
| | | ############################################# |
| | | rmip.framework.rightdistribution.title.name = æéåé
|
| | | rmip.framework.rightdistribution.file = æéåé
管ç |
| | | #æ°æ®ææ |
| | | rmip.framework.rightdistribution.datadistribute.name = æ°æ®ææ |
| | | rmip.framework.rightdistribution.datadistribute.title.name = åç§°ï¼ |
| | | rmip.framework.rightdistribution.datadistribute.title.desc = æè¿°ï¼ |
| | | rmip.framework.rightdistribution.datadistribute.title.policyname = çç¥åºæ¬ä¿¡æ¯ |
| | | rmip.framework.rightdistribution.datadistribute.btnSubmit.name = æäº¤ |
| | | rmip.framework.rightdistribution.datadistribute.btnDeletePolicy.name = å é¤çç¥å¯¹è±¡ |
| | | rmip.framework.rightdistribution.datadistribute.policyconf.name = çç¥æéé
ç½® |
| | | |
| | | rmip.framework.rightdistribution.datadistribute.create.name = å建è
|
| | | rmip.framework.rightdistribution.datadistribute.role.name = åè§è²ç¨æ· |
| | | rmip.framework.rightdistribution.datadistribute.normal.name = æ®éç¨æ· |
| | | rmip.framework.rightdistribution.datadistribute.admin.name = 管çå |
| | | |
| | | rmip.framework.rightdistribution.datadistribute.table.checkbox = éæ© |
| | | rmip.framework.rightdistribution.datadistribute.table.name = è§è² |
| | | |
| | | rmip.framework.rightdistribution.datadistribute.input.check.name.null = åç§°ä¸è½ä¸ºç©ºï¼ |
| | | rmip.framework.rightdistribution.datadistribute.input.check.name.length = åç§°é¿åº¦å¤ªé¿ï¼ |
| | | rmip.framework.rightdistribution.datadistribute.input.check.desc.length = æè¿°é¿åº¦å¤ªé¿ï¼ |
| | | |
| | | rmip.framework.rightdistribution.savepolicy.success = æä½æå! |
| | | rmip.framework.rightdistribution.savepolicy.error = æä½çè¿ç¨ä¸åºç°é误! |
| | | rmip.framework.rightdistribution.datadistribute.delete.policydata = 请å
éæ©è¦å é¤çæ°æ®! |
| | | rmip.framework.rightdistribution.datadistribute.delete.query = æ¨ç¡®å®è¦å é¤æéæ©çæ°æ®å?(注æ:å é¤åä¸å¯æ¢å¤,ç¡®å®è¦å é¤?) |
| | | rmip.framework.rightdistribution.data = æ²¡ææ°æ®é¡¹,ä¸è½æäº¤! |
| | | rmip.framework.rightdistribution.delete.selectnode = 请éä¸èç¹å é¤ï¼ |
| | | rmip.framework.rightdistribution.delete.fail = å 餿°æ®çç¥å¤±è´¥ï¼ |
| | | rmip.framework.rightdistribution.datadistribute.name = æ°æ®ææ |
| | | rmip.framework.rightdistribution.strategyconf.isnull = æ°æ®çç¥é
置为空ï¼ä¸å
许æäº¤ï¼ |
| | | rmip.framework.rightdistribution.datastrategy.name = çç¥åç§°éå¤ï¼è¯·éæ°è¾å
¥ï¼ |
| | | #å¼å¸¸ä¿¡æ¯ |
| | | 130000 = çç¥é
ç½®å¤±è´¥ï¼ |
| | | 130001 = è·åçç¥æ°æ®å¤±è´¥ï¼è¯·éè¯ï¼ |
| | | 130002 = è·åæ°æ®ä¿¡æ¯å¤±è´¥ï¼è¯·éè¯ï¼ |
| | | 130003 = å 餿°æ®çç¥ä¿¡æ¯å¤±è´¥ï¼è¯·éè¯ï¼ |
| | | 130004 = åä¸ä¸ªè§è²ç¨æ·ï¼ä¸è½ææå¤æ¬¡ï¼ |
| | | |
| | | #模åæéé
ç½® |
| | | rmip.framework.rightdistribution.moduleRight.name = è§è²åè½æ¨¡åæéé
ç½® |
| | | rmip.framework.rightdistribution.moduleRight.moduleTree = åè½æ¨¡å |
| | | rmip.framework.rightdistribution.moduleRight.RoleList = è§è² |
| | | rmip.framework.rightdistribution.moduleRight.addButton.file=ææ |
| | | rmip.framework.rightdistribution.moduleRight.updateButton.file=ä¿®æ¹ |
| | | rmip.framework.rightdistribution.moduleRight.delButton.file=éç½® |
| | | rmip.framework.rightdistribution.moduleRight.roleListNotNull.message=è¯·éæ©ä¸ä¸ªè§è²ï¼ |
| | | rmip.framework.rightdistribution.moduleRight.changes.message=æ¨è¿æ²¡æä¿åï¼ç¡®å®æ¾å¼å½åæä½åï¼ |
| | | |
| | | #å¼å¸¸ä¿¡æ¯ |
| | | 130100 = ä¿åç¹æ®æ°æ®å¯¹è±¡å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | 130101 = æ£ç´¢ç¹æ®æ°æ®å¯¹è±¡ä¿¡æ¯å¤±è´¥ï¼è¯·æ¥æ¾åå ï¼ |
| | | rmip.framework.rightdistribution.moduleRight.name = 模åæéé
ç½® |
| | | rmip.framework.rightdistribution.moduleRight.RoleList = è§è² |
| | | rmip.framework.rightdistribution.datadistribute.name = æ°æ®ææ |
| | | |
| | | #模åæéé
ç½® |
| | | rmip.framework.rightdistribution.moduleRight.name = 模åæéé
ç½® |
| | | rmip.framework.rightdistribution.moduleRight.RoleList = è§è² |
| | | |
| | | #ç¹æ®æ°æ®ææ 页颿¾ç¤ºä¿¡æ¯ |
| | | rmip.framework.rightdistribution.specialdatadistribute.name=ç¹æ®æ°æ®ææ |
| | | rmip.framework.rightdistribution.specialdatadistribute.add=å ä¸è¡ |
| | | rmip.framework.rightdistribution.specialdatadistribute.submit=æäº¤ |
| | | rmip.framework.rightdistribution.specialdatadistribute.delete=åä¸è¡ |
| | | rmip.framework.rightdistribution.specialdatadistribute.ok=æä½æåï¼ |
| | | rmip.framework.rightdistribution.specialdatadistribute.remove=è¯·éæ©è¦ç§»é¤çé¡¹ï¼ |
| | | rmip.framework.rightdistribution.specialdatadistribute.conformremove=ç¡®å®è¦å é¤éä¸çæ°æ®å?\nå é¤åä¸å¯æ¢å¤,ç¡®å®? |
| | | rmip.framework.rightdistribution.specialdatadistribute.redeploy=è¦æäº¤çæ°æ®ä¸åå¨éå¤çé
ç½®ï¼\nè¯·è¯·æ£æ¥åéæ°é
ç½®ï¼ |
| | | rmip.framework.rightdistribution.specialdatadistribute.deployedwrong=æ¤æ¨¡åé
ç½®æè¯¯ï¼ |
| | | rmip.framework.rightdistribution.specialdatadistribute.norule=ç³»ç»ä¸æ²¡æå¯¹åºçè§åï¼è¯·æ¾ç®¡çåé
ç½®ï¼ |
| | | rmip.framework.rightdistribution.specialdatadistribute.norole=ç³»ç»ä¸æ²¡æè¦è¿è¡æéåé
çè§è²ï¼è¯·å
å建è§è²ã |
| | | |
| | | #ç¹æ®æ°æ®ææ å¼å¸¸ä¿¡æ¯ |
| | | 110501=åé
ç¹æ®æ°æ®æéæ¶åºç°å¼å¸¸ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110502=è·åç¹æ®æ°æ®é
æéæ¶åºç°å¼å¸¸ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110503=å é¤ç¹æ®æ°æ®æéæ¶åºç°å¼å¸¸ï¼è¯·æ¥æ¾åå ï¼ |
| | | 110504=ä»config.pripertiesæä»¶ä¸è·åé
置信æ¯é误ï¼/nè¯·æ£æ¥æ¯å¦æç¸å
³é
ç½®ï¼ |
| | | |
| | | #ä¿®æ¹å¯ç å¼¹åºé误æç¤ºä¿¡æ¯ |
| | | rmip.framework.logon.changepwd.notnull=å¡«åæ¡ä¸è½æç©ºå¼ï¼è¯·è¾å
¥ï¼ |
| | | rmip.framework.logon.changepwd.notsame=æ¨è¾å
¥çå¯ç ä¸ç»å½å¯ç ä¸ä¸è´ï¼è¯·éæ°è¾å
¥ï¼ |
| | | rmip.framework.logon.changepwd.notsame1=确认å¯ç ä¸ä¿®æ¹å¯ç ä¸ä¸è´ï¼è¯·éæ°è¾å
¥ï¼ |
| | | rmip.framework.logon.changepwd.error=å¯ç æ ¼å¼ä¸æ£ç¡®ï¼è¯·éæ°è¾å
¥ï¼ |
| | | rmip.framework.logon.changepwd.nochange=å¯ç ååæ²¡ææ¹åï¼è¯·éæ°è¾å
¥ï¼ |
| | | rmip.framework.logon.changepwd.fail=æä½å¤±è´¥ï¼ |
| | | rmip.framework.logon.changepwd.success=å¯ç ä¿®æ¹æå! |
| | | rmip.framework.logon.password.lengthIsTen = å¯ç é¿åº¦ä¸è½å°äº10ï¼ |
| | | rmip.framework.logon.password.levelIsLow = å¯ç å®å
¨çº§å«å¤ªä½ï¼ |
| | | #è§å管ç |
| | | rmip.framework.ruleManager.title=è§å管ç |
| | | rmip.framework.ruleManager.name=åç§° |
| | | rmip.framework.ruleManager.desc=æè¿° |
| | | rmip.framework.ruleManager.pipelining=æµæ°´æ¹å¼ |
| | | rmip.framework.ruleManager.documentDescription=è¯´æææ¡£ |
| | | rmip.framework.ruleManager.browsing.button=æµè§ |
| | | rmip.framework.ruleManager.upload.button=ä¸ä¼ |
| | | rmip.framework.ruleManager.add.button=å¢å |
| | | rmip.framework.ruleManager.update.button=ä¿®æ¹ |
| | | rmip.framework.ruleManager.del.button=å é¤ |
| | | rmip.framework.ruleManager.ruleInfo=è§åå表 |
| | | rmip.framework.ruleManager.codeRule=代ç è§åç æ®µ |
| | | rmip.framework.ruleManager.nameAlert=åç§°ä¸è½ä¸ºç©ºï¼è¯·éæ°å¡«åï¼ |
| | | rmip.framework.ruleManager.nameisexist=åç§°å·²ç»åå¨ï¼è¯·éæ°å¡«åï¼ |
| | | rmip.framework.ruleManager.flowtypeAlert=æµæ°´æ¹å¼ä¸è½ä¸ºç©ºï¼è¯·éæ©ï¼ |
| | | rmip.framework.codesection.title=è§åç æ®µ |
| | | rmip.framework.codesection.addButton=æ·»å |
| | | rmip.framework.codesection.cancelButton=åæ¶ |
| | | rmip.framework.codesection.nameLengthAlert = åç§°çé¿åº¦ä¸è½è¶
è¿128个åç¬¦ï¼ |
| | | rmip.framework.codesection.descLengthAlert = æè¿°çé¿åº¦ä¸è½è¶
è¿255个åç¬¦ï¼ |
| | | rmip.framework.codesection.selectRootNode = 请å
éæ©æ ¹èç¹! |
| | | rmip.framework.ruleManager.modifySuccess = ä¿®æ¹æå! |
| | | rmip.framework.ruleManager.selectDeleteNode = è¯·éæ©è¦å é¤çèç¹ï¼ |
| | | rmip.framework.ruleManager.selectRuleNode = è¯·éæ©è¦æ¸
é¤çè§åï¼ |
| | | rmip.framework.ruleManager.meaasge.donotdelete = å·²ç»åå¨è§åä¸è½å é¤ï¼ |
| | | |
| | | rmip.framework.editOnlyOne= æ¯æ¬¡åªè½ä¿®æ¹ä¸æ¡æ°æ®! |
| | | rmip.framework.editObject= è¯·éæ©ä¿®æ¹æ°æ®! |
| | | rmip.framework.deleteObject= ç¡®å®è¦å é¤éä¸ç对象å? |
| | | rmip.framework.AttributeGroupPanel.deleteAttributeGroup= éä¸ç屿§åç±»å
å«å±æ§ï¼ä¸å¯ä»¥å é¤ï¼ |
| | | |
| | | #èµæºç±»å模æ¿ç®¡ç |
| | | rmip.framework.RMTypeTemplateModule=èµæºç±»å模æ¿ç®¡ç |
| | | #èµæºæ°æ®åç±» |
| | | rmip.framework.RMTypeModule=èµæºæ°æ®ç®¡ç |
| | | #ä¼éåº |
| | | rmip.framework.RMPreferLibraryModule=ä¼éåº |
| | | #æ¥è¯¢ |
| | | rmip.sherch.RMSherchModel=æ¥è¯¢ |
| | | |
| | | 106001=主é®éå¤ï¼è¯·ä¿®æ¹åæäº¤ï¼ |
| | | 106002=æ°å»ºé
置项åºéï¼è¯·éæ°åå»ºï¼ |
| | | 106003=æ´æ¹é
置项åºéï¼è¯·éæ°ä¿®æ¹ï¼ |
| | | 106004=å é¤é
置项åºéï¼è¯·éæ°é
ç½®ï¼ |
| | | 106005=è·åææé
置项åºéï¼è¯·éæ°è·åï¼ |
| | | 106006=è·åé
置项åºéï¼è¯·éæ°è·åï¼ |
| | | |
| | | |
| | | 107001=åç§°éå¤ï¼è¯·ä¿®æ¹åæäº¤ï¼ |
| | | 107002=æ°å»ºåç±»åºéï¼è¯·éæ°åå»ºï¼ |
| | | 107003=ä¿®æ¹åç±»åºéï¼è¯·éæ°ä¿®æ¹ï¼ |
| | | 107004=å é¤åç±»åºéï¼è¯·éæ°å é¤ï¼ |
| | | 107005=è·åææåç±»åºéï¼è¯·éæ°è·åï¼ |
| | | 107006=è·ååç±»åºéï¼è¯·éæ°è·åï¼ |
| | | 107007=åç±»ä¸åå¨é
置项ï¼ä¸è½å é¤ï¼ |
| | | |
| | | |
| | | 555555=è·åå¯ç çç¥æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555556=ä¿åå¯ç çç¥æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555557=ä¿®æ¹å¯ç çç¥æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555558=å é¤å¯ç çç¥æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555559=è·åå¯çº§æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555560=ä¿åå¯çº§æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555561=ä¿®æ¹å¯çº§æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555562=éªè¯å¯çº§ä¿¡æ¯æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555563=å é¤å¯çº§æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555565=éªè¯å¯ç çç¥ä¿¡æ¯æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555564=ä¿åå¯çº§çç¥ä¿¡æ¯æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555566=è·åå¯çº§çç¥ä¿¡æ¯æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555567=ä¿å人å-å¯çº§ä¿¡æ¯æ¶ç³»ç»åçå¼å¸¸,è¯·æ£æ¥! |
| | | 555568=è·å人åç»å½ä¿¡æ¯æ¶ç³»ç»åçå¼å¸¸ï¼è¯·æ£æ¥! |
| | | 555569=è·åæå¡å¨å½åæ¶é´æ¶ç³»ç»åçå¼å¸¸ï¼è¯·æ£æ¥! |
| | | 555570=ä¿®æ¹äººåç»å½ä¿¡æ¯æ¶ç³»ç»åçå¼å¸¸ï¼è¯·æ£æ¥! |
| | | 555571=为人åè§£éæ¶ç³»ç»åçå¼å¸¸ï¼è¯·æ£æ¥! |
| | | |
| | | |
| | | ##屿§æ ¡éªè§å |
| | | 210601=ä¿å屿§æ ¡éªè§ååºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 210602=æ´æ°å±æ§æ ¡éªè§ååºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 210603=å é¤å±æ§æ ¡éªè§ååºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 210604=è·å屿§æ ¡éªè§ååºéï¼è¯·æ¥æ¾åå ï¼ |
| | | 210605=è¯¥å±æ§æ ¡éªè§åå·²ç»è¢«å¼ç¨ï¼æ æ³è¿è¡å½åæä½ï¼ |
| | | |
| | | 150118=ä¸ºå±æ§é
ç½®æ ¡éªè§åæ¶ç³»ç»åºéï¼è¯·æ¥æ¾åå ! |
| | | 150119=æ¸
é¤å±æ§çæ ¡éªè§åæ¶ç³»ç»åºéï¼è¯·æ¥æ¾åå ! |
| | | |
| | | |
| | | ##屿§åä¹è¯é
ç½® |
| | | 220101=åå»ºå±æ§åä¹è¯é
ç½®æ¶ç³»ç»åçé误,è¯·æ¥æ¾åå ! |
| | | 220102=ä¿®æ¹å±æ§åä¹è¯é
ç½®æ¶ç³»ç»åçé误,è¯·æ¥æ¾åå ! |
| | | 220103=å é¤å±æ§åä¹è¯é
ç½®æ¶ç³»ç»åçé误,è¯·æ¥æ¾åå ! |
| | | 220104=è·å屿§åä¹è¯é
ç½®ä¿¡æ¯æ¶ç³»ç»åçé误,è¯·æ¥æ¾åå ! |
| | |
| | | |
| | | |
| | | |
| | | #????????????????? |
| | | # ?????????????????????????????????? |
| | | #èµæºæ°æ®å½å
¥ãç¼è¾é¢æ¿ç¸å
³æ§å¶åæ° |
| | | # åä¸è¡å
ï¼æå¤å è½½ç屿§ä¸ªæ°ï¼ä¸è¡ä¸ºä¸ç»ï¼å³ä¸ç»å
æå¤å è½½ç屿§ä¸ªæ° |
| | | RMData.MaxAttrInLine=2 |
| | | # ?????????????TextArea???true:?? false????????true |
| | | # æ¯å¦å¯ç¨å±æ§é¿åº¦è¿é¿æ¶ï¼ç¨TextAreaæ¾ç¤ºï¼true:å¯ç¨ falseï¼ä¸å¯ç¨ï¼é»è®¤å¼true |
| | | RMData.TextArea.Enable=true |
| | | # ?String??????????????????????TextArea????????????100 |
| | | RMData.MaxStringLength=500 |
| | | |
| | | # ???TextArea???TextArea?PreferredSize?MinimumSize?MaximumSize?Width?Height |
| | | # å¯ç¨äºTextAreaåï¼æ¤TextAreaçPreferredSizeãMinimumSizeãMaximumSizeçWidthãHeight |
| | | RMData.TextArea.PreferredSize.Width=100 |
| | | RMData.TextArea.PreferredSize.Height=50 |
| | | RMData.TextArea.MinimumSize.Width=100 |
| | | RMData.TextArea.MinimumSize.Height=30 |
| | | RMData.TextArea.MaximumSize.Width=100 |
| | | RMData.TextArea.MaximumSize.Height=80 |
| | | |
| | | #PDM????????????????????????????????????????#?? |
| | | 410.PDM.LibCodeName=\u7269\u54c1\#\u9644\u5f55 |
| | | #code ???? |
| | | 410.code.url=http://127.0.0.1:37000/ubcs-code/codeApplySwingController |
| | | |
| | | 410.code.token.url=http://127.0.0.1:37000/ubcs-auth/oauth/token |
| | | # å½Stringç±»åç屿§å¼çé¿åº¦å¤§äºæ¤å¼æ¶ï¼è¯¥å±æ§å°±éè¦ç¨TextAreaæ¾ç¤ºï¼å¹¶å ç¨æ´è¡ï¼é»è®¤å¼100 |
| | | RMData.MaxStringLength=500 |
| | | #æ§å¶åéå¢ç 段çåç±» |
| | | 410.code.codeApply.classifyGroupCode=1010-19 |
| | | #PDMéæé
ç½®ï¼ä»¥ä¸åªè½é
置代ç 项ï¼å¦æé
ç½®çåç±»ä¸æ¯ä»£ç 项ï¼å¨éæä¸ä¸ä¼æ¾ç¤ºï¼ä¹é´ä»¥#åå² |
| | | 410.PDM.LibCodeName=\u5de5\u827a\u6587\u4ef6#Part |
| | | #codeæå¡å°å |
| | | 410.code.url=http://dev.vci-tech.com:37000/ubcs-code/codeApplySwingController |
| | | #410.code.url=http://127.0.0.1:37000/ubcs-code/codeApplySwingController |
| | | #è·åç¨æ·tocken |
| | | 410.code.token.url=http://dev.vci-tech.com:37000/ubcs-auth/oauth/token |
| | | #410.code.token.url=http://127.0.0.1:37000/ubcs-auth/oauth/token |
| | | 410.code.token.tenantId=000000 |
| | | 410.code.token.authorization=Basic c3dvcmQ6c3dvcmRfc2VjcmV0 |
| | | 410.code.token.contentType=application/x-www-form-urlencoded |
| | | 410.code.codeApply.classifyGroupCode=wupin#appendix#renyuanku |
| | | |
| | | |
| | |
| | | |
| | | return sb.toString(); |
| | | } |
| | | |
| | | public static String intToRomans(int num) { |
| | | String M[] = {"", "M", "MM", "MMM"}; |
| | | String C[] = {"", "C", "CC", "CCC", "CD", "D", "DC", "DCC", "DCCC", "CM"}; |
| | | String X[] = {"", "X", "XX", "XXX", "XL", "L", "LX", "LXX", "LXXX", "XC"}; |
| | | String I[] = {"", "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX"}; |
| | | return M[num/1000]+C[(num%1000)/100]+X[(num%100)/10]+I[num%10]; |
| | | } |
| | | } |
| | | |