This commit is contained in:
qianjiawei
2023-11-06 17:52:20 +08:00
parent 904135fdec
commit 55eba2d422
3 changed files with 100 additions and 31 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entities.Enums
{
public enum Eagvmode
{
=0,
=1,
=2,
=3,
=4
}
}