物资主表添加项目

This commit is contained in:
杨家亮 2025-08-01 09:53:46 +08:00
parent a15f219d3d
commit 33ab8f62db
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ namespace WebAPI.Controllers
{
StorageSheetMID = exit.StorageSheetMID,
StorageSheetCode = string.Format("RKD--{0}{1}", DateTime.Now.ToString("yyyyMMdd"), count.ToString("000")),
ProjectId = exit.ProjectId, // 项目ID
UserId = exit.UserId,
UserTime = DateTime.Now,
IsOk = "0", // 0-未审核1-已审核