mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-05 14:45:33 +08:00
15 lines
296 B
PHP
15 lines
296 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
class siso_receipt_iostock_damagedin extends siso_receipt_iostock_stockin{
|
||
|
||
/**
|
||
*
|
||
* 出入库类型id
|
||
* @var int
|
||
*/
|
||
public $_typeId = 50;
|
||
} |