增加导入平安结算订单

This commit is contained in:
2022-02-10 15:10:55 +08:00
parent 5192cc2576
commit d46c6f55f1
12 changed files with 1185 additions and 3 deletions

View File

@@ -22,6 +22,13 @@ class Coupon extends Model
self::TYPE_YSD => '自有券',
];
const SETTLE_YES = 1;
const SETTLE_NO = 0;
const SETTLES = [
self::SETTLE_YES => '是',
self::SETTLE_NO => '否',
];
//状态
public function getStatusTextAttribute()
{