Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- using BPA.KitChen.GroupMeal.Application.BaseDto;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace BPA.SAAS.KitChenManage.Application.Device.Dtos
- {
- public class DevicePushRecodeDtoPageInput: PageInputBase
- {
- /// <summary>
- /// 下发类型1商品 2物料 3配方
- /// </summary>
- public int Type { get; set; }
-
- public string DeviceName { get; set; }
- }
- }
|