增加颜色标识库
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class BaseMaterialcolorOutput
|
||||
{
|
||||
public string MaterialColorId { get; set; }
|
||||
public string UnitId { get; set; }
|
||||
public string ProjectId { get; set; }
|
||||
public string MaterialId { get; set; }
|
||||
public string MaterialCode { get; set; }
|
||||
public string ColorName { get; set; }
|
||||
public string ColorCardNo { get; set; }
|
||||
public string RGB { get; set; }
|
||||
public string Remark { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user