CheckSn.php 194 B

12345678910111213141516
  1. <?php
  2. namespace bizGhs\check\models;
  3. use bizGhs\base\models\Base;
  4. //盘点单号 ssh 2021.1.19
  5. class CheckSn extends Base
  6. {
  7. public static function tableName()
  8. {
  9. return 'xhPdSn';
  10. }
  11. }