WcsBasPlcResult.cs 435 B

12345678910111213141516
  1. using NXWMS.DataAccess.Entity;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. namespace NXWMS.Client.Model.AppModels.Result.WcsBase
  7. {
  8. public class WcsBasPlcResult : WCS_BAS_PLC
  9. {
  10. public string USED_FLAG_NAME { get; set; }
  11. public string DEL_FLAG_NAME { get; set; }
  12. public string CREATE_NAME { get; set; }
  13. public string UPDATE_NAME { get; set; }
  14. }
  15. }