From acd0904912a63fb8cb104eac33e192ac736b4fc2 Mon Sep 17 00:00:00 2001 From: lgh0010 <1746689524@qq.com> Date: Tue, 28 Sep 2021 17:08:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/basic/controller/EmptyController.java | 99 ++++++++++++++ .../basic/controller/WarehouseController.java | 82 +++++++++++ .../com/mt/wms/basic/mapper/EmptyMapper.java | 28 ++++ .../com/mt/wms/basic/params/EmptyParam.java | 40 ++++++ .../mt/wms/basic/params/EmptyQueryParam.java | 27 ++++ .../mt/wms/basic/params/WarehouseParam.java | 64 +++++++++ .../wms/basic/params/WarehouseQueryParam.java | 34 +++++ .../mt/wms/basic/service/EmptyService.java | 94 +++++++++++++ .../wms/basic/service/WarehouseService.java | 73 ++++++++++ .../basic/service/impl/EmptyServiceImpl.java | 128 ++++++++++++++++++ .../service/impl/WarehouseServiceImpl.java | 91 +++++++++++++ .../java/com/mt/wms/basic/vo/EmptyVo.java | 45 ++++++ .../java/com/mt/wms/basic/vo/WarehouseVo.java | 60 ++++++++ .../com/mt/wms/core/dal/entity/AlarmBase.java | 4 +- .../com/mt/wms/core/dal/entity/AlarmInfo.java | 4 +- .../com/mt/wms/core/dal/entity/CurrTask.java | 4 +- .../mt/wms/core/dal/entity/CurrTaskDet.java | 4 +- .../com/mt/wms/core/dal/entity/Factory.java | 4 +- .../mt/wms/core/dal/entity/InStockInfo.java | 4 +- .../wms/core/dal/entity/InStockInfoHis.java | 4 +- .../com/mt/wms/core/dal/entity/KilnInfo.java | 4 +- .../com/mt/wms/core/dal/entity/Location.java | 4 +- .../com/mt/wms/core/dal/entity/LoginLog.java | 2 +- .../mt/wms/core/dal/entity/LoginSession.java | 2 +- .../com/mt/wms/core/dal/entity/OrderInfo.java | 4 +- .../mt/wms/core/dal/entity/OrderInfoHis.java | 4 +- .../com/mt/wms/core/dal/entity/ParBase.java | 4 +- .../mt/wms/core/dal/entity/ParEleValue.java | 4 +- .../mt/wms/core/dal/entity/ParGasValue.java | 4 +- .../com/mt/wms/core/dal/entity/ParInfo.java | 4 +- .../wms/core/dal/entity/ParRotSpeedValue.java | 4 +- .../mt/wms/core/dal/entity/ParTemValue.java | 4 +- .../mt/wms/core/dal/entity/ProductAttr.java | 4 +- .../wms/core/dal/entity/ProductLibrary.java | 4 +- .../com/mt/wms/core/dal/entity/Resource.java | 2 +- .../com/mt/wms/core/dal/entity/SmsCode.java | 2 +- .../com/mt/wms/core/dal/entity/SmsScene.java | 2 +- .../com/mt/wms/core/dal/entity/SmsSend.java | 2 +- .../com/mt/wms/core/dal/entity/SmsSign.java | 2 +- .../mt/wms/core/dal/entity/SmsTemplate.java | 2 +- .../mt/wms/core/dal/entity/SysDictData.java | 2 +- .../mt/wms/core/dal/entity/SysDictType.java | 2 +- .../com/mt/wms/core/dal/entity/SysFile.java | 2 +- .../mt/wms/core/dal/entity/SysFileType.java | 2 +- .../com/mt/wms/core/dal/entity/SysMenu.java | 2 +- .../wms/core/dal/entity/SysMenuResource.java | 2 +- .../com/mt/wms/core/dal/entity/SysOrg.java | 2 +- .../com/mt/wms/core/dal/entity/SysPost.java | 2 +- .../com/mt/wms/core/dal/entity/SysRole.java | 2 +- .../mt/wms/core/dal/entity/SysRoleMenu.java | 2 +- .../com/mt/wms/core/dal/entity/SysUser.java | 2 +- .../mt/wms/core/dal/entity/SysUserPost.java | 2 +- .../mt/wms/core/dal/entity/SysUserRole.java | 2 +- .../mt/wms/core/dal/entity/TaskDetHis.java | 4 +- .../com/mt/wms/core/dal/entity/TaskHis.java | 4 +- .../mt/wms/core/dal/entity/TaskSourceLog.java | 4 +- .../com/mt/wms/core/dal/entity/TrayInfo.java | 4 +- .../mt/wms/core/dal/entity/VehicleInfo.java | 4 +- .../com/mt/wms/core/dal/entity/Warehouse.java | 4 +- .../dal/entity/WechatTemplateMessage.java | 2 +- .../mt/wms/core/dal/entity/WmsAndWcsLog.java | 4 +- .../wms/core/dal/mapper/AlarmBaseMapper.java | 2 +- .../wms/core/dal/mapper/AlarmInfoMapper.java | 2 +- .../core/dal/mapper/CurrTaskDetMapper.java | 2 +- .../wms/core/dal/mapper/CurrTaskMapper.java | 2 +- .../mt/wms/core/dal/mapper/FactoryMapper.java | 2 +- .../core/dal/mapper/InStockInfoHisMapper.java | 2 +- .../core/dal/mapper/InStockInfoMapper.java | 2 +- .../wms/core/dal/mapper/KilnInfoMapper.java | 2 +- .../wms/core/dal/mapper/LocationMapper.java | 2 +- .../wms/core/dal/mapper/LoginLogMapper.java | 2 +- .../core/dal/mapper/LoginSessionMapper.java | 2 +- .../core/dal/mapper/OrderInfoHisMapper.java | 2 +- .../wms/core/dal/mapper/OrderInfoMapper.java | 2 +- .../mt/wms/core/dal/mapper/ParBaseMapper.java | 2 +- .../core/dal/mapper/ParEleValueMapper.java | 2 +- .../core/dal/mapper/ParGasValueMapper.java | 2 +- .../mt/wms/core/dal/mapper/ParInfoMapper.java | 2 +- .../dal/mapper/ParRotSpeedValueMapper.java | 2 +- .../core/dal/mapper/ParTemValueMapper.java | 2 +- .../core/dal/mapper/ProductAttrMapper.java | 2 +- .../core/dal/mapper/ProductLibraryMapper.java | 2 +- .../wms/core/dal/mapper/ResourceMapper.java | 2 +- .../mt/wms/core/dal/mapper/SmsCodeMapper.java | 2 +- .../wms/core/dal/mapper/SmsSceneMapper.java | 2 +- .../mt/wms/core/dal/mapper/SmsSendMapper.java | 2 +- .../mt/wms/core/dal/mapper/SmsSignMapper.java | 2 +- .../core/dal/mapper/SmsTemplateMapper.java | 2 +- .../core/dal/mapper/SysDictDataMapper.java | 2 +- .../core/dal/mapper/SysDictTypeMapper.java | 2 +- .../mt/wms/core/dal/mapper/SysFileMapper.java | 2 +- .../core/dal/mapper/SysFileTypeMapper.java | 2 +- .../mt/wms/core/dal/mapper/SysMenuMapper.java | 2 +- .../dal/mapper/SysMenuResourceMapper.java | 2 +- .../mt/wms/core/dal/mapper/SysOrgMapper.java | 2 +- .../mt/wms/core/dal/mapper/SysPostMapper.java | 2 +- .../mt/wms/core/dal/mapper/SysRoleMapper.java | 2 +- .../core/dal/mapper/SysRoleMenuMapper.java | 2 +- .../mt/wms/core/dal/mapper/SysUserMapper.java | 2 +- .../core/dal/mapper/SysUserPostMapper.java | 2 +- .../core/dal/mapper/SysUserRoleMapper.java | 2 +- .../wms/core/dal/mapper/TaskDetHisMapper.java | 2 +- .../mt/wms/core/dal/mapper/TaskHisMapper.java | 2 +- .../core/dal/mapper/TaskSourceLogMapper.java | 2 +- .../wms/core/dal/mapper/TrayInfoMapper.java | 2 +- .../core/dal/mapper/VehicleInfoMapper.java | 2 +- .../wms/core/dal/mapper/WarehouseMapper.java | 2 +- .../mapper/WechatTemplateMessageMapper.java | 2 +- .../core/dal/mapper/WmsAndWcsLogMapper.java | 2 +- .../core/dal/service/AlarmBaseServiceBiz.java | 2 +- .../core/dal/service/AlarmInfoServiceBiz.java | 2 +- .../dal/service/CurrTaskDetServiceBiz.java | 2 +- .../core/dal/service/CurrTaskServiceBiz.java | 2 +- .../core/dal/service/FactoryServiceBiz.java | 2 +- .../dal/service/InStockInfoHisServiceBiz.java | 2 +- .../dal/service/InStockInfoServiceBiz.java | 2 +- .../core/dal/service/KilnInfoServiceBiz.java | 2 +- .../core/dal/service/LocationServiceBiz.java | 2 +- .../core/dal/service/LoginLogServiceBiz.java | 2 +- .../dal/service/LoginSessionServiceBiz.java | 2 +- .../dal/service/OrderInfoHisServiceBiz.java | 2 +- .../core/dal/service/OrderInfoServiceBiz.java | 2 +- .../core/dal/service/ParBaseServiceBiz.java | 2 +- .../dal/service/ParEleValueServiceBiz.java | 2 +- .../dal/service/ParGasValueServiceBiz.java | 2 +- .../core/dal/service/ParInfoServiceBiz.java | 2 +- .../service/ParRotSpeedValueServiceBiz.java | 2 +- .../dal/service/ParTemValueServiceBiz.java | 2 +- .../dal/service/ProductAttrServiceBiz.java | 2 +- .../dal/service/ProductLibraryServiceBiz.java | 2 +- .../core/dal/service/ResourceServiceBiz.java | 2 +- .../core/dal/service/SmsCodeServiceBiz.java | 2 +- .../core/dal/service/SmsSceneServiceBiz.java | 2 +- .../core/dal/service/SmsSendServiceBiz.java | 2 +- .../core/dal/service/SmsSignServiceBiz.java | 2 +- .../dal/service/SmsTemplateServiceBiz.java | 2 +- .../dal/service/SysDictDataServiceBiz.java | 2 +- .../dal/service/SysDictTypeServiceBiz.java | 2 +- .../core/dal/service/SysFileServiceBiz.java | 2 +- .../dal/service/SysFileTypeServiceBiz.java | 2 +- .../service/SysMenuResourceServiceBiz.java | 2 +- .../core/dal/service/SysMenuServiceBiz.java | 2 +- .../core/dal/service/SysOrgServiceBiz.java | 2 +- .../core/dal/service/SysPostServiceBiz.java | 2 +- .../dal/service/SysRoleMenuServiceBiz.java | 2 +- .../core/dal/service/SysRoleServiceBiz.java | 2 +- .../dal/service/SysUserPostServiceBiz.java | 2 +- .../dal/service/SysUserRoleServiceBiz.java | 2 +- .../core/dal/service/SysUserServiceBiz.java | 2 +- .../dal/service/TaskDetHisServiceBiz.java | 2 +- .../core/dal/service/TaskHisServiceBiz.java | 2 +- .../dal/service/TaskSourceLogServiceBiz.java | 2 +- .../core/dal/service/TrayInfoServiceBiz.java | 2 +- .../dal/service/VehicleInfoServiceBiz.java | 2 +- .../core/dal/service/WarehouseServiceBiz.java | 2 +- .../WechatTemplateMessageServiceBiz.java | 2 +- .../dal/service/WmsAndWcsLogServiceBiz.java | 2 +- .../service/impl/AlarmBaseServiceBizImpl.java | 2 +- .../service/impl/AlarmInfoServiceBizImpl.java | 2 +- .../impl/CurrTaskDetServiceBizImpl.java | 2 +- .../service/impl/CurrTaskServiceBizImpl.java | 2 +- .../service/impl/FactoryServiceBizImpl.java | 2 +- .../impl/InStockInfoHisServiceBizImpl.java | 2 +- .../impl/InStockInfoServiceBizImpl.java | 2 +- .../service/impl/KilnInfoServiceBizImpl.java | 2 +- .../service/impl/LocationServiceBizImpl.java | 2 +- .../service/impl/LoginLogServiceBizImpl.java | 2 +- .../impl/LoginSessionServiceBizImpl.java | 2 +- .../impl/OrderInfoHisServiceBizImpl.java | 2 +- .../service/impl/OrderInfoServiceBizImpl.java | 2 +- .../service/impl/ParBaseServiceBizImpl.java | 2 +- .../impl/ParEleValueServiceBizImpl.java | 2 +- .../impl/ParGasValueServiceBizImpl.java | 2 +- .../service/impl/ParInfoServiceBizImpl.java | 2 +- .../impl/ParRotSpeedValueServiceBizImpl.java | 2 +- .../impl/ParTemValueServiceBizImpl.java | 2 +- .../impl/ProductAttrServiceBizImpl.java | 2 +- .../impl/ProductLibraryServiceBizImpl.java | 2 +- .../service/impl/ResourceServiceBizImpl.java | 2 +- .../service/impl/SmsCodeServiceBizImpl.java | 2 +- .../service/impl/SmsSceneServiceBizImpl.java | 2 +- .../service/impl/SmsSendServiceBizImpl.java | 2 +- .../service/impl/SmsSignServiceBizImpl.java | 2 +- .../impl/SmsTemplateServiceBizImpl.java | 2 +- .../impl/SysDictDataServiceBizImpl.java | 2 +- .../impl/SysDictTypeServiceBizImpl.java | 2 +- .../service/impl/SysFileServiceBizImpl.java | 2 +- .../impl/SysFileTypeServiceBizImpl.java | 2 +- .../impl/SysMenuResourceServiceBizImpl.java | 2 +- .../service/impl/SysMenuServiceBizImpl.java | 2 +- .../service/impl/SysOrgServiceBizImpl.java | 2 +- .../service/impl/SysPostServiceBizImpl.java | 2 +- .../impl/SysRoleMenuServiceBizImpl.java | 2 +- .../service/impl/SysRoleServiceBizImpl.java | 2 +- .../impl/SysUserPostServiceBizImpl.java | 2 +- .../impl/SysUserRoleServiceBizImpl.java | 2 +- .../service/impl/SysUserServiceBizImpl.java | 2 +- .../impl/TaskDetHisServiceBizImpl.java | 2 +- .../service/impl/TaskHisServiceBizImpl.java | 2 +- .../impl/TaskSourceLogServiceBizImpl.java | 2 +- .../service/impl/TrayInfoServiceBizImpl.java | 2 +- .../impl/VehicleInfoServiceBizImpl.java | 2 +- .../service/impl/WarehouseServiceBizImpl.java | 2 +- .../WechatTemplateMessageServiceBizImpl.java | 2 +- .../impl/WmsAndWcsLogServiceBizImpl.java | 2 +- 205 files changed, 1083 insertions(+), 218 deletions(-) create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/controller/EmptyController.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/controller/WarehouseController.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/mapper/EmptyMapper.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/params/EmptyParam.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/params/EmptyQueryParam.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/params/WarehouseParam.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/params/WarehouseQueryParam.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/service/EmptyService.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/service/WarehouseService.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/service/impl/EmptyServiceImpl.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/service/impl/WarehouseServiceImpl.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/vo/EmptyVo.java create mode 100644 6.program/wms-basic/src/main/java/com/mt/wms/basic/vo/WarehouseVo.java diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/controller/EmptyController.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/controller/EmptyController.java new file mode 100644 index 0000000..b84593c --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/controller/EmptyController.java @@ -0,0 +1,99 @@ +package com.mt.wms.basic.controller; + +import com.mt.wms.basic.params.EmptyParam; +import com.mt.wms.basic.params.EmptyQueryParam; +import com.mt.wms.basic.service.EmptyService; +import com.mt.wms.basic.vo.EmptyVo; +import com.mt.wms.core.base.BaseController; +import com.mt.wms.core.constants.CommonConstant; +import com.mt.wms.core.params.EnabledParam; +import com.mt.wms.core.params.IdListParam; +import com.mt.wms.core.params.IdParam; +import com.mt.wms.core.validator.groups.AddGroup; +import com.mt.wms.core.validator.groups.PageGroup; +import com.mt.wms.core.validator.groups.UpdateGroup; +import com.mt.wms.core.vo.IdListVo; +import com.mt.wms.core.vo.IdVo; +import com.mt.wms.core.vo.PageVo; +import com.mt.wms.core.vo.R; +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; +import lombok.extern.slf4j.Slf4j; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.validation.annotation.Validated; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; + +import javax.validation.groups.Default; +import java.util.List; + +/** + * @author jiff + * @date 2020/12/22 + * @since 1.0 + */ +@RestController +@RequestMapping(CommonConstant.API_MODULE_BASE + "empty") +@Slf4j +@Api(value = "xx管理", tags = "xx", hidden = false) +public class EmptyController extends BaseController { + @Autowired + private EmptyService emptyService; + + @PostMapping(value = "get") + @ApiOperation(value = "获取xx") + private R get(@Validated @RequestBody IdParam idParam) { + return emptyService.get(idParam); + } + + @PostMapping(value = "list") + @ApiOperation(value = "获取xx列表") + private R> list(@Validated({Default.class}) @RequestBody EmptyQueryParam emptyQueryParam) { + return emptyService.list(emptyQueryParam); + } + + @PostMapping(value = "page") + @ApiOperation(value = "获取分页xx") + private R> page(@Validated({PageGroup.class, Default.class}) @RequestBody EmptyQueryParam emptyQueryParam) { + return emptyService.page(emptyQueryParam); + } + + @PostMapping(value = "tree") + @ApiOperation(value = "获取xx树列表") + private R> tree(@Validated({Default.class}) @RequestBody EmptyQueryParam emptyQueryParam) { + return emptyService.tree(emptyQueryParam); + } + + @PostMapping(value = "add") + @ApiOperation(value = "新增") + private R add(@Validated({AddGroup.class, Default.class}) @RequestBody EmptyParam emptyParam) { + return emptyService.add(emptyParam); + } + + @PostMapping(value = "update") + @ApiOperation(value = "更新") + private R update(@Validated({UpdateGroup.class, Default.class}) @RequestBody EmptyParam emptyParam) { + return emptyService.update(emptyParam); + } + + @PostMapping(value = "enabled") + @ApiOperation(value = "启停xx") + private R enabled(@Validated @RequestBody EnabledParam enabledParam) { + return emptyService.enabled(enabledParam); + } + + @PostMapping(value = "delete") + @ApiOperation(value = "删除xx") + private R delete(@Validated @RequestBody IdParam idParam) { + return emptyService.delete(idParam); + } + + @PostMapping(value = "batchDelete") + @ApiOperation(value = "批量删除xx") + private R delete(@Validated @RequestBody IdListParam idListParam) { + return emptyService.delete(idListParam); + } + +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/controller/WarehouseController.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/controller/WarehouseController.java new file mode 100644 index 0000000..050b217 --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/controller/WarehouseController.java @@ -0,0 +1,82 @@ +package com.mt.wms.basic.controller; + +import com.mt.wms.basic.params.EmptyParam; +import com.mt.wms.basic.params.EmptyQueryParam; +import com.mt.wms.basic.params.WarehouseParam; +import com.mt.wms.basic.params.WarehouseQueryParam; +import com.mt.wms.basic.service.WarehouseService; +import com.mt.wms.basic.vo.EmptyVo; +import com.mt.wms.basic.vo.WarehouseVo; +import com.mt.wms.core.base.BaseController; +import com.mt.wms.core.constants.CommonConstant; +import com.mt.wms.core.params.EnabledParam; +import com.mt.wms.core.params.IdParam; +import com.mt.wms.core.validator.groups.AddGroup; +import com.mt.wms.core.validator.groups.PageGroup; +import com.mt.wms.core.validator.groups.UpdateGroup; +import com.mt.wms.core.vo.IdVo; +import com.mt.wms.core.vo.PageVo; +import com.mt.wms.core.vo.R; +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; +import lombok.extern.slf4j.Slf4j; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.validation.annotation.Validated; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; + +import javax.validation.groups.Default; +import java.util.List; + +/** + * @Author: liguanghao + * @Date: 2021/9/28 17:00 + * @Version 1.0 + */ +@RestController +@RequestMapping(CommonConstant.API_MODULE_BASE + "basic") +@Slf4j +@Api(value = "缓存区管理", tags = "缓存区管理", hidden = false) +public class WarehouseController extends BaseController { + + @Autowired + private WarehouseService warehouseService; + @PostMapping(value = "get") + @ApiOperation(value = "获取缓存区") + private R get(@Validated @RequestBody IdParam idParam) { + return warehouseService.get(idParam); + } + + @PostMapping(value = "list") + @ApiOperation(value = "获取缓存区列表") + private R> list(@Validated({Default.class}) @RequestBody WarehouseQueryParam warehouseQueryParam) { + return warehouseService.list(warehouseQueryParam); + } + + @PostMapping(value = "page") + @ApiOperation(value = "获取分页缓存区") + private R> page(@Validated({PageGroup.class, Default.class}) @RequestBody WarehouseQueryParam warehouseQueryParam) { + return warehouseService.page(warehouseQueryParam); + } + + @PostMapping(value = "add") + @ApiOperation(value = "新增") + private R add(@Validated({AddGroup.class, Default.class}) @RequestBody WarehouseParam warehouseParam) { + return warehouseService.add(warehouseParam); + } + + @PostMapping(value = "update") + @ApiOperation(value = "更新") + private R update(@Validated({UpdateGroup.class, Default.class}) @RequestBody WarehouseParam warehouseParam) { + return warehouseService.update(warehouseParam); + } + + @PostMapping(value = "delete") + @ApiOperation(value = "删除缓存区") + private R delete(@Validated @RequestBody IdParam idParam) { + return warehouseService.delete(idParam); + } + +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/mapper/EmptyMapper.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/mapper/EmptyMapper.java new file mode 100644 index 0000000..6769c28 --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/mapper/EmptyMapper.java @@ -0,0 +1,28 @@ +package com.mt.wms.basic.mapper; + +import com.mt.wms.basic.vo.EmptyVo; +import org.apache.ibatis.annotations.Param; +import org.springframework.stereotype.Repository; + +import java.util.List; + +/** + * xxmapper类 + * + * @author jiff + * @date 2018/11/9 + * @since 1.0 + */ +@Repository +public interface EmptyMapper { + + /** + * 获取xx列表 + * + * @param id ID + * @param category 分类 + * @return xx列表 + */ + List listBy(@Param("id") Long id, @Param("category") Integer category); + +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/EmptyParam.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/EmptyParam.java new file mode 100644 index 0000000..b067ab7 --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/EmptyParam.java @@ -0,0 +1,40 @@ +package com.mt.wms.basic.params; + +import com.mt.wms.core.base.BaseParam; +import com.mt.wms.core.validator.groups.UpdateGroup; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.experimental.Accessors; + +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotNull; + +/** + * @author jiff + * @date 2020/12/22 + * @since 1.0 + */ +@Data +@EqualsAndHashCode(callSuper = false) +@Accessors(chain = true) +@ApiModel(value = "xx参数对象", description = "用于新增和更新xx信息") +public class EmptyParam extends BaseParam { + + private static final long serialVersionUID = 1L; + + /** + * 主键,自增 + */ + @ApiModelProperty(value = "主键,更新时需要填写", example = "1") + @NotNull(message = "xxID不能为空", groups = {UpdateGroup.class}) + private Long id; + + /** + * xx名称 + */ + @ApiModelProperty(value = "xx名称", required = true, example = "xx管理") + @NotBlank(message = "xx名称不能为空") + private String name; +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/EmptyQueryParam.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/EmptyQueryParam.java new file mode 100644 index 0000000..f187cfc --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/EmptyQueryParam.java @@ -0,0 +1,27 @@ +package com.mt.wms.basic.params; + +import com.mt.wms.core.params.BasePageParam; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.experimental.Accessors; + +/** + * @author jiff + * @date 2020/12/22 + * @since 1.0 + */ +@Data +@EqualsAndHashCode(callSuper = false) +@Accessors(chain = true) +@ApiModel(value = "xx查询参数", description = "用于查询xx信息") +public class EmptyQueryParam extends BasePageParam { + + /** + * xx名称 + */ + @ApiModelProperty(value = "xx名称", required = false, example = "xx管理") + private String name; + +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/WarehouseParam.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/WarehouseParam.java new file mode 100644 index 0000000..441606b --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/WarehouseParam.java @@ -0,0 +1,64 @@ +package com.mt.wms.basic.params; + +import com.mt.wms.core.base.BaseParam; +import com.mt.wms.core.validator.groups.UpdateGroup; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.experimental.Accessors; + +import javax.validation.constraints.NotNull; + +/** + * @Author: liguanghao + * @Date: 2021/9/27 14:54 + * @Version 1.0 + */ +@Data +@EqualsAndHashCode(callSuper = false) +@Accessors(chain = true) +@ApiModel(value = "缓存区参数对象", description = "用于新增和更新缓存区信息") +public class WarehouseParam extends BaseParam { + + private static final long serialVersionUID = 1L; + + /** + * 主键,自增 + */ + @ApiModelProperty(value = "主键,更新时需要填写",required = false, example = "1") + @NotNull(message = "xxID不能为空", groups = {UpdateGroup.class}) + private Long id; + + /** + * 编码 + */ + @ApiModelProperty(value = "编码",required = true, example = "1") + @NotNull(message = "编码不能为空") + private String code; + + /** + * 仓库名称 + */ + @ApiModelProperty(value = "仓库名称",required = true, example = "1") + @NotNull(message = "仓库名称不能为空") + private String warehouseName; + + /** + * 规格 + */ + @ApiModelProperty(value = "规格",required = true, example = "1") + private String spec; + + /** + * 备注 + */ + @ApiModelProperty(value = "备注",required = true, example = "1") + private String note; + + /** + * 描述 + */ + @ApiModelProperty(value = "描述",required = true, example = "1") + private String description; +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/WarehouseQueryParam.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/WarehouseQueryParam.java new file mode 100644 index 0000000..53b2327 --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/params/WarehouseQueryParam.java @@ -0,0 +1,34 @@ +package com.mt.wms.basic.params; + +import com.mt.wms.core.params.BasePageParam; +import com.mt.wms.core.validator.groups.UpdateGroup; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.experimental.Accessors; + +import javax.validation.constraints.NotNull; + +/** + * @Author: liguanghao + * @Date: 2021/9/28 15:09 + * @Version 1.0 + */ +@Data +@EqualsAndHashCode(callSuper = false) +@Accessors(chain = true) +@ApiModel(value = "缓存区查询参数", description = "用于查询缓存区信息") +public class WarehouseQueryParam extends BasePageParam { + /** + * 主键,自增 + */ + @ApiModelProperty(value = "主键",required = false, example = "1") + private Long id; + + /** + * 编码 + */ + @ApiModelProperty(value = "编码",required = false, example = "1") + private String code; +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/EmptyService.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/EmptyService.java new file mode 100644 index 0000000..b3787a1 --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/EmptyService.java @@ -0,0 +1,94 @@ +package com.mt.wms.basic.service; + +import com.mt.wms.basic.params.EmptyParam; +import com.mt.wms.basic.params.EmptyQueryParam; +import com.mt.wms.basic.vo.EmptyVo; +import com.mt.wms.core.params.EnabledParam; +import com.mt.wms.core.params.IdListParam; +import com.mt.wms.core.params.IdParam; +import com.mt.wms.core.vo.IdListVo; +import com.mt.wms.core.vo.IdVo; +import com.mt.wms.core.vo.PageVo; +import com.mt.wms.core.vo.R; +import java.util.List; + +/** + * xx服务 + * + * @author jiff + * @date 2020/12/22 + * @since 1.0 + */ +public interface EmptyService { + /** + * 获取xx + * + * @param idParam 主键参数 + * @return xx + */ + R get(IdParam idParam); + + /** + * 获取xx列表 + * + * @param emptyQueryParam xx查询参数 + * @return xx列表 + */ + R> list(EmptyQueryParam emptyQueryParam); + + /** + * 获取xx分页列表 + * + * @param emptyQueryParam xx查询参数 + * @return xx分页列表 + */ + R> page(EmptyQueryParam emptyQueryParam); + + /** + * 获取xx树列表 + * + * @param emptyQueryParam xx查询参数 + * @return xx树列表 + */ + R> tree(EmptyQueryParam emptyQueryParam); + + /** + * 新增xx + * + * @param emptyParam xx参数 + * @return 主键 + */ + R add(EmptyParam emptyParam); + + /** + * 更新xx + * + * @param emptyParam xx参数 + * @return 主键 + */ + R update(EmptyParam emptyParam); + + /** + * 启用停用 + * + * @param enabledParam 启停参数 + * @return 主键 + */ + R enabled(EnabledParam enabledParam); + + /** + * 删除xx + * + * @param idParam 主键参数 + * @return 主键 + */ + R delete(IdParam idParam); + + /** + * 批量删除xx + * + * @param idListParam 主键列表参数 + * @return 主键列表 + */ + R delete(IdListParam idListParam); +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/WarehouseService.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/WarehouseService.java new file mode 100644 index 0000000..0049f5c --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/WarehouseService.java @@ -0,0 +1,73 @@ +package com.mt.wms.basic.service; + +import com.mt.wms.basic.params.EmptyParam; +import com.mt.wms.basic.params.EmptyQueryParam; +import com.mt.wms.basic.params.WarehouseParam; +import com.mt.wms.basic.params.WarehouseQueryParam; +import com.mt.wms.basic.vo.EmptyVo; +import com.mt.wms.basic.vo.WarehouseVo; +import com.mt.wms.core.params.EnabledParam; +import com.mt.wms.core.params.IdParam; +import com.mt.wms.core.vo.IdVo; +import com.mt.wms.core.vo.PageVo; +import com.mt.wms.core.vo.R; + +import java.util.List; + +/** + * @Author: liguanghao + * @Date: 2021/9/28 15:36 + * @Version 1.0 + */ +public interface WarehouseService { + /** + * 获取xx + * + * @param idParam 主键参数 + * @return xx + */ + R get(IdParam idParam); + + /** + * 获取xx列表 + * + * @param warehouseQueryParam xx查询参数 + * @return xx列表 + */ + R> list(WarehouseQueryParam warehouseQueryParam); + + /** + * 获取xx分页列表 + * + * @param warehouseQueryParam xx查询参数 + * @return xx分页列表 + */ + R> page(WarehouseQueryParam warehouseQueryParam); + + + /** + * 新增xx + * + * @param warehouseParam xx参数 + * @return 主键 + */ + R add(WarehouseParam warehouseParam); + + /** + * 更新xx + * + * @param warehouseParam xx参数 + * @return 主键 + */ + R update(WarehouseParam warehouseParam); + + + /** + * 删除xx + * + * @param idParam 主键参数 + * @return 主键 + */ + R delete(IdParam idParam); + +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/impl/EmptyServiceImpl.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/impl/EmptyServiceImpl.java new file mode 100644 index 0000000..24db528 --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/impl/EmptyServiceImpl.java @@ -0,0 +1,128 @@ +package com.mt.wms.basic.service.impl; + +import com.mt.wms.basic.params.EmptyParam; +import com.mt.wms.basic.params.EmptyQueryParam; +import com.mt.wms.basic.service.EmptyService; +import com.mt.wms.basic.vo.EmptyVo; +import com.mt.wms.core.base.BaseService; +import com.mt.wms.core.params.EnabledParam; +import com.mt.wms.core.params.IdListParam; +import com.mt.wms.core.params.IdParam; +import com.mt.wms.core.vo.IdListVo; +import com.mt.wms.core.vo.IdVo; +import com.mt.wms.core.vo.PageVo; +import com.mt.wms.core.vo.R; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +import java.util.List; + +/** + * xx服务实现类 + * + * @author jiff + * @date 2020/12/22 + * @since 1.0 + */ +@Service +@Transactional +public class EmptyServiceImpl extends BaseService implements EmptyService { + /** + * 获取xx + * + * @param idParam 主键参数 + * @return xx + */ + @Override + public R get(IdParam idParam) { + return null; + } + + /** + * 获取xx列表 + * + * @param emptyQueryParam xx查询参数 + * @return xx列表 + */ + @Override + public R> list(EmptyQueryParam emptyQueryParam) { + return null; + } + + /** + * 获取xx分页列表 + * + * @param emptyQueryParam xx查询参数 + * @return xx分页列表 + */ + @Override + public R> page(EmptyQueryParam emptyQueryParam) { + return null; + } + + /** + * 获取xx树列表 + * + * @param emptyQueryParam xx查询参数 + * @return xx树列表 + */ + @Override + public R> tree(EmptyQueryParam emptyQueryParam) { + return null; + } + + /** + * 新增xx + * + * @param emptyParam xx参数 + * @return 主键 + */ + @Override + public R add(EmptyParam emptyParam) { + return null; + } + + /** + * 更新xx + * + * @param emptyParam xx参数 + * @return 主键 + */ + @Override + public R update(EmptyParam emptyParam) { + return null; + } + + /** + * 启用停用 + * + * @param enabledParam 启停参数 + * @return 主键 + */ + @Override + public R enabled(EnabledParam enabledParam) { + return null; + } + + /** + * 删除xx + * + * @param idParam 主键参数 + * @return 主键 + */ + @Override + public R delete(IdParam idParam) { + return null; + } + + /** + * 批量删除xx + * + * @param idListParam 主键列表参数 + * @return 主键列表 + */ + @Override + public R delete(IdListParam idListParam) { + return null; + } +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/impl/WarehouseServiceImpl.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/impl/WarehouseServiceImpl.java new file mode 100644 index 0000000..a5e6699 --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/service/impl/WarehouseServiceImpl.java @@ -0,0 +1,91 @@ +package com.mt.wms.basic.service.impl; + +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.mt.wms.basic.params.WarehouseParam; +import com.mt.wms.basic.params.WarehouseQueryParam; +import com.mt.wms.basic.service.WarehouseService; +import com.mt.wms.basic.vo.WarehouseVo; +import com.mt.wms.core.api.Assert; +import com.mt.wms.core.base.BaseService; +import com.mt.wms.core.dal.entity.Warehouse; +import com.mt.wms.core.dal.service.WarehouseServiceBiz; +import com.mt.wms.core.errorcode.ApiErrorCode; +import com.mt.wms.core.params.IdParam; +import com.mt.wms.core.vo.IdVo; +import com.mt.wms.core.vo.PageVo; +import com.mt.wms.core.vo.R; +import org.apache.commons.lang.StringUtils; +import org.springframework.beans.BeanUtils; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +import javax.annotation.Resource; +import java.util.List; + +/** + * @Author: liguanghao + * @Date: 2021/9/28 15:45 + * @Version 1.0 + */ +@Service +@Transactional +public class WarehouseServiceImpl extends BaseService implements WarehouseService { + + @Resource + private WarehouseServiceBiz warehouseServiceBiz; + @Override + public R get(IdParam idParam) { + Assert.notNull(ApiErrorCode.INVALID_PARAMETER,idParam.getId()); + Warehouse warehouse = warehouseServiceBiz.getById(idParam.getId()); + WarehouseVo warehouseVo = WarehouseVo.builder().build(); + BeanUtils.copyProperties(warehouse,warehouseVo); + return successful(warehouseVo); + } + + @Override + public R> list(WarehouseQueryParam warehouseQueryParam) { + return null; + } + + @Override + public R> page(WarehouseQueryParam warehouseQueryParam) { + QueryWrapper wrapper=new QueryWrapper<>(); + wrapper.like(StringUtils.isNotBlank(warehouseQueryParam.getCode()),Warehouse.CODE,warehouseQueryParam.getCode()) + .orderByDesc(Warehouse.CREATE_TIME); + Page page = warehouseServiceBiz.page(new Page<>(warehouseQueryParam.getCurrent(), warehouseQueryParam.getSize()), wrapper); + return successful(new PageVo<>(page,WarehouseVo.class)); + } + + @Override + public R add(WarehouseParam warehouseParam) { + QueryWrapper wrapper=new QueryWrapper<>(); + Warehouse warehouse=new Warehouse(); + BeanUtils.copyProperties(warehouseParam,warehouse); + setCommonField(warehouse); + warehouseServiceBiz.save(warehouse); + return successful(IdVo.builder().id(warehouse.getId()).build()); + } + + @Override + public R update(WarehouseParam warehouseParam) { + Warehouse warehouse = warehouseServiceBiz.getById(warehouseParam.getId()); + if (!warehouseParam.getCode().equals(warehouse.getCode())){ + QueryWrapper wrapper=new QueryWrapper<>(); + wrapper.eq(Warehouse.CODE,warehouseParam.getCode()); + wrapper.eq(Warehouse.VALID,1); + Assert.eqZero(warehouseServiceBiz.count(wrapper),"缓存区编码已存在!"); + } + Warehouse updateWarehouse=new Warehouse(); + BeanUtils.copyProperties(warehouseParam,updateWarehouse); + setUpdateCommonField(updateWarehouse); + warehouseServiceBiz.updateById(updateWarehouse); + return successful(IdVo.builder().id(updateWarehouse.getId()).build()); + } + + @Override + public R delete(IdParam idParam) { + warehouseServiceBiz.removeById(idParam.getId()); + return successful(IdVo.builder().id(idParam.getId()).build()); + } +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/vo/EmptyVo.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/vo/EmptyVo.java new file mode 100644 index 0000000..d934d10 --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/vo/EmptyVo.java @@ -0,0 +1,45 @@ +package com.mt.wms.basic.vo; + +import com.mt.wms.core.base.BaseVo; +import com.mt.wms.core.base.ITree; +import com.mt.wms.core.vo.PageVo; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.Builder; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.experimental.Accessors; + +import javax.validation.constraints.NotNull; +import java.util.List; + +/** + * + * @author jiff + * @date 2020/12/22 + * @since 1.0 + */ +@Data +@EqualsAndHashCode(callSuper = false) +@Accessors(chain = true) +@Builder +@ApiModel(value = "xx视图对象", description = "用于查询xx信息") +public class EmptyVo extends BaseVo implements PageVo.ConvertVo, ITree { + /** + * 主键,自增 + */ + @ApiModelProperty(value = "主键", required = true, example = "1") + @NotNull(message = "ID不能为空") + private Long id; + /** + * 父xxID + */ + @ApiModelProperty(value = "父xxID", example = "0") + @NotNull(message = "父xx不能为空") + private Long parentId; + /** + * 子列表 + */ + @ApiModelProperty(value = "子列表,用于获取xx树时才有数据", required = false) + private List children; +} diff --git a/6.program/wms-basic/src/main/java/com/mt/wms/basic/vo/WarehouseVo.java b/6.program/wms-basic/src/main/java/com/mt/wms/basic/vo/WarehouseVo.java new file mode 100644 index 0000000..2b14ced --- /dev/null +++ b/6.program/wms-basic/src/main/java/com/mt/wms/basic/vo/WarehouseVo.java @@ -0,0 +1,60 @@ +package com.mt.wms.basic.vo; + +import com.mt.wms.core.base.BaseVo; +import com.mt.wms.core.vo.PageVo; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.Builder; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.experimental.Accessors; + +import javax.validation.constraints.NotNull; + +/** + * @Author: liguanghao + * @Date: 2021/9/27 14:41 + * @Version 1.0 + */ +@Data +@EqualsAndHashCode(callSuper = false) +@Accessors(chain = true) +@Builder +@ApiModel(value = "xx视图对象", description = "用于查询xx信息") +public class WarehouseVo extends BaseVo implements PageVo.ConvertVo{ + /** + * 主键,自增 + */ + @ApiModelProperty(value = "主键", required = true, example = "1") + private Long id; + + /** + * 编码 + */ + @ApiModelProperty(value = "编码", example = "1") + private String code; + + /** + * 仓库名称 + */ + @ApiModelProperty(value = "仓库名称", example = "1") + private String warehouseName; + + /** + * 规格 + */ + @ApiModelProperty(value = "规格", example = "1") + private String spec; + + /** + * 备注 + */ + @ApiModelProperty(value = "备注", example = "1") + private String note; + + /** + * 描述信息 + */ + @ApiModelProperty(value = "描述信息", example = "1") + private String description; +} diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/AlarmBase.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/AlarmBase.java index c27d469..d68064d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/AlarmBase.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/AlarmBase.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class AlarmBase extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/AlarmInfo.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/AlarmInfo.java index 2b83a11..391a2a8 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/AlarmInfo.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/AlarmInfo.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class AlarmInfo extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/CurrTask.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/CurrTask.java index 5570a3f..5c744d9 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/CurrTask.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/CurrTask.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class CurrTask extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/CurrTaskDet.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/CurrTaskDet.java index 4ef0978..6005fa0 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/CurrTaskDet.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/CurrTaskDet.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class CurrTaskDet extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Factory.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Factory.java index 6525d9d..80bd514 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Factory.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Factory.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class Factory extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:0 可用 1不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/InStockInfo.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/InStockInfo.java index c159ea2..c9ed497 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/InStockInfo.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/InStockInfo.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class InStockInfo extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/InStockInfoHis.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/InStockInfoHis.java index da7058b..3428be0 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/InStockInfoHis.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/InStockInfoHis.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class InStockInfoHis extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/KilnInfo.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/KilnInfo.java index b76fd7b..16f8bad 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/KilnInfo.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/KilnInfo.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class KilnInfo extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Location.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Location.java index 7d81fa7..6d88fed 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Location.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Location.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class Location extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/LoginLog.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/LoginLog.java index 9a79dc5..2b17c08 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/LoginLog.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/LoginLog.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/LoginSession.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/LoginSession.java index 7ba4b0b..60925f2 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/LoginSession.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/LoginSession.java @@ -18,7 +18,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/OrderInfo.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/OrderInfo.java index 6c1f88f..733baa7 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/OrderInfo.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/OrderInfo.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class OrderInfo extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/OrderInfoHis.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/OrderInfoHis.java index a63ca08..89de5ed 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/OrderInfoHis.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/OrderInfoHis.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class OrderInfoHis extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParBase.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParBase.java index 16cf5ba..db0955c 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParBase.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParBase.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class ParBase extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParEleValue.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParEleValue.java index 3bc669d..8f01042 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParEleValue.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParEleValue.java @@ -18,7 +18,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -29,7 +29,7 @@ public class ParEleValue extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 添加时间 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParGasValue.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParGasValue.java index 01921a2..faa7413 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParGasValue.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParGasValue.java @@ -18,7 +18,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -29,7 +29,7 @@ public class ParGasValue extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 添加时间 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParInfo.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParInfo.java index 107ff86..0611ea6 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParInfo.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParInfo.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class ParInfo extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParRotSpeedValue.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParRotSpeedValue.java index dfad59f..67c9183 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParRotSpeedValue.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParRotSpeedValue.java @@ -18,7 +18,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -29,7 +29,7 @@ public class ParRotSpeedValue extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 添加时间 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParTemValue.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParTemValue.java index 829e516..7991c50 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParTemValue.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ParTemValue.java @@ -18,7 +18,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -29,7 +29,7 @@ public class ParTemValue extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 添加时间 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ProductAttr.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ProductAttr.java index bbfa642..188fcb8 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ProductAttr.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ProductAttr.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class ProductAttr extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ProductLibrary.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ProductLibrary.java index 662e499..72c8e48 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ProductLibrary.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/ProductLibrary.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class ProductLibrary extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Resource.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Resource.java index b1a0f8c..f773f2e 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Resource.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Resource.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsCode.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsCode.java index c1e1f71..cf8f76d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsCode.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsCode.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsScene.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsScene.java index d1cf4ff..a132d8f 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsScene.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsScene.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsSend.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsSend.java index a2a1488..2dd4fdc 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsSend.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsSend.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsSign.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsSign.java index 542df3c..4ba8212 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsSign.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsSign.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsTemplate.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsTemplate.java index fdff776..2cbdb0e 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsTemplate.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SmsTemplate.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysDictData.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysDictData.java index 8894fd7..8b76b11 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysDictData.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysDictData.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysDictType.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysDictType.java index ce39262..398b326 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysDictType.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysDictType.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysFile.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysFile.java index 1189752..206eb2c 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysFile.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysFile.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysFileType.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysFileType.java index 19b563c..fb20aa7 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysFileType.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysFileType.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysMenu.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysMenu.java index d076bdf..9aef620 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysMenu.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysMenu.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysMenuResource.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysMenuResource.java index dc9451c..e1da22d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysMenuResource.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysMenuResource.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysOrg.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysOrg.java index d0e7dcd..10ae371 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysOrg.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysOrg.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysPost.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysPost.java index 2a89553..3f10d8a 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysPost.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysPost.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysRole.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysRole.java index b60468b..9277113 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysRole.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysRole.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysRoleMenu.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysRoleMenu.java index 070da94..aa2c205 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysRoleMenu.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysRoleMenu.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUser.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUser.java index cabf9be..7e520a2 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUser.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUser.java @@ -20,7 +20,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUserPost.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUserPost.java index b5e4ff6..123aaa4 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUserPost.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUserPost.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUserRole.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUserRole.java index f68241a..e96d6fb 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUserRole.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/SysUserRole.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskDetHis.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskDetHis.java index 7004bdd..5ece5f1 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskDetHis.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskDetHis.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class TaskDetHis extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskHis.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskHis.java index c14d8ac..68f6c78 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskHis.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskHis.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class TaskHis extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskSourceLog.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskSourceLog.java index 6729500..4bb05d3 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskSourceLog.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TaskSourceLog.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class TaskSourceLog extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TrayInfo.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TrayInfo.java index bedd02b..ec3ac1f 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TrayInfo.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/TrayInfo.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class TrayInfo extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/VehicleInfo.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/VehicleInfo.java index 590444a..3ead784 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/VehicleInfo.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/VehicleInfo.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class VehicleInfo extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Warehouse.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Warehouse.java index fd6efe8..0c2b2c0 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Warehouse.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/Warehouse.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class Warehouse extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/WechatTemplateMessage.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/WechatTemplateMessage.java index ca16c4c..ddc0cd4 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/WechatTemplateMessage.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/WechatTemplateMessage.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/WmsAndWcsLog.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/WmsAndWcsLog.java index de9d89a..f598386 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/WmsAndWcsLog.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/entity/WmsAndWcsLog.java @@ -19,7 +19,7 @@ import lombok.experimental.Accessors; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Data @EqualsAndHashCode(callSuper = false) @@ -30,7 +30,7 @@ public class WmsAndWcsLog extends Model { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 删除标志,是否有效:1 可用 0不可用,2停止 diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/AlarmBaseMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/AlarmBaseMapper.java index b4d72b5..92cc9f5 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/AlarmBaseMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/AlarmBaseMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface AlarmBaseMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/AlarmInfoMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/AlarmInfoMapper.java index fd855ac..875ba49 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/AlarmInfoMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/AlarmInfoMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface AlarmInfoMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/CurrTaskDetMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/CurrTaskDetMapper.java index 5110f55..e63d933 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/CurrTaskDetMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/CurrTaskDetMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface CurrTaskDetMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/CurrTaskMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/CurrTaskMapper.java index cb6cd72..27faede 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/CurrTaskMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/CurrTaskMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface CurrTaskMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/FactoryMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/FactoryMapper.java index 44be540..4761935 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/FactoryMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/FactoryMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface FactoryMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/InStockInfoHisMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/InStockInfoHisMapper.java index 6007152..8fb9b80 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/InStockInfoHisMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/InStockInfoHisMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface InStockInfoHisMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/InStockInfoMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/InStockInfoMapper.java index 5b769a8..ab0956a 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/InStockInfoMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/InStockInfoMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface InStockInfoMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/KilnInfoMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/KilnInfoMapper.java index 953315d..9b298fc 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/KilnInfoMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/KilnInfoMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface KilnInfoMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LocationMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LocationMapper.java index f8c059d..6cbbe15 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LocationMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LocationMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface LocationMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LoginLogMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LoginLogMapper.java index 2452f39..3cca269 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LoginLogMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LoginLogMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface LoginLogMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LoginSessionMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LoginSessionMapper.java index 21c077f..c8ddf1f 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LoginSessionMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/LoginSessionMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface LoginSessionMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/OrderInfoHisMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/OrderInfoHisMapper.java index 8446773..6e2ef2d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/OrderInfoHisMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/OrderInfoHisMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface OrderInfoHisMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/OrderInfoMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/OrderInfoMapper.java index 4341505..576cffd 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/OrderInfoMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/OrderInfoMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface OrderInfoMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParBaseMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParBaseMapper.java index b7ff5ea..54bc660 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParBaseMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParBaseMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParBaseMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParEleValueMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParEleValueMapper.java index 5c7fe51..4bebc0f 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParEleValueMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParEleValueMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParEleValueMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParGasValueMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParGasValueMapper.java index e1a6d8c..440fe07 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParGasValueMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParGasValueMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParGasValueMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParInfoMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParInfoMapper.java index 2109d48..d3834ee 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParInfoMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParInfoMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParInfoMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParRotSpeedValueMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParRotSpeedValueMapper.java index 812e39c..97e932c 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParRotSpeedValueMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParRotSpeedValueMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParRotSpeedValueMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParTemValueMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParTemValueMapper.java index 20e654b..d9a55e3 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParTemValueMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ParTemValueMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParTemValueMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ProductAttrMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ProductAttrMapper.java index 5ddca90..ed151d3 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ProductAttrMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ProductAttrMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ProductAttrMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ProductLibraryMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ProductLibraryMapper.java index a6168eb..b856209 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ProductLibraryMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ProductLibraryMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ProductLibraryMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ResourceMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ResourceMapper.java index f25debc..72688f9 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ResourceMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/ResourceMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ResourceMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsCodeMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsCodeMapper.java index 24df405..c5f0f6d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsCodeMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsCodeMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsCodeMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSceneMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSceneMapper.java index deb7a62..924cf10 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSceneMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSceneMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsSceneMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSendMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSendMapper.java index 8661c5d..8144957 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSendMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSendMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsSendMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSignMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSignMapper.java index 68eb73f..1cf788b 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSignMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsSignMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsSignMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsTemplateMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsTemplateMapper.java index d03925c..be2e4b9 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsTemplateMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SmsTemplateMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsTemplateMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysDictDataMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysDictDataMapper.java index 6fb1d63..097e711 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysDictDataMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysDictDataMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysDictDataMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysDictTypeMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysDictTypeMapper.java index 5ef99e3..a41fad7 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysDictTypeMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysDictTypeMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysDictTypeMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysFileMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysFileMapper.java index cf6a115..3dcbfb0 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysFileMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysFileMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysFileMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysFileTypeMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysFileTypeMapper.java index 42aef80..620bdf1 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysFileTypeMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysFileTypeMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysFileTypeMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysMenuMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysMenuMapper.java index 16e3b3d..141a560 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysMenuMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysMenuMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysMenuMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysMenuResourceMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysMenuResourceMapper.java index 1682881..ff5f68b 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysMenuResourceMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysMenuResourceMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysMenuResourceMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysOrgMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysOrgMapper.java index 958df2b..92d9c4a 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysOrgMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysOrgMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysOrgMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysPostMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysPostMapper.java index c938263..53fdfc7 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysPostMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysPostMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysPostMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysRoleMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysRoleMapper.java index 4cb1925..fc1a923 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysRoleMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysRoleMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysRoleMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysRoleMenuMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysRoleMenuMapper.java index 4702353..72c68cd 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysRoleMenuMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysRoleMenuMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysRoleMenuMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserMapper.java index 6ab7b2a..42c73d6 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysUserMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserPostMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserPostMapper.java index a044b46..422ecd2 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserPostMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserPostMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysUserPostMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserRoleMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserRoleMapper.java index c85b1f4..988d5a1 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserRoleMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/SysUserRoleMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysUserRoleMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskDetHisMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskDetHisMapper.java index 4e9c62c..46ba4b0 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskDetHisMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskDetHisMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface TaskDetHisMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskHisMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskHisMapper.java index 7c47cfe..fa46123 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskHisMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskHisMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface TaskHisMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskSourceLogMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskSourceLogMapper.java index 6e892a3..079ca4d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskSourceLogMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TaskSourceLogMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface TaskSourceLogMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TrayInfoMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TrayInfoMapper.java index 2a6b62c..ca6f3d0 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TrayInfoMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/TrayInfoMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface TrayInfoMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/VehicleInfoMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/VehicleInfoMapper.java index de566b6..54d6342 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/VehicleInfoMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/VehicleInfoMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface VehicleInfoMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WarehouseMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WarehouseMapper.java index 7451344..e668d8b 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WarehouseMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WarehouseMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface WarehouseMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WechatTemplateMessageMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WechatTemplateMessageMapper.java index 8cbea55..096c495 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WechatTemplateMessageMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WechatTemplateMessageMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface WechatTemplateMessageMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WmsAndWcsLogMapper.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WmsAndWcsLogMapper.java index 6257c8f..a29768b 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WmsAndWcsLogMapper.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/mapper/WmsAndWcsLogMapper.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface WmsAndWcsLogMapper extends BaseMapper { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/AlarmBaseServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/AlarmBaseServiceBiz.java index 1527e2d..5d243f0 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/AlarmBaseServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/AlarmBaseServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface AlarmBaseServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/AlarmInfoServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/AlarmInfoServiceBiz.java index 635976a..e79d798 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/AlarmInfoServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/AlarmInfoServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface AlarmInfoServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/CurrTaskDetServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/CurrTaskDetServiceBiz.java index 9e20d8f..01a2022 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/CurrTaskDetServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/CurrTaskDetServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface CurrTaskDetServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/CurrTaskServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/CurrTaskServiceBiz.java index d9fa741..46cb2e9 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/CurrTaskServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/CurrTaskServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface CurrTaskServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/FactoryServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/FactoryServiceBiz.java index 6e4b026..f6a6716 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/FactoryServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/FactoryServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface FactoryServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/InStockInfoHisServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/InStockInfoHisServiceBiz.java index fb65a51..4c64c61 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/InStockInfoHisServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/InStockInfoHisServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface InStockInfoHisServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/InStockInfoServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/InStockInfoServiceBiz.java index 1d2e047..b7c6999 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/InStockInfoServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/InStockInfoServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface InStockInfoServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/KilnInfoServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/KilnInfoServiceBiz.java index 65928c5..149b0d5 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/KilnInfoServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/KilnInfoServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface KilnInfoServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LocationServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LocationServiceBiz.java index 044bdfb..1475a66 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LocationServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LocationServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface LocationServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LoginLogServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LoginLogServiceBiz.java index 8a2774d..599296d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LoginLogServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LoginLogServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface LoginLogServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LoginSessionServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LoginSessionServiceBiz.java index b899b93..0a2e799 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LoginSessionServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/LoginSessionServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface LoginSessionServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/OrderInfoHisServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/OrderInfoHisServiceBiz.java index 9c9b730..2398136 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/OrderInfoHisServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/OrderInfoHisServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface OrderInfoHisServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/OrderInfoServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/OrderInfoServiceBiz.java index 4200613..432687b 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/OrderInfoServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/OrderInfoServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface OrderInfoServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParBaseServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParBaseServiceBiz.java index 685e4ce..638faff 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParBaseServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParBaseServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParBaseServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParEleValueServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParEleValueServiceBiz.java index 1f3db03..3f69ce2 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParEleValueServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParEleValueServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParEleValueServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParGasValueServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParGasValueServiceBiz.java index 9a94f13..9dcf274 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParGasValueServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParGasValueServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParGasValueServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParInfoServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParInfoServiceBiz.java index b0fe1d4..8300f81 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParInfoServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParInfoServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParInfoServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParRotSpeedValueServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParRotSpeedValueServiceBiz.java index 47a44b6..02e1bbd 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParRotSpeedValueServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParRotSpeedValueServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParRotSpeedValueServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParTemValueServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParTemValueServiceBiz.java index 839f60f..91b5021 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParTemValueServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ParTemValueServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ParTemValueServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ProductAttrServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ProductAttrServiceBiz.java index 958a876..d71e4d3 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ProductAttrServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ProductAttrServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ProductAttrServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ProductLibraryServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ProductLibraryServiceBiz.java index 85b3ef8..1a90b10 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ProductLibraryServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ProductLibraryServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ProductLibraryServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ResourceServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ResourceServiceBiz.java index 90b2aef..6cba328 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ResourceServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/ResourceServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface ResourceServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsCodeServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsCodeServiceBiz.java index aac85e0..da4de5b 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsCodeServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsCodeServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsCodeServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSceneServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSceneServiceBiz.java index 02aa55d..a15bbf1 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSceneServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSceneServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsSceneServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSendServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSendServiceBiz.java index c9cbbea..eebe0d6 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSendServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSendServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsSendServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSignServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSignServiceBiz.java index 1c160f7..2fe2807 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSignServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsSignServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsSignServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsTemplateServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsTemplateServiceBiz.java index 561bc50..0d2f61c 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsTemplateServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SmsTemplateServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SmsTemplateServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysDictDataServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysDictDataServiceBiz.java index 0d58dc9..c8c04f2 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysDictDataServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysDictDataServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysDictDataServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysDictTypeServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysDictTypeServiceBiz.java index e623cd1..1c4ad3c 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysDictTypeServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysDictTypeServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysDictTypeServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysFileServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysFileServiceBiz.java index cd26179..b35044f 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysFileServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysFileServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysFileServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysFileTypeServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysFileTypeServiceBiz.java index b9d1dc9..0658037 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysFileTypeServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysFileTypeServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysFileTypeServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysMenuResourceServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysMenuResourceServiceBiz.java index f02d304..b57f3c5 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysMenuResourceServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysMenuResourceServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysMenuResourceServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysMenuServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysMenuServiceBiz.java index 9776616..10de654 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysMenuServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysMenuServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysMenuServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysOrgServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysOrgServiceBiz.java index b088958..cc5ec47 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysOrgServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysOrgServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysOrgServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysPostServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysPostServiceBiz.java index abfa16e..cfee5ff 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysPostServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysPostServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysPostServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysRoleMenuServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysRoleMenuServiceBiz.java index 5f5a039..088ba07 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysRoleMenuServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysRoleMenuServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysRoleMenuServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysRoleServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysRoleServiceBiz.java index 421920b..8d8aec6 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysRoleServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysRoleServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysRoleServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserPostServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserPostServiceBiz.java index fd952f8..0f7cc21 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserPostServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserPostServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysUserPostServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserRoleServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserRoleServiceBiz.java index e86be67..cee52c5 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserRoleServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserRoleServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysUserRoleServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserServiceBiz.java index d738582..de474ac 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/SysUserServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface SysUserServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskDetHisServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskDetHisServiceBiz.java index c38c53e..5a52c9b 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskDetHisServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskDetHisServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface TaskDetHisServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskHisServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskHisServiceBiz.java index 85e6c27..dc7e01c 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskHisServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskHisServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface TaskHisServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskSourceLogServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskSourceLogServiceBiz.java index ada27d0..6eb021d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskSourceLogServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TaskSourceLogServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface TaskSourceLogServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TrayInfoServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TrayInfoServiceBiz.java index f2571f3..6ca168d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TrayInfoServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/TrayInfoServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface TrayInfoServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/VehicleInfoServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/VehicleInfoServiceBiz.java index f83f8eb..9be8df3 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/VehicleInfoServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/VehicleInfoServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface VehicleInfoServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WarehouseServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WarehouseServiceBiz.java index a378950..1088847 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WarehouseServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WarehouseServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface WarehouseServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WechatTemplateMessageServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WechatTemplateMessageServiceBiz.java index b311ba2..629b995 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WechatTemplateMessageServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WechatTemplateMessageServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface WechatTemplateMessageServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WmsAndWcsLogServiceBiz.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WmsAndWcsLogServiceBiz.java index 269815a..2f98f30 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WmsAndWcsLogServiceBiz.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/WmsAndWcsLogServiceBiz.java @@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ public interface WmsAndWcsLogServiceBiz extends IService { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/AlarmBaseServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/AlarmBaseServiceBizImpl.java index 7115137..205cb06 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/AlarmBaseServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/AlarmBaseServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class AlarmBaseServiceBizImpl extends ServiceImpl implements AlarmBaseServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/AlarmInfoServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/AlarmInfoServiceBizImpl.java index 0bd6eda..01c2773 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/AlarmInfoServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/AlarmInfoServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class AlarmInfoServiceBizImpl extends ServiceImpl implements AlarmInfoServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/CurrTaskDetServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/CurrTaskDetServiceBizImpl.java index 0d33bbe..181e4c4 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/CurrTaskDetServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/CurrTaskDetServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class CurrTaskDetServiceBizImpl extends ServiceImpl implements CurrTaskDetServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/CurrTaskServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/CurrTaskServiceBizImpl.java index 572de58..564940d 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/CurrTaskServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/CurrTaskServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class CurrTaskServiceBizImpl extends ServiceImpl implements CurrTaskServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/FactoryServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/FactoryServiceBizImpl.java index 4a6e944..1dff626 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/FactoryServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/FactoryServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class FactoryServiceBizImpl extends ServiceImpl implements FactoryServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/InStockInfoHisServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/InStockInfoHisServiceBizImpl.java index d9f80b0..83755d3 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/InStockInfoHisServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/InStockInfoHisServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class InStockInfoHisServiceBizImpl extends ServiceImpl implements InStockInfoHisServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/InStockInfoServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/InStockInfoServiceBizImpl.java index 1c97fb9..9d8a3f1 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/InStockInfoServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/InStockInfoServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class InStockInfoServiceBizImpl extends ServiceImpl implements InStockInfoServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/KilnInfoServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/KilnInfoServiceBizImpl.java index bdbee18..9d770b2 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/KilnInfoServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/KilnInfoServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class KilnInfoServiceBizImpl extends ServiceImpl implements KilnInfoServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LocationServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LocationServiceBizImpl.java index 00e1c7c..93b2eed 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LocationServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LocationServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class LocationServiceBizImpl extends ServiceImpl implements LocationServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LoginLogServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LoginLogServiceBizImpl.java index 791fc7b..f513752 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LoginLogServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LoginLogServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class LoginLogServiceBizImpl extends ServiceImpl implements LoginLogServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LoginSessionServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LoginSessionServiceBizImpl.java index 2764777..b9e99a6 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LoginSessionServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/LoginSessionServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class LoginSessionServiceBizImpl extends ServiceImpl implements LoginSessionServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/OrderInfoHisServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/OrderInfoHisServiceBizImpl.java index c7ee3be..8ba24df 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/OrderInfoHisServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/OrderInfoHisServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class OrderInfoHisServiceBizImpl extends ServiceImpl implements OrderInfoHisServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/OrderInfoServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/OrderInfoServiceBizImpl.java index f3dbe1e..72861f9 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/OrderInfoServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/OrderInfoServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class OrderInfoServiceBizImpl extends ServiceImpl implements OrderInfoServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParBaseServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParBaseServiceBizImpl.java index 64dc2e5..da19c0f 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParBaseServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParBaseServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class ParBaseServiceBizImpl extends ServiceImpl implements ParBaseServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParEleValueServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParEleValueServiceBizImpl.java index 038d439..08a5989 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParEleValueServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParEleValueServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class ParEleValueServiceBizImpl extends ServiceImpl implements ParEleValueServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParGasValueServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParGasValueServiceBizImpl.java index fe3a396..58693c8 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParGasValueServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParGasValueServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class ParGasValueServiceBizImpl extends ServiceImpl implements ParGasValueServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParInfoServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParInfoServiceBizImpl.java index e8161a2..8c3ab08 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParInfoServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParInfoServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class ParInfoServiceBizImpl extends ServiceImpl implements ParInfoServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParRotSpeedValueServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParRotSpeedValueServiceBizImpl.java index 5e5d94c..d884bff 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParRotSpeedValueServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParRotSpeedValueServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class ParRotSpeedValueServiceBizImpl extends ServiceImpl implements ParRotSpeedValueServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParTemValueServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParTemValueServiceBizImpl.java index 3dc3d75..8880e69 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParTemValueServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ParTemValueServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class ParTemValueServiceBizImpl extends ServiceImpl implements ParTemValueServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ProductAttrServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ProductAttrServiceBizImpl.java index b101180..be73a85 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ProductAttrServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ProductAttrServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class ProductAttrServiceBizImpl extends ServiceImpl implements ProductAttrServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ProductLibraryServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ProductLibraryServiceBizImpl.java index eaff619..30b061c 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ProductLibraryServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ProductLibraryServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class ProductLibraryServiceBizImpl extends ServiceImpl implements ProductLibraryServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ResourceServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ResourceServiceBizImpl.java index fd6b1c1..c61c3ef 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ResourceServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/ResourceServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class ResourceServiceBizImpl extends ServiceImpl implements ResourceServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsCodeServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsCodeServiceBizImpl.java index 25c4939..1a37238 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsCodeServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsCodeServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SmsCodeServiceBizImpl extends ServiceImpl implements SmsCodeServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSceneServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSceneServiceBizImpl.java index 5ff4962..dca8b67 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSceneServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSceneServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SmsSceneServiceBizImpl extends ServiceImpl implements SmsSceneServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSendServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSendServiceBizImpl.java index 476a399..bcd5638 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSendServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSendServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SmsSendServiceBizImpl extends ServiceImpl implements SmsSendServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSignServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSignServiceBizImpl.java index 138da9d..bd5ec1f 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSignServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsSignServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SmsSignServiceBizImpl extends ServiceImpl implements SmsSignServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsTemplateServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsTemplateServiceBizImpl.java index f25c21c..aa08f19 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsTemplateServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SmsTemplateServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SmsTemplateServiceBizImpl extends ServiceImpl implements SmsTemplateServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysDictDataServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysDictDataServiceBizImpl.java index ceff58d..a17c770 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysDictDataServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysDictDataServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysDictDataServiceBizImpl extends ServiceImpl implements SysDictDataServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysDictTypeServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysDictTypeServiceBizImpl.java index 0f1a34d..27238ca 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysDictTypeServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysDictTypeServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysDictTypeServiceBizImpl extends ServiceImpl implements SysDictTypeServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysFileServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysFileServiceBizImpl.java index 1ceec21..51760d9 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysFileServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysFileServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysFileServiceBizImpl extends ServiceImpl implements SysFileServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysFileTypeServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysFileTypeServiceBizImpl.java index f331b09..cf92eec 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysFileTypeServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysFileTypeServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysFileTypeServiceBizImpl extends ServiceImpl implements SysFileTypeServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysMenuResourceServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysMenuResourceServiceBizImpl.java index 93eda44..061c890 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysMenuResourceServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysMenuResourceServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysMenuResourceServiceBizImpl extends ServiceImpl implements SysMenuResourceServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysMenuServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysMenuServiceBizImpl.java index 97b8781..c2cb699 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysMenuServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysMenuServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysMenuServiceBizImpl extends ServiceImpl implements SysMenuServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysOrgServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysOrgServiceBizImpl.java index 3220fa7..455ad73 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysOrgServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysOrgServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysOrgServiceBizImpl extends ServiceImpl implements SysOrgServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysPostServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysPostServiceBizImpl.java index 08951f0..27708fc 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysPostServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysPostServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysPostServiceBizImpl extends ServiceImpl implements SysPostServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysRoleMenuServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysRoleMenuServiceBizImpl.java index aba55be..c3034eb 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysRoleMenuServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysRoleMenuServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysRoleMenuServiceBizImpl extends ServiceImpl implements SysRoleMenuServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysRoleServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysRoleServiceBizImpl.java index d0d2b25..18e7cf7 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysRoleServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysRoleServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysRoleServiceBizImpl extends ServiceImpl implements SysRoleServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserPostServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserPostServiceBizImpl.java index a75dfaa..db8b3a4 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserPostServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserPostServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysUserPostServiceBizImpl extends ServiceImpl implements SysUserPostServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserRoleServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserRoleServiceBizImpl.java index d9c09de..b1c0c23 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserRoleServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserRoleServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysUserRoleServiceBizImpl extends ServiceImpl implements SysUserRoleServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserServiceBizImpl.java index d264695..2304415 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/SysUserServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class SysUserServiceBizImpl extends ServiceImpl implements SysUserServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskDetHisServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskDetHisServiceBizImpl.java index 1ebe34b..98bd812 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskDetHisServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskDetHisServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class TaskDetHisServiceBizImpl extends ServiceImpl implements TaskDetHisServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskHisServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskHisServiceBizImpl.java index 3c180f3..69debea 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskHisServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskHisServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class TaskHisServiceBizImpl extends ServiceImpl implements TaskHisServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskSourceLogServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskSourceLogServiceBizImpl.java index f68da3f..c5394ea 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskSourceLogServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TaskSourceLogServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class TaskSourceLogServiceBizImpl extends ServiceImpl implements TaskSourceLogServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TrayInfoServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TrayInfoServiceBizImpl.java index bc610f3..d1f4b0e 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TrayInfoServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/TrayInfoServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class TrayInfoServiceBizImpl extends ServiceImpl implements TrayInfoServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/VehicleInfoServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/VehicleInfoServiceBizImpl.java index 98cf9bf..7543856 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/VehicleInfoServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/VehicleInfoServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class VehicleInfoServiceBizImpl extends ServiceImpl implements VehicleInfoServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WarehouseServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WarehouseServiceBizImpl.java index fa0fdfe..95b6477 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WarehouseServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WarehouseServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class WarehouseServiceBizImpl extends ServiceImpl implements WarehouseServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WechatTemplateMessageServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WechatTemplateMessageServiceBizImpl.java index bccb57b..a0ba2f5 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WechatTemplateMessageServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WechatTemplateMessageServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class WechatTemplateMessageServiceBizImpl extends ServiceImpl implements WechatTemplateMessageServiceBiz { diff --git a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WmsAndWcsLogServiceBizImpl.java b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WmsAndWcsLogServiceBizImpl.java index 0e1be3c..80f3030 100644 --- a/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WmsAndWcsLogServiceBizImpl.java +++ b/6.program/wms-core/src/main/java/com/mt/wms/core/dal/service/impl/WmsAndWcsLogServiceBizImpl.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service; *

* * @author mt - * @since 2021-09-27 + * @since 2021-09-28 */ @Service public class WmsAndWcsLogServiceBizImpl extends ServiceImpl implements WmsAndWcsLogServiceBiz {