#
luxiaotao1123
2021-05-27 21432990c798ed5ad945e2eb2668f1ce197282cc
src/main/java/zy/cloud/wms/manager/service/impl/CstmrServiceImpl.java
@@ -16,4 +16,9 @@
        cstmr.setName(name);
        return this.selectOne(new EntityWrapper<>(cstmr));
    }
    @Override
    public Cstmr selectByUuid(String uuid) {
        return this.selectOne(new EntityWrapper<Cstmr>().eq("uuid", uuid));
    }
}