Merge remote-tracking branch 'origin/zcc'
This commit is contained in:
@@ -32,7 +32,7 @@ public class ShopProductToMedicineLabel implements Serializable {
|
||||
@TableField(exist = false)
|
||||
private ShopProduct product;
|
||||
@TableField(exist = false)
|
||||
private ShopProductToMedicineLabel label;
|
||||
private ShopProductMedicineLabel label;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableLogic;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
@@ -32,7 +31,7 @@ public class ShopProductToMedicineMarket implements Serializable {
|
||||
@TableField(exist = false)
|
||||
private ShopProduct product;
|
||||
@TableField(exist = false)
|
||||
private ShopProductToMedicineMarket market;
|
||||
private ShopProductMedicineMarket market;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user