bug,设备迁移
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class EquipWorkshopChangeInput
|
||||
{
|
||||
public string equip_id { get; set; } = string.Empty;
|
||||
public string new_workshop_id { get; set; } = string.Empty;
|
||||
public string? new_installation_location { get; set; }
|
||||
public string? remark { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user