1.库存新增上下架接口
2.库存记录返回orderNo 3.增加保存库存记录mq处理
This commit is contained in:
@@ -127,6 +127,10 @@ public class TbProductSku implements Serializable {
|
||||
@ApiModelProperty(value = "是否暂停销售")
|
||||
private Integer isPauseSale = 0;
|
||||
|
||||
@Column(name = "`is_grounding`")
|
||||
@ApiModelProperty(value = "是否上架")
|
||||
private Integer isGrounding = 0;
|
||||
|
||||
public void setIsDel(Integer isDel) {
|
||||
if(isDel!=null){
|
||||
this.isDel = isDel;
|
||||
|
||||
Reference in New Issue
Block a user