胖子天骄的MES系统
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.

OrderInfoEntity.cs 280 B

1 year ago
12345678910111213
  1. namespace BPA.MES.Base.Application.Entitys.Base
  2. {
  3. /// <summary>
  4. /// 名 称 :订单服务
  5. /// 创 建 人 :yangxiao
  6. /// 创建时间 : 2023/7/18 18:11:48
  7. /// 描 述 :
  8. /// </summary>
  9. public class OrderInfoEntity
  10. {
  11. }
  12. }