库存报表,日志完善

This commit is contained in:
2024-07-09 14:06:59 +08:00
parent d333b62dfa
commit d39859c105
12 changed files with 549 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
using JNPF.Common.Filter;
namespace Tnb.WarehouseMgr.Entities.Dto
{
public class CarryStockInput : PageInputBase
{
}
}