PutAwayRuleDetailResult.cs 287 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace NXWMS.Client.Model.AppModels.Result.Rule
  6. {
  7. /// <summary>
  8. /// 上架规则明细结果
  9. /// </summary>
  10. public class PutAwayRuleDetailResult: RuleDetailResult
  11. {
  12. }
  13. }