fcx
2025-11-25 dccbfeb549d2dd3b11e16c4073977de24f3e20f7
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; }
    }
}