Commit a95c30cc by xmy

feat:邮费类型

parent b944d0fb
......@@ -16,4 +16,9 @@ class GoodsEnum
const SERVER_GOODS = 1;//服务商品
const ENTITY_GOODS = 2;//实体商品
const FREIGHT_FREE = 1; //包邮
const FREIGHT_DISTANCE = 2;//距离邮费
const FREIGHT_WEIGHT = 3;//重量邮费
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment