fcx
6 天以前 a619299816f2f632c7c6ba3a1bb869e2c212797d
1
2
3
4
5
6
7
8
9
10
namespace MES.Service.Dto.service
{
    public class Work
    {
        /// <summary>
        /// 线体
        /// </summary>
        public string  lineNo { get; set; }
    }
}