package com.java110.api.bmo.machine.impl;
|
|
import com.java110.api.bmo.ApiBaseBMO;
|
import com.java110.api.bmo.machine.IMachineBMO;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* @ClassName MachineBMOImpl
|
* @Description TODO
|
* @Author wuxw
|
* @Date 2020/3/9 22:46
|
* @Version 1.0
|
* add by wuxw 2020/3/9
|
**/
|
@Service("machineBMOImpl")
|
public class MachineBMOImpl extends ApiBaseBMO implements IMachineBMO {
|
}
|