1.增加库存记录mq处理
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package cn.ysk.cashier.dto.rabbit;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class StockRecordMsg {
|
||||
private Integer shopId;
|
||||
private Integer skuId;
|
||||
private Integer productId;
|
||||
private String type;
|
||||
private Integer currentNumber;
|
||||
}
|
||||
Reference in New Issue
Block a user