1
pulg
2025-05-14 5a640911f7e7ef3a003775993f077e1a0e9ac130
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; }
    }
}