using LJLib.DAL.SQL;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace JLHHJSvr.Com.Model
{
[PK(new[] { "pzname" })]
public sealed class u_bcpcompare
{
public string pzname { get; set; }
///
/// 默认半成品归属
///
public string wip_type { get; set; }
///
/// 默认领用工组L1
///
public string wrkgrpcode2 { get; set; }
}
}