商品 上下架
This commit is contained in:
@@ -321,6 +321,11 @@ public class TbProduct implements Serializable {
|
||||
private Integer stockNumber = 0;
|
||||
|
||||
|
||||
@Column(name = "is_grounding")
|
||||
@ApiModelProperty("上下架")
|
||||
private Integer isGrounding = 1;
|
||||
|
||||
|
||||
public void copy(TbProduct source){
|
||||
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user