Authored by mali

编译

... ... @@ -12,3 +12,4 @@ order/target/
product/target/
web/target/
deploy/target/
common/target/
... ...
... ... @@ -2,7 +2,7 @@ package com.yoho.ufo.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.yoho.core.common.utils.DateUtil;
import com.yoho.ufo.dal.brand.BrandMapper;
import com.yoho.ufo.dal.BrandMapper;
import com.yoho.ufo.model.brand.Brand;
import com.yohobuy.ufo.model.common.PageModel;
import com.yohobuy.ufo.model.common.PageResponseBO;
... ...