yusijie
22 小时以前 6841301e31bb79d9c7899f7a1578f9869f22899e
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; }
 
    }
}