You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
205 B
15 lines
205 B
<?php
|
|
|
|
namespace app\store\model\wxapp;
|
|
|
|
use app\common\model\wxapp\Formid as FormidModel;
|
|
|
|
/**
|
|
* form_id 模型
|
|
* Class Formid
|
|
* @package app\store\model\wxapp
|
|
*/
|
|
class Formid extends FormidModel
|
|
{
|
|
|
|
}
|