摘要: /** * 计算barcode最后一位 * @param code 12位的barcode * @return */ public static String padBarcode(String code){ if( null == code || code.length() != 12 ){ th 阅读全文
posted @ 2021-05-31 16:06 喜欢22度的晴天 阅读(164) 评论(0) 推荐(0)