1
pulg
2025-06-17 03f92b99d7f00b728dccd409863c38d1191a4c60
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; }
    }
}