jyy
2021-03-12 e84e71bda390661a98d2f548d11f3721d2ec110c
zq-erp/src/main/java/com/matrix/system/fenxiao/entity/ShopSalesmanOrder.java
@@ -7,12 +7,31 @@
/**
 * @description 分销订单
 * @author jyy
 * @date 2021-03-10 15:22
 * @author yourName
 * @date 2021-03-10 17:34
 */
@Data
@TableName("shop_salesman_order")
public class ShopSalesmanOrder  extends BaseEntity {
   /**
    * 推广收益类型1推广收益
    */
    public static final Integer REVENUE_TYPE_SALES = 1;
   /**
    * 推广收益类型2邀请收益
    */
   public static final Integer REVENUE_TYPE_INVITATION = 2;
   /**
    * 分销单状态1待结算
    */
   public static final Integer STATUS_DJS = 1;
   /**
    * 分销单状态2已结算
    */
   public static final Integer STATUS_YJS = 2;
   @Extend
   private static final long serialVersionUID = 1L; 
@@ -32,14 +51,14 @@
    */
   private Long  userId;
   private String  userId;
   
   /**
    * 收益人id
    */
   private Long  salesUserId;
   private String  salesUserId;
   
   /**
    * 收益类型1,推广收益,2邀请收益