IcsFromERPJob
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
576 B

4 months ago
3 weeks ago
3 months ago
3 months ago
4 months ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using ICSSoft.FromERP;
  6. namespace ICSSoft.Test
  7. {
  8. class Program
  9. {
  10. static void Main(string[] args)
  11. {
  12. //ICSVendor test = new ICSVendor();
  13. //test.Execute();
  14. SyncMoHour_Rhyton test = new SyncMoHour_Rhyton();
  15. test.Execute();
  16. // var ss= ICSHelper.ApiSign("sj_w_id", "70FF7F01C5899A5ACAAD4ECB7FA5B3C5", 1724650261);
  17. //var sql = "12,23,";
  18. //sql = sql.TrimEnd(',');
  19. }
  20. }
  21. }