| | |
| | | |
| | | import com.fzzy.protocol.bhzn.server.BhznGrainV2ServerEngine; |
| | | import com.fzzy.protocol.bhzn.v0.server.BhznGrainV0ServerEngine; |
| | | import com.fzzy.protocol.bhzn.v01.server.BhznGrainV01ServerEngine; |
| | | import com.fzzy.protocol.fzzy.server.FzzyServerEngine; |
| | | import com.fzzy.protocol.weightyh.YhScaleServerEngine; |
| | | import com.fzzy.protocol.zldz.server.ZldzServerEngine; |
| | |
| | | BhznGrainV2ServerEngine.start(null); |
| | | //邦海智能无线主机设备协议 |
| | | BhznGrainV0ServerEngine.start(null); |
| | | //邦海智能无线主机设备协议 |
| | | BhznGrainV01ServerEngine.start(null); |
| | | } |
| | | |
| | | } |