入库和出库
This commit is contained in:
@@ -95,6 +95,7 @@ namespace ZR.Admin.WebApi.Controllers.mes.wms
|
||||
|
||||
return ToResponse(new ApiResult(200, msg, state));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 4.入库
|
||||
/// </summary>
|
||||
@@ -117,8 +118,6 @@ namespace ZR.Admin.WebApi.Controllers.mes.wms
|
||||
if (num == 0)
|
||||
{
|
||||
msg = "入库数为0!";
|
||||
|
||||
|
||||
}
|
||||
else if (num >= 1)
|
||||
{
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<key id="41616b3c-f0c2-4c2e-8731-e00f4068434c" version="1">
|
||||
<creationDate>2024-11-21T06:38:26.0026108Z</creationDate>
|
||||
<activationDate>2024-11-21T06:38:25.7325286Z</activationDate>
|
||||
<expirationDate>2025-02-19T06:38:25.7325286Z</expirationDate>
|
||||
<descriptor deserializerType="Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
|
||||
<descriptor>
|
||||
<encryption algorithm="AES_256_CBC" />
|
||||
<validation algorithm="HMACSHA256" />
|
||||
<masterKey p4:requiresEncryption="true" xmlns:p4="http://schemas.asp.net/2015/03/dataProtection">
|
||||
<!-- Warning: the key below is in an unencrypted form. -->
|
||||
<value>hJYyLuoFC/c5rG4kg/5UESdMoe+9+EWMl2sdrFlqW9KnQnx+pUVho8v/+Klq6ZEoQ4/8kBasEJ0FzCt8pkNstQ==</value>
|
||||
</masterKey>
|
||||
</descriptor>
|
||||
</descriptor>
|
||||
</key>
|
||||
Reference in New Issue
Block a user