This commit is contained in:
2025-09-01 17:21:34 +08:00
parent 465a5c91bf
commit d4d0af0c58
23 changed files with 383 additions and 2083 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyCode.Project.Domain.Message.Response.LxmZHMDReport
{
public class PrdMOExecuteDetailRpt
{
}
}