Sign in

wms / hhwms · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hhwms
  • ..
  • service
  • BusinessService.java
  • 快递获取重量
    1579d50e
    xumiao authored
    2022-12-02 17:16:43 +0800  
    Browse Code ยป
BusinessService.java 153 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7
package com.huaheng.api.Weighing.service;

public interface BusinessService {


     void udpHandleMethod(String message) throws InterruptedException;
}