diff --git a/console/src/main/resources/i18n/messages.properties b/console/src/main/resources/i18n/messages.properties index 436c7e98..e75b0c90 100644 --- a/console/src/main/resources/i18n/messages.properties +++ b/console/src/main/resources/i18n/messages.properties @@ -6,4 +6,17 @@ MaterData.import.updatefail.resource = 更新资源数据失败 MaterData.import.createfail.operation = 创建工序数据失败 MaterData.import.updatefail.operation = 更新工序数据失败 MaterData.import.insertfail.workcenter = 新增工作中心失败 -MaterData.import.updatefail.workcenter = 更新工作中心失败 \ No newline at end of file +MaterData.import.updatefail.workcenter = 更新工作中心失败 + + +#---------------------公用模块 common.功能名称.信息描述------------------------------------------------ +common.nextNumber.qty.error=获取下一编号数量不能为小于1的整数 +common.nextNumber.type.error=未找到类型[{0}]的编码规则,请先维护 +common.nextNumber.maxLimited.error=编号类型[{0}]序号已达上限,不可使用 +common.nextNumber.save.success=编码规则保存成功 +common.nextNumber.save.failue=编码规则保存失败 +common.nextNumber.repeat.error=请检查第{0}行编码规则【类型】、【前缀】是否重复 +common.nextNumber.startSeq.error=请检查第{0}行默认开始序列,不能小于1 +common.nextNumber.check.error=请检查第{0}行编码规则【类型】、【序列长度】、【前缀】是否填写 +common.nextNumber.item.customField.error=未找到物料[{0}]的自定义字段[{1}]匹配上的编码规则 +common.nextNumber.item.error=没有找到站点[{0}]下的物料编码[{1}] \ No newline at end of file