Update PmsProductParam.java
This commit is contained in:
@@ -12,7 +12,7 @@ import java.util.List;
|
|||||||
* Created by macro on 2018/4/26.
|
* Created by macro on 2018/4/26.
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@EqualsAndHashCode(callSuper = false)
|
@EqualsAndHashCode
|
||||||
public class PmsProductParam extends PmsProduct{
|
public class PmsProductParam extends PmsProduct{
|
||||||
@ApiModelProperty("商品阶梯价格设置")
|
@ApiModelProperty("商品阶梯价格设置")
|
||||||
private List<PmsProductLadder> productLadderList;
|
private List<PmsProductLadder> productLadderList;
|
||||||
|
|||||||
Reference in New Issue
Block a user