@@ -267,7 +267,7 @@ public class TbAssetInformation extends BaseEntity
epc = epc.toUpperCase();
if (epc.length() > 24) {
- throw new RuntimeException("编码转epc长度大于24位");
+ throw new RuntimeException("资产编码转epc长度大于24位");
}
setEpc(epc);