**生(shēng)成标識碼(二)
## 接口名稱
public String ==createHandleCode==(BusType type, String uuid) Exception;
## 接口描述
調用該接口,中間(jiān)件将會(huì)生(shēng)成一個(gè)标準的MES标識碼。
## 參數(shù)說明(míng)
|參數(shù)名|類型|說明(míng)|
|-|-|-|
|type|[BusType](doc:59rUmliP)| 業務類型(枚舉)|
|uuid|String| 自定義碼|
## 返回值說明(míng)
|類型|說明(míng)|
|-|-|
|String|标識碼|
## 調用例子
`....`
**String handle = `GdssApi2.createHandleCode(BusType.GOODS_FINISHED_PRODUCT,"1234567890");`**
`.....`