|
|
@@ -13,19 +13,15 @@
|
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
|
*/
|
|
|
-package com.java110.store.cmd.reserveCatalog;
|
|
|
+package com.java110.store.cmd.reserve;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.java110.core.annotation.Java110Cmd;
|
|
|
-import com.java110.core.annotation.Java110Transactional;
|
|
|
import com.java110.core.context.ICmdDataFlowContext;
|
|
|
import com.java110.core.event.cmd.Cmd;
|
|
|
import com.java110.core.event.cmd.CmdEvent;
|
|
|
-import com.java110.core.factory.GenerateCodeFactory;
|
|
|
import com.java110.intf.store.IReserveCatalogV1InnerServiceSMO;
|
|
|
-import com.java110.po.reserveCatalog.ReserveCatalogPo;
|
|
|
import com.java110.utils.exception.CmdException;
|
|
|
-import com.java110.utils.util.Assert;
|
|
|
import com.java110.utils.util.BeanConvertUtil;
|
|
|
import com.java110.vo.ResultVo;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
@@ -50,7 +46,7 @@ import org.slf4j.LoggerFactory;
|
|
|
* 温馨提示:如果您对此文件进行修改 请不要删除原有作者及注释信息,请补充您的 修改的原因以及联系邮箱如下
|
|
|
* // modify by 张三 at 2021-09-12 第10行在某种场景下存在某种bug 需要修复,注释10至20行 加入 20行至30行
|
|
|
*/
|
|
|
-@Java110Cmd(serviceCode = "reserveCatalog.listReserveCatalog")
|
|
|
+@Java110Cmd(serviceCode = "reserve.listReserveCatalog")
|
|
|
public class ListReserveCatalogCmd extends Cmd {
|
|
|
|
|
|
private static Logger logger = LoggerFactory.getLogger(ListReserveCatalogCmd.class);
|