You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
437 B

3 years ago
  1. using Aborlen.Model;
  2. using Monitor.FrameWork;
  3. using SqlSugar;
  4. using System;
  5. using System.Collections.Generic;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Threading.Tasks;
  9. using WorkStationBase;
  10. namespace Aborlen.WorkStation
  11. {
  12. public partial class WorkStation01 : StationBase
  13. {
  14. public string ProductCode { get; set; }
  15. public override void StationInit()
  16. {
  17. }
  18. }
  19. }