安灯 停机类型 功能接口完成

yun-zuoyi
wei.peng 6 years ago
parent ad15137704
commit 215db96fa9

@ -444,4 +444,18 @@ public class AndonHqlPack {
return result;
}
/**
* ANDON_
* @param haltType
* @return
*/
public static DdlPackBean packAndonHaltType(AndonHaltType haltType) {
DdlPackBean result = new DdlPackBean();
getStringBuilderPack(haltType, result);
return result;
}
}

Loading…
Cancel
Save