oms配置表添加shipperid;

This commit is contained in:
王奎兴
2026-05-08 09:27:43 +08:00
parent 51df232625
commit ab7534e134
4 changed files with 24 additions and 0 deletions
@@ -28,6 +28,12 @@ public class SysTableConfig extends BaseVOEntity {
@ApiModelProperty("仓库ID")
@Excel(name = "仓库ID")
private Long warehouseId;
/*
* 客户id
* */
@ApiModelProperty("客户id")
@Excel(name = "客户id")
private Long shipperId;
/**组织ID*/
@ApiModelProperty(value = "组织ID")
@Excel(name = "组织ID", width = 15)
@@ -26,6 +26,12 @@ public class SysTableConfigPO extends BaseVOEntity {
@ApiModelProperty("仓库ID")
@Excel(name = "仓库ID")
private Long warehouseId;
/*
* 客户id
* */
@ApiModelProperty("客户id")
@Excel(name = "客户id")
private Long shipperId;
/**组织ID*/
@ApiModelProperty(value = "组织ID")
@Excel(name = "组织ID", width = 15)
@@ -27,6 +27,12 @@ public class SysTableConfigDTO extends BaseVOEntity {
@ApiModelProperty("仓库ID")
@Excel(name = "仓库ID")
private Long warehouseId;
/*
* 客户id
* */
@ApiModelProperty("客户id")
@Excel(name = "客户id")
private Long shipperId;
/**组织ID*/
@ApiModelProperty(value = "组织ID")
@Excel(name = "组织ID", width = 15)
@@ -27,6 +27,12 @@ public class SysTableConfigVO extends BaseVOEntity {
@ApiModelProperty("仓库ID")
@Excel(name = "仓库ID")
private Long warehouseId;
/*
* 客户id
* */
@ApiModelProperty("客户id")
@Excel(name = "客户id")
private Long shipperId;
/**组织ID*/
@ApiModelProperty(value = "组织ID")
@Excel(name = "组织ID", width = 15)