7 lines
136 B
C#
7 lines
136 B
C#
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
|
{
|
|
public class ZhuSuBiInput
|
|
{
|
|
public string day { get; set; }
|
|
}
|
|
} |