erp_community/serve/app/model/AttributeInfo.php

8 lines
91 B
PHP

<?php
namespace app\model;
use think\Model;
class AttributeInfo extends Model{
}