diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbProduct.java b/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbProduct.java index 6e2d092..14a982d 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbProduct.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbProduct.java @@ -42,7 +42,7 @@ public class TbProduct implements Serializable { */ private String shortTitle; /** - * 商品类型(属性):REAL- 实物商品 VIR---虚拟商品 + * 商品类型(属性):普通商品 normal 套餐商品 package 称重商品 weigh 团购券商品 coupon */ private String type; /** @@ -104,10 +104,6 @@ public class TbProduct implements Serializable { * 是否暂停销售 */ private Integer isPauseSale; - /** - * 是否删除0不删1删除 - */ - private Integer isDelete; private Long createdAt; diff --git a/src/main/resources/mapper/TbProductMapper.xml b/src/main/resources/mapper/TbProductMapper.xml index 57f74ee..84e9c14 100644 --- a/src/main/resources/mapper/TbProductMapper.xml +++ b/src/main/resources/mapper/TbProductMapper.xml @@ -25,7 +25,6 @@ - @@ -40,7 +39,7 @@ id , category_id, spec_id, merchant_id, shop_id, name, short_title, type, pack_fee, low_price, low_member_price, - unit_id, cover_img, images, sort, status, fail_msg, is_hot, type_enum, is_del, is_stock, is_pause_sale, is_delete, + unit_id, cover_img, images, sort, status, fail_msg, is_hot, type_enum, is_del, is_stock, is_pause_sale, created_at, updated_at, group_snap, spec_info, select_spec, spec_table_headers, group_category_id, real_sales_number, stock_number, is_grounding, is_refund_stock, warn_line