StockOutSn.php 204 B

12345678910111213141516
  1. <?php
  2. namespace bizGhs\order\models;
  3. use bizGhs\base\models\Base;
  4. //出库单号 lqh 2021.1.23
  5. class StockOutSn extends Base
  6. {
  7. public static function tableName()
  8. {
  9. return 'xhGhsStockOutSn';
  10. }
  11. }