fcx
2025-11-14 a4e8ac094f6617fb7d51ef8e5985aafd16e20251
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; }
    }
}