refactor(wms): 移除销售人员相关字段
- 从WmsMaterialCoilExportVo中移除saleName私有字段 - 从WmsMaterialCoilVo中移除saleId和saleName私有字段 - 从WmsMaterialCoilMapper.xml的多个查询中移除sale_name映射 - 从WmsMaterialCoilMapper.xml的关联查询中移除sys_user表连接 - 移除与销售人员相关的数据库字段映射和关联关系
This commit is contained in:
@@ -198,10 +198,10 @@ public class WmsMaterialCoilExportVo {
|
||||
@ExcelProperty(value = "操作完成时间")
|
||||
private Date actionCompleteTime;
|
||||
|
||||
/**
|
||||
* 销售人员
|
||||
*/
|
||||
private String saleName;
|
||||
// /**
|
||||
// * 销售人员
|
||||
// */
|
||||
// private String saleName;
|
||||
|
||||
/**
|
||||
* 调拨类型
|
||||
|
||||
@@ -230,10 +230,10 @@ public class WmsMaterialCoilVo extends BaseEntity {
|
||||
private String createByName;
|
||||
private String updateByName;
|
||||
|
||||
//销售id
|
||||
private Long saleId;
|
||||
// 销售昵称
|
||||
private String saleName;
|
||||
// //销售id
|
||||
// private Long saleId;
|
||||
// // 销售昵称
|
||||
// private String saleName;
|
||||
|
||||
//新增长度字段
|
||||
private Long length;
|
||||
|
||||
Reference in New Issue
Block a user