8 lines
190 B
C#
8 lines
190 B
C#
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
|
{
|
|
public class ChangeMoldInput
|
|
{
|
|
public string mo_task_id { get; set; }
|
|
public string mold_id { get; set; }
|
|
}
|
|
} |