refactor(oa): 仓库主表相关重构
- 移除了 ISysOaWarehouseMasterService 中的 updateReturnType 和 updateWithdrawLock 方法 - 更新了 SysOaWarehouseMaster、SysOaWarehouseMasterBo 和 SysOaWarehouseMasterVo 中的 withdrawlock 字段,改为 withdrawLock - 删除了 SysOaWarehouseMasterController 中的 updateReturnType 和 updateWithdrawLock 接口 - 更新了 SysOaWarehouseMasterMapper.xml 中的相关 SQL 语句- 移除了 SysOaWarehouseMasterServiceImpl 中的 updateReturnType 和 updateWithdrawLock 方法
This commit is contained in:
@@ -60,6 +60,6 @@ public class SysOaWarehouseMaster extends BaseEntity {
|
||||
private Integer isLike;
|
||||
private Long status;
|
||||
private Integer returnType;
|
||||
private Integer withdrawlock;
|
||||
private Integer withdrawLock;
|
||||
|
||||
}
|
||||
|
||||
@@ -76,6 +76,6 @@ public class SysOaWarehouseMasterBo extends BaseEntity {
|
||||
|
||||
private Integer returnType;
|
||||
|
||||
private Integer withdrawlock;
|
||||
private Integer withdrawLock;
|
||||
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ public class SysOaWarehouseMasterVo {
|
||||
* 日志操作次数
|
||||
*/
|
||||
private Integer logCount;
|
||||
private Integer withdrawlock;
|
||||
private Integer withdrawLock;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user