@@ -21,6 +21,9 @@ use think\facade\Validate;
class Sale extends Base
{
+
public $noble = [];
public function __construct(App $app)