1
pulg
2025-05-27 bc3d7a828114cb9df154da869ec986cf6733a779
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; }
    }
}