1
pulg
2025-05-15 8c20b276c784beff4eb4e9b643c2310efbbf6a12
1
2
3
4
5
6
7
8
namespace HH.WCS.SJML.Entitys
{
    public class InWorkAreaEntitys
    {
        public string StaBit { get; set; }
        public string EndBit { get; set; }
    }
}