puzhibing
2023-05-16 a6354b57ab2614b6211fbb89e24c5c8bec76ce86
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/IDriverService.java
@@ -175,4 +175,15 @@
     * @throws Exception
     */
    ResultUtil closeOrderQRCode(Integer uid) throws Exception;
    /**
     * 开通小微商户
     * @param name
     * @param number
     * @param phone
     * @return
     * @throws Exception
     */
    ResultUtil microenterprise(Integer uid, String name, String number, String phone) throws Exception;
}