File was renamed from ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/domain/pojo/shop/RecommandCooperation.java |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import java.io.Serializable; |
| | | |
| | | import com.baomidou.mybatisplus.annotations.Version; |
| | | |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import lombok.experimental.Accessors; |
| | |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @Accessors(chain = true) |
| | | @TableName("t_recommand_cooperation") |
| | | public class RecommandCooperation extends Model<RecommandCooperation> { |
| | | @TableName("t_recommend_cooperation") |
| | | public class RecommendCooperation extends Model<RecommendCooperation> { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | */ |
| | | @TableField("del_flag") |
| | | private Integer delFlag; |
| | | |
| | | @TableField("shop_id") |
| | | private Long shopId; |
| | | /** |
| | | * 签约状态 |
| | | * 签约状态1.未签约2已签约 |
| | | */ |
| | | @TableField("corp_status") |
| | | private Integer corpStatus; |
| | | /** |
| | | * 推荐人id |
| | | */ |
| | | @TableField("recommand_user_id") |
| | | private Long recommandUserId; |
| | | @TableField("recommend_user_id") |
| | | private Long recommendUserId; |
| | | /** |
| | | * 被推荐人 |
| | | */ |