chenhaozhe
2026-03-27 ad652cc0f75c675391c6e0b86e8bca57940b3f10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Models
{
    public class ClsGy_WorkCenterSub
    {
        public int ?HItemID { get; set; }
        public int ?HCenterID { get; set; }
        public int HSourceID { get; set; }
        public string HUseFlag { get; set; } = "";
        public int ?HSno { get; set; }
        public ushort ?HUnionFlag { get; set; }
 
    }
}