checkpoint commit before renaming part fields to ditch PartNumber
This commit is contained in:
@@ -9,7 +9,7 @@ namespace AyaNova.Models
|
|||||||
{
|
{
|
||||||
//NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal,
|
//NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal,
|
||||||
//otherwise the server will call it an invalid record if the field isn't sent from client
|
//otherwise the server will call it an invalid record if the field isn't sent from client
|
||||||
|
//about to make major changes commit trigger here
|
||||||
public class Part : ICoreBizObjectModel
|
public class Part : ICoreBizObjectModel
|
||||||
{
|
{
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user