| | |
| | | private String poCode; |
| | | |
| | | @ApiModelProperty("物料名称") |
| | | private String matnk; |
| | | private String maktx; |
| | | |
| | | @ApiModelProperty("供应商批次") |
| | | private String splrBatch; |
| | |
| | | @ApiModelProperty("扩展字段") |
| | | private Map<String, Object> extendFields; |
| | | |
| | | public static void main(String[] args) { |
| | | String abc = ""; |
| | | String s = CommonUtil.randomUUID16(); |
| | | System.out.println("重复字符串:" + s); |
| | | // for (int i = 0; i < 10000; i++) { |
| | | // String s = CommonUtil.randomUUID16(); |
| | | // if (abc.equals(s)) { |
| | | // System.out.println("重复字符串:" + abc); |
| | | // } |
| | | // abc = s; |
| | | // } |
| | | } |
| | | } |
| | | |
| | | |