- using NXWMS.DataAccess.Entity;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace NXWMS.Client.Model.AppModels.Result.WcsBase
- {
- public class WcsBasPlcResult : WCS_BAS_PLC
- {
- public string USED_FLAG_NAME { get; set; }
- public string DEL_FLAG_NAME { get; set; }
- public string CREATE_NAME { get; set; }
- public string UPDATE_NAME { get; set; }
- }
- }
|