删除无用的注释和文件

This commit is contained in:
2021-03-02 01:08:44 +08:00
parent 8f5b66bb92
commit 89bab045dd
147 changed files with 214 additions and 9816 deletions
+4 -6
View File
@@ -7,13 +7,11 @@ use Gdoo\Stock\Services\StockService;
class ProduceService
{
/**
* 获取开票单位锁定金额
* 获取生产计划
*
* @i_UserID
* @i_UserName
*@i_Date 日期
* @i_DeptId 车间
* @i_IsCalAgain 是否重新计算
* @date 日期
* @department_id 车间
* @isCalAgain 是否重新计算
*/
public static function getMaterialPlanDay($date, $department_id, $isCalAgain)
{