jyy
2021-03-16 51b1242dc2f55276b65f287974e7f86dcab8c74d
zq-erp/src/main/java/com/matrix/system/fenxiao/entity/ShopSalemanSettlement.java
@@ -7,17 +7,28 @@
/**
 * @description 订单结算记录
 * @author jyy
 * @date 2021-03-10 15:22
 * @author yourName
 * @date 2021-03-10 17:34
 */
@Data
@TableName("shop_saleman_settlement")
public class ShopSalemanSettlement  extends BaseEntity {
   @Extend
   private static final long serialVersionUID = 1L; 
   /**
    * 结算编号头部编码
    */
    public static final String ORDERNO_START = "J";
   
   /**
    * 结算方式 1 线下结算
    */
    public static final Integer SETTLEMENTWAY_XXJS = 1;
   /**
    * 结算方式 2 微信余额结算
    */
   public static final Integer SETTLEMENTWAY_YEJS = 2;
   
   /**